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

Unified Diff: chrome/renderer/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 | « chrome/browser/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 7923c36d6015fa6bab52c8765123179190401738..81b0552089155a846b86c8216a9262d9d48e8271 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -26,12 +26,12 @@ grit("resources") {
"mojom_root=" + rebase_path(root_gen_dir, root_build_dir),
]
deps = [
- "//chrome/common/media_router/mojo:media_controller__generator",
- "//chrome/common/media_router/mojo:media_router__generator",
- "//mojo/common:common_custom_types__generator",
- "//net/interfaces:interfaces__generator",
- "//url/mojo:url_mojom_gurl__generator",
- "//url/mojo:url_mojom_origin__generator",
+ "//chrome/common/media_router/mojo:media_controller_js",
+ "//chrome/common/media_router/mojo:media_router_js",
+ "//mojo/common:common_custom_types_js",
+ "//net/interfaces:interfaces_js",
+ "//url/mojo:url_mojom_gurl_js",
+ "//url/mojo:url_mojom_origin_js",
]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698