Cleanup: Remove another reference to web intents.

BUG=173194

Review URL: https://chromiumcodereview.appspot.com/12393057

git-svn-id: http://src.chromium.org/svn/trunk/src/build@186098 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
This commit is contained in:
thestig@chromium.org 2013-03-05 04:25:22 +00:00
Родитель 92fa348435
Коммит 0a7b1d0150
1 изменённых файлов: 0 добавлений и 9 удалений

Просмотреть файл

@ -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,
}],