Chromium Code Reviews| Index: ui/base/ui_base_paths.h |
| diff --git a/ui/base/ui_base_paths.h b/ui/base/ui_base_paths.h |
| index 47a7a426625cf447419a2975e57ae86b28289cfd..23e3b928f18950b04e37b506096ae1816ae0a7a8 100644 |
| --- a/ui/base/ui_base_paths.h |
| +++ b/ui/base/ui_base_paths.h |
| @@ -5,6 +5,7 @@ |
| #ifndef UI_BASE_UI_BASE_PATHS_H_ |
| #define UI_BASE_UI_BASE_PATHS_H_ |
| +#include "build/build_config.h" |
| #include "ui/base/ui_export.h" |
| // This file declares path keys for the app module. These can be used with |
| @@ -20,6 +21,10 @@ enum { |
| // Valid only in development environment; TODO(darin): move these |
|
joth
2012/08/01 14:57:27
nit: the 'these' comment looks like it now applies
benm (inactive)
2012/08/02 16:09:19
Done.
|
| DIR_TEST_DATA, // Directory where unit test data resides. |
| +#if defined(OS_ANDROID) |
| + DIR_RESOURCE_PAKS_ANDROID, |
| +#endif |
| + |
| PATH_END |
| }; |