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

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

Issue 1071693003: Uses mojom module names as Dart's package: import URI (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Merge Created 5 years, 8 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 | « mojo/dart/embedder/packages.dart ('k') | mojo/dart/embedder/test/dart_to_cpp_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/embedder/test/BUILD.gn
diff --git a/mojo/dart/embedder/test/BUILD.gn b/mojo/dart/embedder/test/BUILD.gn
index e7c91356925ff438c427490535dbc37d9f214db8..96320c9836859ff954fd35dc1b7a7db03746ce43 100644
--- a/mojo/dart/embedder/test/BUILD.gn
+++ b/mojo/dart/embedder/test/BUILD.gn
@@ -31,7 +31,7 @@ copy("copy_dart_mojo_sdk") {
"//mojo/public/dart/src/types.dart",
]
outputs = [
- "{{source_gen_dir}}/{{source_file_part}}",
+ "$root_gen_dir/dart-gen/{{source_root_relative_dir}}/{{source_file_part}}",
]
}
@@ -77,7 +77,7 @@ copy("expect") {
"//mojo/dart/testing/expect.dart",
]
outputs = [
- "{{source_gen_dir}}/{{source_file_part}}",
+ "$root_gen_dir/dart-gen/{{source_root_relative_dir}}/{{source_file_part}}",
]
}
@@ -86,7 +86,7 @@ copy("validation_test_input_parser") {
"//mojo/dart/testing/validation_test_input_parser.dart",
]
outputs = [
- "{{source_gen_dir}}/{{source_file_part}}",
+ "$root_gen_dir/dart-gen/{{source_root_relative_dir}}/{{source_file_part}}",
]
}
@@ -95,7 +95,7 @@ copy("async_helper") {
"//mojo/dart/testing/async_helper.dart",
]
outputs = [
- "{{source_gen_dir}}/{{source_file_part}}",
+ "$root_gen_dir/dart-gen/{{source_root_relative_dir}}/{{source_file_part}}",
]
}
« no previous file with comments | « mojo/dart/embedder/packages.dart ('k') | mojo/dart/embedder/test/dart_to_cpp_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698