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

Unified Diff: runtime/bin/bin.gypi

Issue 1405183002: Bring up the service isolate and use it for package resolution in gen_snapshot (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/bin/BUILD.gn ('k') | runtime/bin/builtin_gen_snapshot.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/bin.gypi
diff --git a/runtime/bin/bin.gypi b/runtime/bin/bin.gypi
index 1777513c7a3365f539b43c91814be9cb6edff4a7..03cf918c718f11a0a49e9d478ffead5777003cb5 100644
--- a/runtime/bin/bin.gypi
+++ b/runtime/bin/bin.gypi
@@ -375,6 +375,7 @@
'dependencies': [
'libdart_nosnapshot',
'libdart_builtin',
+ 'libdart_io',
],
'include_dirs': [
'..',
@@ -392,13 +393,16 @@
'platform_macos.cc',
'platform_win.cc',
'platform.h',
+ 'vmservice_impl.cc',
+ 'vmservice_impl.h',
# Include generated source files.
'<(builtin_cc_file)',
'<(io_cc_file)',
'<(io_patch_cc_file)',
+ '<(resources_cc_file)',
],
'defines': [
- 'PLATFORM_DISABLE_SOCKET'
+ 'PLATFORM_DISABLE_SOCKET',
],
'conditions': [
['OS=="win"', {
« no previous file with comments | « runtime/bin/BUILD.gn ('k') | runtime/bin/builtin_gen_snapshot.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698