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

Unified Diff: third_party/WebKit/Source/bindings/modules/BUILD.gn

Issue 2453653003: Fix some mojo dependencies in blink (Closed)
Patch Set: Created 4 years, 2 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 | « no previous file | third_party/WebKit/Source/modules/geolocation/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/bindings/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/bindings/modules/BUILD.gn b/third_party/WebKit/Source/bindings/modules/BUILD.gn
index 208b90f71a4751cb31dd77ce18e754add8d8a7dd..0d258671c55384cae30d558a540a817ff022e485 100644
--- a/third_party/WebKit/Source/bindings/modules/BUILD.gn
+++ b/third_party/WebKit/Source/bindings/modules/BUILD.gn
@@ -70,6 +70,12 @@ make_event_factory("event_modules") {
"$blink_modules_output_dir/EventModulesHeaders.h",
]
deps = make_core_generated_deps + [ "//third_party/WebKit/Source/bindings/modules:modules_bindings_generated_event_interfaces" ]
+ deps += [
+ "//device/generic_sensor/public/interfaces",
+ "//device/generic_sensor/public/interfaces:interfaces_blink",
+ "//device/vr:mojo_bindings_blink",
+ "//media/midi:mojo_blink",
+ ]
}
make_names("event_modules_names") {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/geolocation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698