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

Unified Diff: chrome/browser/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 | « BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 50916ff897cefb28d8a8c44dd1c1ac0665557e2a..95f6989589724c0e8fd491ee01731fb17c4badc3 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -4453,17 +4453,14 @@ grit("resources") {
deps = [
":chrome_internal_resources_gen",
-
- # Depend only on the generated mojo bindings since we read the .mojom.js
- # file, rather than the whole mojo target which will link the C++ bindings.
"//chrome/app:chrome_content_manifest_overlays",
- "//chrome/browser/engagement:mojo_bindings__generator",
- "//chrome/browser/ui/webui/omnibox:mojo_bindings__generator",
- "//chrome/browser/ui/webui/usb_internals:mojo_bindings__generator",
- "//device/bluetooth/public/interfaces:experimental_interfaces__generator",
- "//device/bluetooth/public/interfaces:interfaces__generator",
- "//url/mojo:url_mojom_gurl__generator",
- "//url/mojo:url_mojom_origin__generator",
+ "//chrome/browser/engagement:mojo_bindings_js",
+ "//chrome/browser/ui/webui/omnibox:mojo_bindings_js",
+ "//chrome/browser/ui/webui/usb_internals:mojo_bindings_js",
+ "//device/bluetooth/public/interfaces:experimental_interfaces_js",
+ "//device/bluetooth/public/interfaces:interfaces_js",
+ "//url/mojo:url_mojom_gurl_js",
+ "//url/mojo:url_mojom_origin_js",
]
if (use_vulcanize) {
« no previous file with comments | « BUILD.gn ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698