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

Unified Diff: build/common.gypi

Issue 12393057: Cleanup: Remove another reference to web intents. (Closed) Base URL: svn://chrome-svn/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
===================================================================
--- build/common.gypi (revision 185590)
+++ build/common.gypi (working copy)
@@ -320,10 +320,6 @@
# Enable printing support and UI.
'enable_printing%': 1,
- # Enable Web Intents web content registration via HTML element
- # and WebUI managing such registrations.
- 'enable_web_intents_tag%': 0,
-
# Webrtc compilation is enabled by default. Set to 0 to disable.
'enable_webrtc%': 1,
@@ -725,7 +721,6 @@
'order_profiling%': '<(order_profiling)',
'order_text_section%': '<(order_text_section)',
'enable_extensions%': '<(enable_extensions)',
- 'enable_web_intents_tag%': '<(enable_web_intents_tag)',
'enable_plugin_installation%': '<(enable_plugin_installation)',
'enable_plugins%': '<(enable_plugins)',
'enable_session_service%': '<(enable_session_service)',
@@ -1460,10 +1455,6 @@
],
}],
- ['enable_web_intents_tag==1', {
- 'grit_defines': ['-D', 'enable_web_intents_tag'],
- }],
-
['asan==1 and OS!="win"', {
'clang%': 1,
}],
« 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