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

Unified Diff: build/common.gypi

Issue 10381064: Remove the gyp flag for registerProtocolHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: move include Created 8 years, 7 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 | chrome/browser/resources/options2/content_settings.html » ('j') | 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 77f63d50ada9b434d95f5de468a7d8616b493821..7e999a7c5fee1e97a60adb55c9aa3db567421e13 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -240,9 +240,6 @@
# Whether one-click signin is enabled or not.
'enable_one_click_signin%': 0,
- # Enable navigator.registerProtocolHandler and supporting UI.
- 'enable_register_protocol_handler%': 1,
-
# Enable Web Intents support in WebKit, dispatching of intents,
# and extensions Web Intents support.
'enable_web_intents%': 1,
@@ -542,7 +539,6 @@
'clang_use_chrome_plugins%': '<(clang_use_chrome_plugins)',
'asan%': '<(asan)',
'order_text_section%': '<(order_text_section)',
- 'enable_register_protocol_handler%': '<(enable_register_protocol_handler)',
'enable_extensions%': '<(enable_extensions)',
'enable_web_intents%': '<(enable_web_intents)',
'enable_web_intents_tag%': '<(enable_web_intents_tag)',
@@ -1070,10 +1066,6 @@
'use_ibus%': 0,
}],
- ['enable_register_protocol_handler==1', {
- 'grit_defines': ['-D', 'enable_register_protocol_handler'],
- }],
-
['enable_web_intents_tag==1', {
'grit_defines': ['-D', 'enable_web_intents_tag'],
}],
@@ -1427,11 +1419,6 @@
'<(DEPTH)/third_party/wtl/include',
],
}], # OS==win
- ['enable_register_protocol_handler==1', {
- 'defines': [
- 'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
- ],
- }],
['enable_task_manager==1', {
'defines': [
'ENABLE_TASK_MANAGER=1',
« no previous file with comments | « no previous file | chrome/browser/resources/options2/content_settings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698