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

Unified Diff: ios/testing/earl_grey/earl_grey_support.gyp

Issue 1961063002: Add web shell matcher for address field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/Element/UIElement Created 4 years, 7 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
« no previous file with comments | « ios/testing/earl_grey/BUILD.gn ('k') | ios/testing/earl_grey/wait_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
+ '../../..',
],
},
],
« no previous file with comments | « ios/testing/earl_grey/BUILD.gn ('k') | ios/testing/earl_grey/wait_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698