Index: components/webusb.gypi |
diff --git a/chrome/chrome_child.gypi b/components/webusb.gypi |
similarity index 58% |
copy from chrome/chrome_child.gypi |
copy to components/webusb.gypi |
index 6464a39177c64ad13a749213165e50411d73d455..00da5cd7cdb630764812b0c3b309a909cf529cfc 100644 |
--- a/chrome/chrome_child.gypi |
+++ b/components/webusb.gypi |
@@ -5,19 +5,19 @@ |
{ |
'targets': [ |
{ |
- 'target_name': 'child', |
+ 'target_name': 'webusb', |
'type': 'static_library', |
- 'variables': { 'enable_wexit_time_destructors': 1, }, |
'dependencies': [ |
- '../base/base.gyp:base', |
- '../content/content.gyp:content_child', |
+ '../device/usb/usb.gyp:device_usb', |
], |
'include_dirs': [ |
'..', |
], |
'sources': [ |
- 'child/pdf_child_init.cc', |
- 'child/pdf_child_init.h', |
+ 'webusb/webusb_browser_client.cc', |
+ 'webusb/webusb_browser_client.h', |
+ 'webusb/webusb_detector.cc', |
+ 'webusb/webusb_detector.h', |
], |
}, |
], |