summaryrefslogtreecommitdiffstats
path: root/app/app_paths.h
diff options
context:
space:
mode:
authortony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-22 05:28:06 +0000
committertony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-22 05:28:06 +0000
commit998e51f6531af4f086aaaf5a43373f06b8dbcbe5 (patch)
tree1bda6def7e69d4adeb0d57219ab59325974389e2 /app/app_paths.h
parent1958e0ef0fe59e392cab9bb351401beeb64e8379 (diff)
downloadchromium_src-998e51f6531af4f086aaaf5a43373f06b8dbcbe5.zip
chromium_src-998e51f6531af4f086aaaf5a43373f06b8dbcbe5.tar.gz
chromium_src-998e51f6531af4f086aaaf5a43373f06b8dbcbe5.tar.bz2
Remove app.gyp dependency on chrome.gyp.
The problem is that app_unittests tries to use pak files generated by chrome.gyp. Instead, create new .pak files in app_unittest_strings and have app_unittests use those pak files instead. Review URL: http://codereview.chromium.org/1748004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45294 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app_paths.h')
-rw-r--r--app/app_paths.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app_paths.h b/app/app_paths.h
index 3f97feb..250e6bf 100644
--- a/app/app_paths.h
+++ b/app/app_paths.h
@@ -17,6 +17,9 @@ enum {
DIR_LOCALES, // Directory where locale resources are stored.
DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
+ FILE_RESOURCES_PAK, // Path to the data .pak file which holds binary
+ // resources.
+
// Valid only in development environment; TODO(darin): move these
DIR_TEST_DATA, // Directory where unit test data resides.