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

Unified Diff: chrome/common/descriptors_android.h

Issue 22339020: Remove chrome.pak references, build resources into resources.pak (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove chrome.pak references so 'all' builds Created 7 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 | « chrome/chrome_resources.gyp ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/descriptors_android.h
diff --git a/chrome/common/descriptors_android.h b/chrome/common/descriptors_android.h
index 16886e9d2ca7b9f3b9177ee3571e4bbc3b9b6f3a..f18a8c6c41e4a60143077f7c2f5f1f3078ef8b18 100644
--- a/chrome/common/descriptors_android.h
+++ b/chrome/common/descriptors_android.h
@@ -9,8 +9,7 @@
enum {
#if defined(OS_ANDROID)
- kAndroidChromePakDescriptor = kContentIPCDescriptorMax + 1,
- kAndroidLocalePakDescriptor,
+ kAndroidLocalePakDescriptor = kContentIPCDescriptorMax + 1,
kAndroidChrome100PercentPakDescriptor,
kAndroidUIResourcesPakDescriptor,
kAndroidMinidumpDescriptor,
« no previous file with comments | « chrome/chrome_resources.gyp ('k') | chrome/interactive_ui_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698