Title: [116474] trunk/Source/WebKit/chromium
Revision
116474
Author
[email protected]
Date
2012-05-08 17:58:08 -0700 (Tue, 08 May 2012)

Log Message

[chromium] force ENABLE_REGISTER_PROTOCOL_HANDLER=1 in features.gypi
https://bugs.webkit.org/show_bug.cgi?id=85924

Reviewed by Adam Barth.

This has been enabled for a few months on Chromium trunk so remove the
ability to turn it off via a gyp flag. This simplifies features.gypi.

* features.gypi:

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (116473 => 116474)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-05-09 00:57:03 UTC (rev 116473)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-05-09 00:58:08 UTC (rev 116474)
@@ -1,3 +1,15 @@
+2012-05-08  Tony Chang  <[email protected]>
+
+        [chromium] force ENABLE_REGISTER_PROTOCOL_HANDLER=1 in features.gypi
+        https://bugs.webkit.org/show_bug.cgi?id=85924
+
+        Reviewed by Adam Barth.
+
+        This has been enabled for a few months on Chromium trunk so remove the
+        ability to turn it off via a gyp flag. This simplifies features.gypi.
+
+        * features.gypi:
+
 2012-05-08  Dana Jansens  <[email protected]>
 
         [chromium] Reflections with masks should not occlude

Modified: trunk/Source/WebKit/chromium/features.gypi (116473 => 116474)


--- trunk/Source/WebKit/chromium/features.gypi	2012-05-09 00:57:03 UTC (rev 116473)
+++ trunk/Source/WebKit/chromium/features.gypi	2012-05-09 00:58:08 UTC (rev 116474)
@@ -85,6 +85,7 @@
       'ENABLE_POINTER_LOCK=1',
       'ENABLE_PROGRESS_TAG=1',
       'ENABLE_QUOTA=1',
+      'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
       'ENABLE_REQUEST_ANIMATION_FRAME=1',
       'ENABLE_RUBY=1',
       'ENABLE_SANDBOX=1',
@@ -175,11 +176,6 @@
           'WTF_USE_WEBAUDIO_FFMPEG=1',
         ],
       }],
-      ['enable_register_protocol_handler==1', {
-        'feature_defines': [
-          'ENABLE_REGISTER_PROTOCOL_HANDLER=1',
-        ],
-      }],
       ['enable_web_intents==1', {
         'feature_defines': [
           'ENABLE_WEB_INTENTS=1',
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to