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

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: updated gn file 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/components/undo.gypi b/components/webusb.gypi
similarity index 52%
copy from components/undo.gypi
copy to components/webusb.gypi
index 7039ace3a3a5bc551566cba0527f6b70676dab45..9731d4183685ea1b1174130f0f86359d08429e61 100644
--- a/components/undo.gypi
+++ b/components/webusb.gypi
@@ -5,29 +5,26 @@
{
'targets': [
{
- # GN version: //components/undo
- 'target_name': 'undo_component',
+ 'target_name': 'webusb',
'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
'dependencies': [
'../base/base.gyp:base',
+ '../device/core/core.gyp:device_core',
+ '../device/usb/usb.gyp:device_usb',
'../ui/base/ui_base.gyp:ui_base',
- 'bookmarks_browser',
+ '../ui/gfx/gfx.gyp:gfx',
+ '../ui/message_center/message_center.gyp:message_center',
'components_strings.gyp:components_strings',
'keyed_service_core',
],
+ 'include_dirs': [
+ '..',
+ ],
'sources': [
- 'undo/bookmark_renumber_observer.h',
- 'undo/bookmark_undo_service.cc',
- 'undo/bookmark_undo_service.h',
- 'undo/bookmark_undo_utils.cc',
- 'undo/bookmark_undo_utils.h',
- 'undo/undo_manager.cc',
- 'undo/undo_manager.h',
- 'undo/undo_manager_observer.h',
- 'undo/undo_operation.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