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

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: added some #ifdef flags Created 5 years, 4 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/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',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698