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

Unified Diff: chrome/chrome_browser.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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 95ce9e3dbb8036a7d467a1b131df10bba0d9096a..e39ab34a16612337fafb816b068e65e552234065 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -1024,6 +1024,8 @@
'browser/chrome_device_client.h',
'browser/chrome_process_singleton.cc',
'browser/chrome_process_singleton.h',
+ 'browser/chrome_webusb_browser_client.cc',
+ 'browser/chrome_webusb_browser_client.h',
'browser/component_updater/widevine_cdm_component_installer.cc',
'browser/component_updater/widevine_cdm_component_installer.h',
'browser/custom_home_pages_table_model.cc',
@@ -3643,6 +3645,7 @@
'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
'dependencies': [
'../components/components.gyp:feedback_component',
+ '../components/components.gyp:webusb',
'../device/core/core.gyp:device_core',
'../device/devices_app/devices_app.gyp:devices_app_public_cpp',
'../device/devices_app/devices_app.gyp:devices_app_public_cpp_factory',

Powered by Google App Engine
This is Rietveld 408576698