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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # for details. All rights reserved. Use of this source code is governed by a 1 # for details. All rights reserved. Use of this source code is governed by a
2 # BSD-style license that can be found in the LICENSE file. 2 # BSD-style license that can be found in the LICENSE file.
3 3
4 # This file contains all sources for the Resources table. 4 # This file contains all sources for the Resources table.
5 { 5 {
6 'sources': [ 6 'sources': [
7 # VM Service backend sources 7 # VM Service backend sources
8 'vmservice/constants.dart', 8 'vmservice/constants.dart',
9 'vmservice/resources.dart', 9 'vmservice/resources.dart',
10 'vmservice/running_isolate.dart', 10 'vmservice/running_isolate.dart',
11 'vmservice/running_isolates.dart', 11 'vmservice/running_isolates.dart',
12 'vmservice/server.dart', 12 'vmservice/server.dart',
13 'vmservice/service_request.dart', 13 'vmservice/service_request.dart',
14 'vmservice/service_request_router.dart', 14 'vmservice/service_request_router.dart',
15 'vmservice/vmservice.dart', 15 'vmservice/vmservice.dart',
16 'vmservice/vmservice_io.dart', 16 'vmservice/vmservice_io.dart',
17 # VM Service frontend sources 17 # VM Service frontend sources
18 'vmservice/client/out/web/index.html', 18 'vmservice/client/deployed/web/index.html',
19 'vmservice/client/out/web/favicon.ico', 19 'vmservice/client/deployed/web/favicon.ico',
20 'vmservice/client/out/web/index.html_bootstrap.dart.js', 20 'vmservice/client/deployed/web/index.html_bootstrap.dart.js',
21 'vmservice/client/out/web/img/isolate_icon.png', 21 'vmservice/client/deployed/web/img/isolate_icon.png',
22 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.t tf', 22 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.ttf',
23 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.s vg', 23 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.svg',
24 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.e ot', 24 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.eot',
25 'vmservice/client/out/web/bootstrap_css/fonts/glyphicons-halflings-regular.w off', 25 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.woff',
26 'vmservice/client/out/web/bootstrap_css/css/bootstrap.min.css', 26 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css',
27 ], 27 ],
28 } 28 }
29 29
OLDNEW
« 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