| 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',
|
| ],
|
| },
|
| ],
|
|
|