Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(454)

Unified Diff: ui/base/ui_base_paths.h

Issue 10802065: Android resource PAKs and native lib file path changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and address brettw@ comments. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/resource/resource_bundle_android.cc ('k') | ui/base/ui_base_paths.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « ui/base/resource/resource_bundle_android.cc ('k') | ui/base/ui_base_paths.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698