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

Unified Diff: runtime/bin/resources_sources.gypi

Issue 112223002: WebSocket client for VM service (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years 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.dart » ('j') | runtime/bin/vmservice/client.dart » ('J')
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 941f67d9ae51ba0e49fe53676c295b254f8789d7..c5f7885fa88ff2b05a2cac8187e74ebb51ba1d5d 100644
--- a/runtime/bin/resources_sources.gypi
+++ b/runtime/bin/resources_sources.gypi
@@ -5,13 +5,14 @@
{
'sources': [
# VM Service backend sources
+ 'vmservice/client.dart',
'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/message.dart',
+ 'vmservice/message_router.dart',
'vmservice/vmservice.dart',
'vmservice/vmservice_io.dart',
# VM Service frontend sources
« no previous file with comments | « no previous file | runtime/bin/vmservice/client.dart » ('j') | runtime/bin/vmservice/client.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698