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

Unified Diff: extensions/shell/app_shell.gyp

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do the same to chrome/browser/BUILD.gn. Created 6 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: extensions/shell/app_shell.gyp
diff --git a/extensions/shell/app_shell.gyp b/extensions/shell/app_shell.gyp
index ca52ecede70e41ba66b7cda192c99196334596f1..12a6542eb3717775d9c22a7d9f7d7270fe794603 100644
--- a/extensions/shell/app_shell.gyp
+++ b/extensions/shell/app_shell.gyp
@@ -22,6 +22,7 @@
'<(DEPTH)/content/content.gyp:content_gpu',
'<(DEPTH)/content/content.gyp:content_ppapi_plugin',
'<(DEPTH)/content/content_shell_and_tests.gyp:content_shell_lib',
+ '<(DEPTH)/device/common/common.gyp:device_common',
'<(DEPTH)/device/hid/hid.gyp:device_hid',
'<(DEPTH)/extensions/browser/api/api_registration.gyp:extensions_api_registration',
'<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
@@ -71,6 +72,8 @@
'browser/shell_content_browser_client.h',
'browser/shell_desktop_controller.cc',
'browser/shell_desktop_controller.h',
+ 'browser/shell_device_client.cc',
+ 'browser/shell_device_client.h',
'browser/shell_extension_host_delegate.cc',
'browser/shell_extension_host_delegate.h',
'browser/shell_extension_system.cc',

Powered by Google App Engine
This is Rietveld 408576698