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

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

Issue 19622003: VM Service isolate listing (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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/main.cc ('k') | runtime/bin/vmservice/constants.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'vmservice/constants.dart',
8 'vmservice/resources.dart',
9 'vmservice/running_isolate.dart',
10 'vmservice/running_isolates.dart',
11 'vmservice/server.dart',
12 'vmservice/service_request.dart',
13 'vmservice/service_request_router.dart',
7 'vmservice/vmservice.dart', 14 'vmservice/vmservice.dart',
15 'vmservice/vmservice_io.dart',
8 ], 16 ],
9 } 17 }
OLDNEW
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/vmservice/constants.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698