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

Unified Diff: bindings/dart/gyp/scripts/build_dart_snapshot.py

Issue 13601015: Roll Blink IDLs forward. (Closed) Base URL: http://dart.googlecode.com/svn/third_party/WebCore/
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 | « README ('k') | bindings/dart/gyp/scripts/massage_factories.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bindings/dart/gyp/scripts/build_dart_snapshot.py
===================================================================
--- bindings/dart/gyp/scripts/build_dart_snapshot.py (revision 20616)
+++ bindings/dart/gyp/scripts/build_dart_snapshot.py (working copy)
@@ -61,6 +61,7 @@
('indexed_db', path(outputFilePath, 'indexed_db_dartium.dart')),
('svg', path(outputFilePath, 'svg_dartium.dart')),
('web_audio', path(outputFilePath, 'web_audio_dartium.dart')),
+ ('web_gl', path(outputFilePath, 'web_gl_dartium.dart')),
('web_sql', path(outputFilePath, 'web_sql_dartium.dart'))]
snapshottedLibs.extend([(dartName(p), path(p)) for p in snapshottedLibPaths])
« no previous file with comments | « README ('k') | bindings/dart/gyp/scripts/massage_factories.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698