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

Unified Diff: components/webusb.gypi

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use USB_DEVICE_NAME instead of USB_DEVICE_PRODUCT_NAME in generated_resources.grd Created 5 years, 3 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/compression.gypi b/components/webusb.gypi
similarity index 61%
copy from components/compression.gypi
copy to components/webusb.gypi
index 4c989717c41e8916653aec0282e3b03dc12d982a..caf6c92064a30929a404fc9ec155e23d9be113f5 100644
--- a/components/compression.gypi
+++ b/components/webusb.gypi
@@ -5,19 +5,20 @@
{
'targets': [
{
- # GN version: //components/compression
- 'target_name': 'compression',
+ 'target_name': 'webusb',
'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
'dependencies': [
'../base/base.gyp:base',
- '../third_party/zlib/zlib.gyp:zlib',
+ '../device/core/core.gyp:device_core',
+ '../device/usb/usb.gyp:device_usb',
+ ],
+ 'include_dirs': [
+ '..',
],
'sources': [
- 'compression/compression_utils.cc',
- 'compression/compression_utils.h',
+ 'webusb/webusb_browser_client.h',
+ 'webusb/webusb_detector.cc',
+ 'webusb/webusb_detector.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698