| Index: ios/testing/earl_grey/earl_grey_support.gyp
|
| diff --git a/tools/win/static_initializers/static_initializers.gyp b/ios/testing/earl_grey/earl_grey_support.gyp
|
| similarity index 60%
|
| copy from tools/win/static_initializers/static_initializers.gyp
|
| copy to ios/testing/earl_grey/earl_grey_support.gyp
|
| index ee4102ffb9f24c957fa1d6b9677b92a5082f82f3..f21bc190185fbf9ad9944f139cc551a621087dce 100644
|
| --- a/tools/win/static_initializers/static_initializers.gyp
|
| +++ b/ios/testing/earl_grey/earl_grey_support.gyp
|
| @@ -1,20 +1,21 @@
|
| # 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',
|
| + # GN version: //ios/testing/earl_grey:earl_grey_support
|
| + 'target_name': 'earl_grey_support',
|
| + 'type': 'static_library',
|
| 'sources': [
|
| - 'static_initializers.cc',
|
| + 'wait_util.h',
|
| + 'wait_util.mm',
|
| ],
|
| 'include_dirs': [
|
| - '$(VSInstallDir)/DIA SDK/include',
|
| + '../../..',
|
| ],
|
| },
|
| ],
|
|
|