| Index: runtime/bin/resources_sources.gypi
|
| ===================================================================
|
| --- runtime/bin/resources_sources.gypi (revision 30528)
|
| +++ runtime/bin/resources_sources.gypi (working copy)
|
| @@ -15,15 +15,15 @@
|
| 'vmservice/vmservice.dart',
|
| 'vmservice/vmservice_io.dart',
|
| # VM Service frontend sources
|
| - 'vmservice/client/out/web/index.html',
|
| - 'vmservice/client/out/web/favicon.ico',
|
| - 'vmservice/client/out/web/index.html_bootstrap.dart.js',
|
| - 'vmservice/client/out/web/img/isolate_icon.png',
|
| - 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.ttf',
|
| - 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.svg',
|
| - 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.eot',
|
| - 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.woff',
|
| - 'vmservice/client/out/web/bootstrap_css/css/bootstrap.min.css',
|
| + 'vmservice/client/deployed/web/index.html',
|
| + 'vmservice/client/deployed/web/favicon.ico',
|
| + 'vmservice/client/deployed/web/index.html_bootstrap.dart.js',
|
| + 'vmservice/client/deployed/web/img/isolate_icon.png',
|
| + 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.ttf',
|
| + 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.svg',
|
| + 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.eot',
|
| + 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regular.woff',
|
| + 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css',
|
| ],
|
| }
|
|
|
|
|