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

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

Issue 16154019: Android WebView: add rules for jarjar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/build/jarjar-rules.txt
diff --git a/android_webview/build/jarjar-rules.txt b/android_webview/build/jarjar-rules.txt
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dcd12a52506cdf8d85c67a39809c4da0c91e1ffd 100644
--- a/android_webview/build/jarjar-rules.txt
+++ b/android_webview/build/jarjar-rules.txt
@@ -0,0 +1,4 @@
+rule org.chromium.** com.android.internal.webviewchromium.@1
+rule com.google.common.** com.android.internal.webviewchromium.guava.@1
+rule com.googlecode.eyesfree.** com.android.internal.webviewchromium.eyesfree.@1
+rule javax.annotation.** com.android.internal.webviewchromium.jsr305.@1
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698