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

Unified Diff: headless/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 | « extensions/BUILD.gn ('k') | ios/web/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: headless/BUILD.gn
diff --git a/headless/BUILD.gn b/headless/BUILD.gn
index 637b026aeaa04386d0e0bc0abb415aae44006b33..b7822f40174575e584bd2750e776494568b36db2 100644
--- a/headless/BUILD.gn
+++ b/headless/BUILD.gn
@@ -126,8 +126,8 @@ grit("resources") {
"mojom_root=" + rebase_path(root_gen_dir, root_build_dir),
]
deps = [
- ":headless_render_frame_controller__generator",
- ":tab_socket__generator",
+ ":headless_render_frame_controller_js",
+ ":tab_socket_js",
]
}
« no previous file with comments | « extensions/BUILD.gn ('k') | ios/web/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698