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

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: address nits 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
« no previous file with comments | « android_webview/build/jarjar-rules.txt ('k') | build/jni_generator.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ }],
['OS=="mac"', {
# Enable clang on mac by default!
'clang%': 1,
« no previous file with comments | « android_webview/build/jarjar-rules.txt ('k') | build/jni_generator.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698