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

Unified Diff: build/config/features.gni

Issue 1120203003: Add the enable_polymer_v08 flag for gn. Equivalent gyp change was (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Verified everything works - needed an import Created 5 years, 8 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 | ui/resources/BUILD.gn » ('j') | ui/resources/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 661170ecdb45b61907af1b75918019f80bc724f9..fbea08c24da15076198ad0ee952ce9fe1da2bb45 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -79,6 +79,9 @@ declare_args() {
enable_remoting = !is_ios && !is_android
+ # Enable to include Polymer 0.8 in the binary.
+ enable_polymer_v08 = false
+
# Enable hole punching for the protected video.
enable_video_hole = is_android
« no previous file with comments | « no previous file | ui/resources/BUILD.gn » ('j') | ui/resources/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698