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

Unified Diff: build/common.gypi

Issue 556863004: Turn off jarjar in android_webview_telemetry_build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Unremove important line. Created 6 years, 3 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6b9d54361dffd4ecc4c430e3ace831e965d70a61..aee0ec001a949bcdc4c102b60caf76df6f537a36 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1816,7 +1816,7 @@
}],
],
}],
- ['android_webview_build==1 or android_webview_telemetry_build==1', {
+ ['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',
« 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