| Index: device/core/core.gyp
|
| diff --git a/ios/web/ios_web.gyp b/device/core/core.gyp
|
| similarity index 67%
|
| copy from ios/web/ios_web.gyp
|
| copy to device/core/core.gyp
|
| index df20bcc049c010f6ef23a1d39d4798ed8ad1182a..09bd315330e738ddf64f7e8515facf0d9c42eb6a 100644
|
| --- a/ios/web/ios_web.gyp
|
| +++ b/device/core/core.gyp
|
| @@ -5,20 +5,17 @@
|
| {
|
| 'variables': {
|
| 'chromium_code': 1,
|
| - },
|
| + },
|
| 'targets': [
|
| {
|
| - 'target_name': 'ios_web',
|
| + 'target_name': 'device_core',
|
| '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',
|
| ],
|
| },
|
| ],
|
|
|