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

Unified Diff: build/common.gypi

Issue 7461093: Web Intents: Preparatory work. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Indentation fix. Created 9 years, 5 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index f6f97dc404f9fabc5638c110cb17ac87e860e25d..59db5d7c495393ba643d6b0da3f9b3d1a5bb8088 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -185,6 +185,9 @@
# Enable navigator.registerProtocolHandler and supporting UI.
'enable_register_protocol_handler%': 1,
+ # Enable Web Intents and supporting UI.
+ 'enable_web_intents%': 0,
+
# Smooth scrolling is disabled by default.
'enable_smooth_scrolling%': 0,
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | chrome/browser/intents/register_intent_handler_infobar_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698