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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/bin/main.cc ('k') | runtime/bin/vmservice/constants.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/resources_sources.gypi
diff --git a/runtime/bin/resources_sources.gypi b/runtime/bin/resources_sources.gypi
index 1f9bb71e0c739c547d6a910b4634573733882e65..279292ec929a6b7af8b4d6e3fa19656c9242b654 100644
--- a/runtime/bin/resources_sources.gypi
+++ b/runtime/bin/resources_sources.gypi
@@ -4,6 +4,14 @@
# This file contains all sources for the Resources table.
{
'sources': [
+ 'vmservice/constants.dart',
+ 'vmservice/resources.dart',
+ 'vmservice/running_isolate.dart',
+ 'vmservice/running_isolates.dart',
+ 'vmservice/server.dart',
+ 'vmservice/service_request.dart',
+ 'vmservice/service_request_router.dart',
'vmservice/vmservice.dart',
+ 'vmservice/vmservice_io.dart',
],
}
« 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