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

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

Issue 14263014: Triage feature defines. (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 | « no previous file | 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 ef2a49a76fe655fd676134e8d873757d0f84ed9c..253b4941a5939384371a4b8d39559b97c059ef4f 100755
--- a/tools/dom/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -12,22 +12,21 @@ import sys
FEATURE_DISABLED = [
'ENABLE_BATTERY_STATUS',
- # Triage.
'ENABLE_CSS3_CONDITIONAL_RULES',
'ENABLE_CSS_DEVICE_ADAPTATION',
- 'ENABLE_CUSTOM_ELEMENTS',
'ENABLE_ENCRYPTED_MEDIA_V2',
- 'ENABLE_INSPECTOR',
- 'ENABLE_MEDIA_CAPTURE',
+ 'ENABLE_INSPECTOR', # Internal DevTools API.
+ 'ENABLE_MEDIA_CAPTURE', # Only enabled on Android.
'ENABLE_MICRODATA',
- 'ENABLE_NAVIGATOR_CONTENT_UTILS',
- 'ENABLE_ORIENTATION_EVENTS',
+ 'ENABLE_ORIENTATION_EVENTS', # Only enabled on Android.
'ENABLE_PROXIMITY_EVENTS',
- 'ENABLE_RESOURCE_TIMING',
'ENABLE_SPEECH_SYNTHESIS',
+ 'ENABLE_XHR_TIMEOUT',
+ # To enable.
+ 'ENABLE_NAVIGATOR_CONTENT_UTILS',
+ 'ENABLE_RESOURCE_TIMING',
'ENABLE_USER_TIMING',
- 'ENABLE_VIDEO_TRACK ',
- 'ENABLE_XHR_TIMEOUT'
+ 'ENABLE_VIDEO_TRACK ', # Sic! With the trailing space.
Mads Ager (google) 2013/04/15 17:42:28 Yikes!
Anton Muhin 2013/04/15 17:43:52 That's actually a bug in our scripts, I have a fix
]
FEATURE_DEFINES = [
« 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