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

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: Add PathService.java Created 8 years, 5 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..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
};
« 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