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

Unified Diff: android_webview/build/jarjar-rules.txt

Issue 255613003: Move ui and content resources into one location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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
Index: android_webview/build/jarjar-rules.txt
diff --git a/android_webview/build/jarjar-rules.txt b/android_webview/build/jarjar-rules.txt
index 5f1231f0f5f2831d9d42d7d4e066874f20418c5c..dac27e0c239cfd1ce7c7103a140f9f6b8d326fd0 100644
--- a/android_webview/build/jarjar-rules.txt
+++ b/android_webview/build/jarjar-rules.txt
@@ -1,3 +1,7 @@
+zap org.chromium.ui.R**
Torne 2014/05/13 13:46:52 Is a ** the right thing here? Isn't that going to
mkosiba (inactive) 2014/06/12 11:11:19 Good point. The resources are inner classes so we
+zap org.chromium.content.R**
+rule org.chromium.ui.R** com.android.org.chromium.R@1
+rule org.chromium.content.R** com.android.org.chromium.R@1
rule org.chromium.** com.android.@0
rule com.google.** com.android.org.chromium.@0
rule com.googlecode.** com.android.org.chromium.@0

Powered by Google App Engine
This is Rietveld 408576698