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

Unified Diff: mojo/dart/embedder/BUILD.gn

Issue 1649823002: Roll Dart forward and use the shared vmservice isolate sources + benchmark fixes (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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 | « DEPS ('k') | mojo/dart/embedder/vmservice.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/BUILD.gn
diff --git a/mojo/dart/embedder/BUILD.gn b/mojo/dart/embedder/BUILD.gn
index 40d9680477da0a3680f0d74e151ba6b866b8c189..d47a349b1e7bdfc46ab350961840e5afed17186e 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -137,13 +137,18 @@ action_foreach("dart_embedder_package_sdk") {
]
}
+vmservice_sources_gypi =
+ exec_script(
+ "//build/gypi_to_gn.py",
+ [ rebase_path("//dart/runtime/bin/vmservice/vmservice_sources.gypi") ],
+ "scope",
+ [ rebase_path("//dart/runtime/bin/vmservice/vmservice_sources.gypi") ])
+
dart_embedder_resources("generate_dart_embedder_service_isolate_resources_cc") {
- inputs = [
- "//mojo/dart/embedder/vmservice/loader.dart",
- "//mojo/dart/embedder/vmservice/main.dart",
- "//mojo/dart/embedder/vmservice/server.dart",
- ]
- root_prefix = "//mojo/dart/embedder/"
+ inputs = rebase_path(vmservice_sources_gypi.sources,
+ "",
+ "//dart/runtime/bin/vmservice/")
+ root_prefix = "//dart/runtime/bin/"
output = "$target_gen_dir/dart_embedder_service_isolate_resources.cc"
table_name = "dart_embedder_service_isolate"
}
« no previous file with comments | « DEPS ('k') | mojo/dart/embedder/vmservice.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698