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

Unified Diff: components/webusb.gypi

Issue 1624573004: Rename webusb_permission_bubble.mojom and move it to //content/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added content_common_mojo_bindings dep back to chrome_browser.gypi Created 4 years, 11 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
Index: components/webusb.gypi
diff --git a/components/webusb.gypi b/components/webusb.gypi
index a86c548bcd46eb6b71a038072392354cc680d6f2..caf6c92064a30929a404fc9ec155e23d9be113f5 100644
--- a/components/webusb.gypi
+++ b/components/webusb.gypi
@@ -11,7 +11,6 @@
'../base/base.gyp:base',
'../device/core/core.gyp:device_core',
'../device/usb/usb.gyp:device_usb',
- 'components_webusb_mojo_bindings_lib',
],
'include_dirs': [
'..',
@@ -22,28 +21,5 @@
'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',
- ],
- },
],
}

Powered by Google App Engine
This is Rietveld 408576698