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

Unified Diff: components/webusb.gypi

Issue 1404213004: Reland: Add webusb permission bubble mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webusb_permission_ui_1_refactor_permission_bubble_manager
Patch Set: updated webusb.gypi dependencies again Created 5 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 | components/webusb/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webusb.gypi
diff --git a/components/webusb.gypi b/components/webusb.gypi
index caf6c92064a30929a404fc9ec155e23d9be113f5..a86c548bcd46eb6b71a038072392354cc680d6f2 100644
--- a/components/webusb.gypi
+++ b/components/webusb.gypi
@@ -11,6 +11,7 @@
'../base/base.gyp:base',
'../device/core/core.gyp:device_core',
'../device/usb/usb.gyp:device_usb',
+ 'components_webusb_mojo_bindings_lib',
],
'include_dirs': [
'..',
@@ -21,5 +22,28 @@
'webusb/webusb_detector.h',
],
},
+ {
+ 'target_name': 'components_webusb_mojo_bindings',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ 'webusb/public/interfaces/webusb_permission_bubble.mojom',
+ ],
+ 'dependencies': [
+ '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings',
+ ],
+ },
+ 'includes': [
+ '../third_party/mojo/mojom_bindings_generator_explicit.gypi',
+ ],
+ },
+ {
+ 'target_name': 'components_webusb_mojo_bindings_lib',
+ 'type': 'static_library',
+ 'dependencies': [
+ 'components_webusb_mojo_bindings',
+ '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
+ ],
+ },
],
}
« no previous file with comments | « no previous file | components/webusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698