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

Unified Diff: device/common/common.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: device/common/common.gyp
diff --git a/ios/web/ios_web.gyp b/device/common/common.gyp
similarity index 67%
copy from ios/web/ios_web.gyp
copy to device/common/common.gyp
index df20bcc049c010f6ef23a1d39d4798ed8ad1182a..f255efd50529bc2a7d9a3284bdbe9b5232e51842 100644
--- a/ios/web/ios_web.gyp
+++ b/device/common/common.gyp
@@ -5,20 +5,17 @@
{
'variables': {
'chromium_code': 1,
- },
+ },
'targets': [
{
- 'target_name': 'ios_web',
+ 'target_name': 'device_common',
'type': 'static_library',
'include_dirs': [
'../..',
],
- 'dependencies': [
- '../../base/base.gyp:base',
- ],
'sources': [
- 'public/user_agent.h',
- 'public/user_agent.mm',
+ 'device_client.cc',
+ 'device_client.h',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698