| 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])
|
|
|
|
|