| 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..2fc62496872c8949c77b780d119eb785b453f8d6 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
|
| @@ -17,9 +18,13 @@ enum {
|
|
|
| DIR_LOCALES, // Directory where locale resources are stored.
|
|
|
| - // Valid only in development environment; TODO(darin): move these
|
| + // Valid only in development environment; TODO(darin): move this
|
| DIR_TEST_DATA, // Directory where unit test data resides.
|
|
|
| +#if defined(OS_ANDROID)
|
| + DIR_RESOURCE_PAKS_ANDROID,
|
| +#endif
|
| +
|
| PATH_END
|
| };
|
|
|
|
|