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

Unified Diff: build/android/developer_recommended_flags.gypi

Issue 443193006: Show icons in Android web autofill dropdown (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync Created 6 years, 1 month 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/android/developer_recommended_flags.gypi
diff --git a/build/android/developer_recommended_flags.gypi b/build/android/developer_recommended_flags.gypi
index 3a3db0a3138c205e2a918cff0f0a5b9d168036a6..e3b655a043ec45a7b1e5e4be628699770ad6e7ef 100644
--- a/build/android/developer_recommended_flags.gypi
+++ b/build/android/developer_recommended_flags.gypi
@@ -39,7 +39,7 @@
# Only works with a single device connected (it will print a warning if
# zero or multiple devices are attached).
# Some actions are always run (i.e. ninja will never say "no work to do").
- 'gyp_managed_install%': 1,
+ #'gyp_managed_install%': 1,
aurimas (slooooooooow) 2014/11/04 21:17:39 Why are you changing this flag? It is not related
Evan Stade 2014/11/04 22:09:41 sorry, I forgot to re-upload after reverting this.
# With gyp_managed_install, we do not necessarily need a standalone APK.
# When create_standalone_apk is set to 1, we will build a standalone APK

Powered by Google App Engine
This is Rietveld 408576698