| Index: ios/provider/ios_components.gyp
|
| diff --git a/tools/win/static_initializers/static_initializers.gyp b/ios/provider/ios_components.gyp
|
| similarity index 60%
|
| copy from tools/win/static_initializers/static_initializers.gyp
|
| copy to ios/provider/ios_components.gyp
|
| index ebf4e835aa118d121fac0e225243b4cd31dd8142..002c43aef23c7c28332611cb60526dae141f542e 100644
|
| --- a/tools/win/static_initializers/static_initializers.gyp
|
| +++ b/ios/provider/ios_components.gyp
|
| @@ -1,22 +1,20 @@
|
| # Copyright 2014 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| -
|
| {
|
| 'variables': {
|
| 'chromium_code': 1,
|
| - },
|
| + },
|
| 'targets': [
|
| {
|
| - 'target_name': 'static_initializers',
|
| - 'type': 'executable',
|
| - 'sources': [
|
| - 'static_initializers.cc',
|
| - ],
|
| + 'target_name': 'ios_components',
|
| + 'type': 'none',
|
| 'include_dirs': [
|
| - '$(VSInstallDir)/DIA SDK/include',
|
| + '../..',
|
| ],
|
| + 'sources': [
|
| + '../public/provider/components/signin/browser/profile_oauth2_token_service_ios_provider.h',
|
| + ]
|
| },
|
| ],
|
| }
|
| -
|
|
|