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

Unified Diff: Source/core/features.gypi

Issue 14178009: Remove CSS_REGIONS compile flag from Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use RuntimeEnabledFeatures::cssRegionsEnabled all over the places. Guard WEBKIT_REGION_RULE at runt… Created 7 years, 8 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
Index: Source/core/features.gypi
diff --git a/Source/core/features.gypi b/Source/core/features.gypi
index 5d215cf376f5247bb09226c00d8205ec56b156c2..c5eb63d90a592c033d2d4f02c41d3f885e49cdb6 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -42,7 +42,6 @@
'ENABLE_CSS_DEVICE_ADAPTATION=0',
'ENABLE_CSS_EXCLUSIONS=1',
'ENABLE_CSS_IMAGE_SET=1',
- 'ENABLE_CSS_REGIONS=1',
'ENABLE_CUSTOM_SCHEME_HANDLER=0',
'ENABLE_ENCRYPTED_MEDIA=1',
'ENABLE_JAVASCRIPT_I18N_API=1',

Powered by Google App Engine
This is Rietveld 408576698