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

Unified Diff: ios/web/test/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 | « headless/BUILD.gn ('k') | mojo/edk/js/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/test/BUILD.gn
diff --git a/ios/web/test/BUILD.gn b/ios/web/test/BUILD.gn
index 869c4fb9cb67b0f3f3fdb21fd245a416cee11713..1a19215124127f3a54811885f89b8849bb764199 100644
--- a/ios/web/test/BUILD.gn
+++ b/ios/web/test/BUILD.gn
@@ -35,7 +35,7 @@ grit("resources") {
"${root_gen_dir}/ios/web/test/mojo_test.mojom.js",
]
deps = [
- ":mojo_bindings",
+ ":mojo_bindings_js",
]
outputs = [
"grit/test_resources.h",
« no previous file with comments | « headless/BUILD.gn ('k') | mojo/edk/js/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698