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

Unified Diff: mojo/public/interfaces/bindings/tests/BUILD.gn

Issue 2944153002: Mojo JS bindings: introduce new targets "foo_js"/"foo_js_data_deps" for mojom("foo"). (Closed)
Patch Set: . Created 3 years, 6 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/edk/js/tests/BUILD.gn ('k') | mojo/public/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/interfaces/bindings/tests/BUILD.gn
diff --git a/mojo/public/interfaces/bindings/tests/BUILD.gn b/mojo/public/interfaces/bindings/tests/BUILD.gn
index 3c2ef7028417ecfea8069160848c355ba7aa1f85..fade41358463a120b60d8a3202491278b1024931 100644
--- a/mojo/public/interfaces/bindings/tests/BUILD.gn
+++ b/mojo/public/interfaces/bindings/tests/BUILD.gn
@@ -4,18 +4,17 @@
import("../../../tools/bindings/mojom.gni")
-group("tests") {
+group("test_data_deps") {
testonly = true
- deps = [
- ":test_interfaces",
- ]
data_deps = [
- ":test_data",
- ":test_data_list",
+ ":test_interfaces_js_data_deps",
+ ":test_associated_interfaces_js_data_deps",
+ ":validation_test_data",
+ ":validation_test_data_list",
]
}
-copy("test_data") {
+copy("validation_test_data") {
testonly = true
sources = [
"data/validation",
@@ -25,7 +24,7 @@ copy("test_data") {
]
}
-action_foreach("test_data_list") {
+action_foreach("validation_test_data_list") {
testonly = true
script = "//mojo/public/tools/bindings/gen_data_files_list.py"
sources = [
« no previous file with comments | « mojo/edk/js/tests/BUILD.gn ('k') | mojo/public/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698