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

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

Issue 1107803002: Add Observatory to sky dart_controller (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 7 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/dart_debugger.h » ('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 95fcc463eb8a43650750c5594d46af79fe4b0fa8..26a8bddfe063712ecbcb108acc49ac86ef373ffd 100644
--- a/mojo/dart/embedder/BUILD.gn
+++ b/mojo/dart/embedder/BUILD.gn
@@ -69,6 +69,7 @@ dart_embedder_resources("generate_dart_embedder_patch_resources_cc") {
"//mojo/dart/embedder/io/socket_patch.dart",
"//mojo/dart/embedder/io/server_socket_patch.dart",
]
+ root_prefix = "//mojo/dart/embedder/"
output = "$target_gen_dir/dart_embedder_patch_resources.cc"
table_name = "dart_embedder_patch"
}
@@ -143,6 +144,7 @@ dart_embedder_resources("generate_dart_embedder_service_isolate_resources_cc") {
"//mojo/dart/embedder/vmservice/resources.dart",
"//mojo/dart/embedder/vmservice/server.dart",
]
+ root_prefix = "//mojo/dart/embedder/"
input_directory = "$root_out_dir/observatory/deployed/web/"
output = "$target_gen_dir/dart_embedder_service_isolate_resources.cc"
table_name = "dart_embedder_service_isolate"
@@ -252,7 +254,7 @@ action("pub_build_observatory") {
outputs = [
"$root_out_dir/observatory/build/web/index.html",
- "$root_out_dir/observatory/build/web/index.html_bootstrap.dart.js",
+ "$root_out_dir/observatory/build/web/index.html.polymer.bootstrap.dart.js",
]
}
@@ -266,7 +268,7 @@ action("deploy_observatory") {
inputs = [
script,
"$root_out_dir/observatory/build/web/index.html",
- "$root_out_dir/observatory/build/web/index.html_bootstrap.dart.js",
+ "$root_out_dir/observatory/build/web/index.html.polymer.bootstrap.dart.js",
]
args = [
@@ -281,7 +283,7 @@ action("deploy_observatory") {
outputs = [
"$root_out_dir/observatory/deployed/web/index.html",
- "$root_out_dir/observatory/deployed/web/index.html_bootstrap.dart.js",
+ "$root_out_dir/observatory/deployed/web/index.html.polymer.bootstrap.dart.js",
]
}
« no previous file with comments | « DEPS ('k') | mojo/dart/embedder/dart_debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698