Move deprecated file_util declarations into a separate file.
This will make it harder to find them (discouraging new uses)
and make it easier to find them for cleanup purposes.
BUG=24672
TEST=compiles
Review URL: http://codereview.chromium.org/654004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39711 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/base/base.gypi b/base/base.gypi
index 66094b9d..dd03ad3 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -70,6 +70,7 @@
'file_path.h',
'file_util.cc',
'file_util.h',
+ 'file_util_deprecated.h',
'file_util_linux.cc',
'file_util_mac.mm',
'file_util_posix.cc',