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

Unified Diff: build/common.gypi

Issue 15888011: Android WebView: add empty jarjar ruleset. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5516c63fb77467ce06a27fb98cbce8b1f70b2b7c..69aad8869bf865416dfd58b7971a7d5d9073fe08 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1312,6 +1312,11 @@
# Copy it out one scope.
'android_webview_build%': '<(android_webview_build)',
}], # OS=="android"
+ ['android_webview_build==1', {
+ # When building the WebView in the Android tree, jarjar will remap all
+ # the class names, so the JNI generator needs to know this.
+ 'jni_generator_jarjar_file': '../android_webview/build/jarjar-rules.txt',
bulach 2013/05/30 10:50:36 does it need a % suffix?
Torne 2013/05/30 11:08:31 Not really; that just allows it to be overridden i
+ }],
['OS=="mac"', {
# Enable clang on mac by default!
'clang%': 1,

Powered by Google App Engine
This is Rietveld 408576698