diff options
Diffstat (limited to 'app/app_paths.h')
-rw-r--r-- | app/app_paths.h | 3 |
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. |