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

Side by Side Diff: ios/web/ios_web_shell_tests.gyp

Issue 1961063002: Add web shell matcher for address field. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: another comment fix 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ], 82 ],
83 }, 83 },
84 { 84 {
85 # TODO(crbug.com/606815): Refactor out code that is common across Chrome 85 # TODO(crbug.com/606815): Refactor out code that is common across Chrome
86 # and the web shell. 86 # and the web shell.
87 'target_name': 'ios_web_shell_earl_grey_test_support', 87 'target_name': 'ios_web_shell_earl_grey_test_support',
88 'type': 'static_library', 88 'type': 'static_library',
89 'dependencies': [ 89 'dependencies': [
90 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey', 90 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
91 'ios_web.gyp:ios_web_test_support', 91 'ios_web.gyp:ios_web_test_support',
92 '../testing/earl_grey/earl_grey_support.gyp:earl_grey_support',
Eugene But (OOO till 7-30) 2016/05/09 17:58:35 Any gn files which needs to be updated?
baxley 2016/05/09 18:42:27 Not yet. I chatted with Sylvain, and he is waitin
92 ], 93 ],
93 'export_dependent_settings': [ 94 'export_dependent_settings': [
94 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey', 95 '<(DEPTH)/ios/third_party/earl_grey/earl_grey.gyp:EarlGrey',
95 ], 96 ],
96 'sources': [ 97 'sources': [
97 'public/test/earl_grey/web_view_matchers.h', 98 'public/test/earl_grey/web_view_matchers.h',
98 'public/test/earl_grey/web_view_matchers.mm', 99 'public/test/earl_grey/web_view_matchers.mm',
99 'shell/test/app/web_shell_test_util.h', 100 'shell/test/app/web_shell_test_util.h',
100 'shell/test/app/web_shell_test_util.mm', 101 'shell/test/app/web_shell_test_util.mm',
101 'shell/test/earl_grey/shell_matchers.h', 102 'shell/test/earl_grey/shell_matchers.h',
102 'shell/test/earl_grey/shell_matchers.mm', 103 'shell/test/earl_grey/shell_matchers.mm',
103 ], 104 ],
104 }, 105 },
105 ], 106 ],
106 } 107 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698