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

Unified Diff: Source/core/features.gypi

Issue 18371008: Add a WebDocument::watchCssSelectors(selectors) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@pinned
Patch Set: Omit split CLs Created 7 years, 5 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 c78ca3698de3f640a68e8c1bc40ff7fa338a9447..8923975e107d922b76d1b80214b4622748da3367 100644
--- a/Source/core/features.gypi
+++ b/Source/core/features.gypi
@@ -33,6 +33,7 @@
'variables': {
'feature_defines': [
'ENABLE_CSS3_TEXT=0',
+ 'ENABLE_CSS_CALLBACKS=1',
Jeffrey Yasskin 2013/07/12 22:40:42 Do I still need this in Blink?
abarth-chromium 2013/07/12 23:44:11 Nope.
Jeffrey Yasskin 2013/07/16 00:38:51 Removed!
'ENABLE_CSS_EXCLUSIONS=1',
'ENABLE_CSS_REGIONS=1',
'ENABLE_CUSTOM_SCHEME_HANDLER=0',

Powered by Google App Engine
This is Rietveld 408576698