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

Unified Diff: build/common.gypi

Issue 12184028: fix enable_web_intents default values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 c76cc1da4e8e491b4d5cfe9eb666e120bc330237..e418e813a09b733b848ff45a25eab18090ed78ef 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -157,9 +157,9 @@
['OS!="android" and OS!="ios"', {
# Enable Web Intents support in WebKit.
- 'enable_web_intents%': '1',
+ 'enable_web_intents%': 1,
}, {
- 'enable_web_intents%': '0',
+ 'enable_web_intents%': 0,
}],
],
},
« 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