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

Unified Diff: components/webusb.gypi

Issue 1742753002: Rename web_usb_permission_bubble.cc/h and webusb_permission_bubble.mojom (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 9 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/chrome_browser.gypi ('k') | 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 cad67c93dca1ecd9dd51cbe74a65e386e0c6a280..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',
],
'include_dirs': [
'..',
@@ -22,18 +21,5 @@
'webusb/webusb_detector.h',
],
},
- {
- 'target_name': 'components_webusb_mojo_bindings',
- 'type': 'static_library',
- 'dependencies': [
- '../device/usb/usb.gyp:device_usb_mojo_bindings',
- ],
- 'sources': [
- 'webusb/public/interfaces/webusb_permission_bubble.mojom',
- ],
- 'includes': [
- '../mojo/mojom_bindings_generator.gypi',
- ],
- },
],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/webusb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698