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

Unified Diff: build/android/developer_recommended_flags.gypi

Issue 502743002: Always enable optimize_jni_generation on non-WebView builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 6 years, 4 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/developer_recommended_flags.gypi
diff --git a/build/android/developer_recommended_flags.gypi b/build/android/developer_recommended_flags.gypi
index 220a623e96bfdfc92cf3c218af24e43180f8c567..3a3db0a3138c205e2a918cff0f0a5b9d168036a6 100644
--- a/build/android/developer_recommended_flags.gypi
+++ b/build/android/developer_recommended_flags.gypi
@@ -13,10 +13,10 @@
# and you'll get new settings automatically.
# When using this method, you can override individual settings by setting them unconditionally (with
# no %) in chrome/supplement.gypi.
-# I.e. to disable optimize_jni_generation but use everything else:
+# I.e. to disable gyp_managed_install but use everything else:
# {
# 'variables': {
-# 'optimize_jni_generation': 0,
+# 'gyp_managed_install': 0,
# },
# 'includes': [ '../build/android/developer_recommended_flags.gypi' ]
# }
@@ -31,10 +31,6 @@
},
'component%': '<(component)',
- # When set to 1, only write jni generated files if they've changed. This can prevent unnecessary
- # compiling/linking of native libraries when editing java files.
- 'optimize_jni_generation%': 1,
-
# When gyp_managed_install is set to 1, building an APK will install that APK on the connected
# device(/emulator). To install on multiple devices (or onto a new device), build the APK once
# with each device attached. This greatly reduces the time required for incremental builds.
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698