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

Unified Diff: tools/dom/scripts/fremontcutbuilder.py

Issue 14049015: Allow spaces around conditions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « tools/dom/scripts/databasebuilder.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/fremontcutbuilder.py
diff --git a/tools/dom/scripts/fremontcutbuilder.py b/tools/dom/scripts/fremontcutbuilder.py
index 9865f62dab123237e53a665edee88e4487637efd..6ccfefbdc2572bbd95efd01691a0d9906f90b645 100755
--- a/tools/dom/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -22,9 +22,8 @@ FEATURE_DISABLED = [
'ENABLE_ORIENTATION_EVENTS', # Only enabled on Android.
'ENABLE_PROXIMITY_EVENTS',
'ENABLE_SPEECH_SYNTHESIS',
+ 'ENABLE_WEBVTT_REGIONS',
'ENABLE_XHR_TIMEOUT',
- # To enable.
- 'ENABLE_VIDEO_TRACK ', # Sic! With the trailing space.
]
FEATURE_DEFINES = [
« no previous file with comments | « tools/dom/scripts/databasebuilder.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698