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

Unified Diff: build/common.gypi

Issue 7129031: Set ENABLE_REGISTER_PROTOCOL_HANDLER=1 so that we can remove ENABLE_REGISTER_PROTOCOL_HANDLER=1 (Closed) Base URL: http://src.chromium.org/svn/trunk/src/build/
Patch Set: Set ENABLE_REGISTER_PROTOCOL_HANDLER=1 so that we can remove ENABLE_REGISTER_PROTOCOL_HANDLER=1 Created 9 years, 6 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 88450)
+++ build/common.gypi (working copy)
@@ -780,7 +780,7 @@
}], # OS==win
['enable_register_protocol_handler==1', {
'defines': [
- 'ENABLE_REGISTER_PROTOCOL_HANDLER',
+ 'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
],
}],
], # conditions for 'target_defaults'
« 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