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

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

Issue 10035039: Update fremontcut with current chrome feature defines (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add battery APIs Created 8 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 | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/scripts/fremontcutbuilder.py
diff --git a/lib/dom/scripts/fremontcutbuilder.py b/lib/dom/scripts/fremontcutbuilder.py
index 06fa379961cce0bdba9b717b17818e404a9104a2..1fe51816dec2c20a185aba8244ea77b4ae16f3ed 100755
--- a/lib/dom/scripts/fremontcutbuilder.py
+++ b/lib/dom/scripts/fremontcutbuilder.py
@@ -22,12 +22,15 @@ DEFAULT_FEATURE_DEFINES = [
'ENABLE_CALENDAR_PICKER',
'ENABLE_CHANNEL_MESSAGING',
'ENABLE_CSS_FILTERS',
+ 'ENABLE_CSS_IMAGE_SET',
'ENABLE_CSS_SHADERS',
+ 'ENABLE_DART',
'ENABLE_DATA_TRANSFER_ITEMS',
'ENABLE_DETAILS',
'ENABLE_DEVICE_ORIENTATION',
'ENABLE_DIRECTORY_UPLOAD',
'ENABLE_DOWNLOAD_ATTRIBUTE',
+ 'ENABLE_ENCRYPTED_MEDIA',
'ENABLE_FILE_SYSTEM',
'ENABLE_FILTERS',
'ENABLE_FULLSCREEN_API',
@@ -37,6 +40,7 @@ DEFAULT_FEATURE_DEFINES = [
'ENABLE_INDEXED_DATABASE',
'ENABLE_INPUT_SPEECH',
'ENABLE_INPUT_TYPE_COLOR',
+ 'ENABLE_INPUT_TYPE_DATE',
'ENABLE_JAVASCRIPT_DEBUGGER',
'ENABLE_JAVASCRIPT_I18N_API',
'ENABLE_LEGACY_NOTIFICATIONS',
@@ -70,6 +74,7 @@ DEFAULT_FEATURE_DEFINES = [
'ENABLE_V8_SCRIPT_DEBUG_SERVER',
'ENABLE_VIDEO',
'ENABLE_VIDEO_TRACK',
+ 'ENABLE_VIEWPORT',
'ENABLE_WEBGL',
'ENABLE_WEB_AUDIO',
'ENABLE_WEB_INTENTS',
@@ -157,27 +162,28 @@ def main():
current_dir = os.path.dirname(__file__)
webkit_dirs = [
- 'Modules/speech',
- 'Modules/indexeddb',
'css',
'dom',
'fileapi',
- 'Modules/filesystem',
'html',
'html/canvas',
'inspector',
'loader',
'loader/appcache',
- 'Modules/mediastream',
+ 'Modules/battery',
vsm 2012/04/18 20:01:45 Note this is the only actual add here.
+ 'Modules/filesystem',
'Modules/geolocation',
+ 'Modules/indexeddb',
+ 'Modules/mediastream',
+ 'Modules/speech',
+ 'Modules/webaudio',
+ 'Modules/webdatabase',
+ 'Modules/websockets',
'notifications',
'page',
'plugins',
'storage',
- 'Modules/webdatabase',
'svg',
- 'Modules/webaudio',
- 'Modules/websockets',
'workers',
'xml',
]
« no previous file with comments | « lib/dom/frog/dom_frog.dart ('k') | lib/dom/scripts/systemhtml.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698