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

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

Issue 14046024: Enable resource timing. (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 | « sdk/lib/html/dartium/html_dartium.dart ('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 0707e6d9e08f070eef904d5a0a5f63fa2ac8a12f..2eb93ff810bdbfd8ae11a27fb9972ca1176cb5fe 100755
--- a/tools/dom/scripts/fremontcutbuilder.py
+++ b/tools/dom/scripts/fremontcutbuilder.py
@@ -24,7 +24,6 @@ FEATURE_DISABLED = [
'ENABLE_SPEECH_SYNTHESIS',
'ENABLE_XHR_TIMEOUT',
# To enable.
- 'ENABLE_RESOURCE_TIMING',
'ENABLE_USER_TIMING',
'ENABLE_VIDEO_TRACK ', # Sic! With the trailing space.
]
@@ -65,6 +64,7 @@ FEATURE_DEFINES = [
'ENABLE_QUOTA',
'ENABLE_REQUEST_ANIMATION_FRAME',
'ENABLE_REQUEST_AUTOCOMPLETE',
+ 'ENABLE_RESOURCE_TIMING',
'ENABLE_SCRIPTED_SPEECH',
'ENABLE_SHADOW_DOM',
'ENABLE_SHARED_WORKERS',
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698