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

Unified Diff: runtime/bin/resources_sources.gypi

Issue 77043010: - Ensure that classes are finalized before their description is (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | « no previous file | runtime/bin/vmservice/client/build.dart » ('j') | runtime/bin/vmservice/client/build.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
}
« no previous file with comments | « no previous file | runtime/bin/vmservice/client/build.dart » ('j') | runtime/bin/vmservice/client/build.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698