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

Side by Side Diff: runtime/bin/resources_sources.gypi

Issue 125103004: Move service into VM (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/bin/resources.h ('k') | runtime/bin/run_vm_tests.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
1 # for details. All rights reserved. Use of this source code is governed by a 2 # 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. 3 # BSD-style license that can be found in the LICENSE file.
3 4
4 # This file contains all sources for the Resources table. 5 # This file contains all sources for the Resources table.
5 { 6 {
6 'sources': [ 7 'sources': [
7 # VM Service backend sources 8 # Standalone VM service sources.
8 'vmservice/client.dart',
9 'vmservice/constants.dart',
10 'vmservice/resources.dart', 9 'vmservice/resources.dart',
11 'vmservice/running_isolate.dart',
12 'vmservice/running_isolates.dart',
13 'vmservice/server.dart', 10 'vmservice/server.dart',
14 'vmservice/message.dart',
15 'vmservice/message_router.dart',
16 'vmservice/vmservice.dart',
17 'vmservice/vmservice_io.dart', 11 'vmservice/vmservice_io.dart',
18 # VM Service frontend sources 12 # Standalone VM frontend resources.
19 'vmservice/client/deployed/web/index.html', 13 'vmservice/client/deployed/web/index.html',
20 'vmservice/client/deployed/web/favicon.ico', 14 'vmservice/client/deployed/web/favicon.ico',
21 'vmservice/client/deployed/web/index.html_bootstrap.dart.js', 15 'vmservice/client/deployed/web/index.html_bootstrap.dart.js',
22 'vmservice/client/deployed/web/img/isolate_icon.png', 16 'vmservice/client/deployed/web/img/isolate_icon.png',
23 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.ttf', 17 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.ttf',
24 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.svg', 18 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.svg',
25 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.eot', 19 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.eot',
26 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.woff', 20 'vmservice/client/deployed/web/bootstrap_css/fonts/glyphicons-halflings-regu lar.woff',
27 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css', 21 'vmservice/client/deployed/web/bootstrap_css/css/bootstrap.min.css',
28 ], 22 ],
29 } 23 }
30 24
OLDNEW
« no previous file with comments | « runtime/bin/resources.h ('k') | runtime/bin/run_vm_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698