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

Unified Diff: Source/WebKit/chromium/features.gypi

Issue 12250029: Merge 141193 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
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: Source/WebKit/chromium/features.gypi
===================================================================
--- Source/WebKit/chromium/features.gypi (revision 142708)
+++ Source/WebKit/chromium/features.gypi (working copy)
@@ -34,7 +34,6 @@
'feature_defines': [
'ENABLE_3D_PLUGIN=1',
'ENABLE_BATTERY_STATUS=0',
- 'ENABLE_BINDING_INTEGRITY=0',
'ENABLE_BLOB=1',
'ENABLE_BLOB_SLICE=1',
'ENABLE_CHANNEL_MESSAGING=1',
@@ -202,6 +201,15 @@
'ENABLE_WEB_AUDIO=1',
],
}],
+ ['OS=="linux"', {
+ 'feature_defines': [
+ 'ENABLE_BINDING_INTEGRITY=1',
+ ],
+ }, { # OS!="linux"
+ 'feature_defines': [
+ 'ENABLE_BINDING_INTEGRITY=0',
+ ],
+ }],
['use_accelerated_compositing==1', {
'feature_defines': [
'ENABLE_3D_RENDERING=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