OLD | NEW |
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 'ios_web.gyp:ios_web_earl_grey_test_support', | 109 'ios_web.gyp:ios_web_earl_grey_test_support', |
110 '../testing/earl_grey/earl_grey_support.gyp:earl_grey_support', | 110 '../testing/earl_grey/earl_grey_support.gyp:earl_grey_support', |
111 ], | 111 ], |
112 'sources': [ | 112 'sources': [ |
113 'shell/test/app/navigation_test_util.h', | 113 'shell/test/app/navigation_test_util.h', |
114 'shell/test/app/navigation_test_util.mm', | 114 'shell/test/app/navigation_test_util.mm', |
115 'shell/test/app/web_shell_test_util.h', | 115 'shell/test/app/web_shell_test_util.h', |
116 'shell/test/app/web_shell_test_util.mm', | 116 'shell/test/app/web_shell_test_util.mm', |
117 'shell/test/app/web_view_interaction_test_util.h', | 117 'shell/test/app/web_view_interaction_test_util.h', |
118 'shell/test/app/web_view_interaction_test_util.mm', | 118 'shell/test/app/web_view_interaction_test_util.mm', |
| 119 'shell/test/earl_grey/shell_base_test_case.h', |
| 120 'shell/test/earl_grey/shell_base_test_case.mm', |
119 'shell/test/earl_grey/shell_matchers.h', | 121 'shell/test/earl_grey/shell_matchers.h', |
120 'shell/test/earl_grey/shell_matchers.mm', | 122 'shell/test/earl_grey/shell_matchers.mm', |
121 ], | 123 ], |
122 }, | 124 }, |
123 ], | 125 ], |
124 } | 126 } |
OLD | NEW |