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

Unified Diff: build/common.gypi

Issue 12194035: Disable web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 e418e813a09b733b848ff45a25eab18090ed78ef..cc681defeab897b9fd4f8bcdb950d627ed957e7a 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -154,13 +154,6 @@
}, {
'use_default_render_theme%': 0,
}],
-
- ['OS!="android" and OS!="ios"', {
- # Enable Web Intents support in WebKit.
- 'enable_web_intents%': 1,
- }, {
- 'enable_web_intents%': 0,
- }],
],
},
@@ -181,7 +174,7 @@
'enable_app_list%': '<(enable_app_list)',
'enable_message_center%': '<(enable_message_center)',
'use_default_render_theme%': '<(use_default_render_theme)',
- 'enable_web_intents%': '<(enable_web_intents)',
+ 'enable_web_intents%': 0, # TODO(thakis): Remove, http://crbug.com/173194
'buildtype%': '<(buildtype)',
# We used to provide a variable for changing how libraries were built.
« 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