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

Unified Diff: runtime/lib/vmservice_sources.gypi

Issue 1396603002: Properly split dart:_vmservice across sdk and runtime (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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/lib/vmservice_patch.dart ('k') | runtime/vm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/lib/vmservice_sources.gypi
diff --git a/runtime/lib/vmservice_sources.gypi b/runtime/lib/vmservice_sources.gypi
index 9fb590a6f40019d9e2717079877e855562a32a74..6eeb7596ff6f0b172d6b3a8214b556d073ddd8ab 100644
--- a/runtime/lib/vmservice_sources.gypi
+++ b/runtime/lib/vmservice_sources.gypi
@@ -2,18 +2,12 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-# Sources that make up the library "dart:_vmservice".
+# Sources that patch the library "dart:_vmservice".
{
'sources': [
- 'vmservice/vmservice.dart',
+ 'vmservice_patch.dart',
# The above file needs to be first as it imports required libraries.
- 'vmservice/client.dart',
- 'vmservice/constants.dart',
- 'vmservice/running_isolate.dart',
- 'vmservice/running_isolates.dart',
- 'vmservice/message.dart',
- 'vmservice/message_router.dart',
'vmservice.cc',
],
}
« no previous file with comments | « runtime/lib/vmservice_patch.dart ('k') | runtime/vm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698