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

Side by Side Diff: ios/chrome/test/earl_grey/BUILD.gn

Issue 2761443005: Add disabled_test_macro import to EarlGrey base test cases. (Closed)
Patch Set: rebase Created 3 years, 9 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 import("//ios/chrome/test/earl_grey/chrome_ios_eg_test.gni") 5 import("//ios/chrome/test/earl_grey/chrome_ios_eg_test.gni")
6 6
7 group("all_tests") { 7 group("all_tests") {
8 testonly = true 8 testonly = true
9 deps = [ 9 deps = [
10 ":ios_chrome_device_check_egtests", 10 ":ios_chrome_device_check_egtests",
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "//components/strings", 161 "//components/strings",
162 "//ios/chrome/app/strings", 162 "//ios/chrome/app/strings",
163 "//ios/chrome/browser/ui", 163 "//ios/chrome/browser/ui",
164 "//ios/chrome/browser/ui/collection_view/cells", 164 "//ios/chrome/browser/ui/collection_view/cells",
165 "//ios/chrome/browser/ui/omnibox:omnibox_internal", 165 "//ios/chrome/browser/ui/omnibox:omnibox_internal",
166 "//ios/chrome/browser/ui/static_content", 166 "//ios/chrome/browser/ui/static_content",
167 "//ios/chrome/browser/ui/toolbar", 167 "//ios/chrome/browser/ui/toolbar",
168 "//ios/chrome/browser/ui/tools_menu", 168 "//ios/chrome/browser/ui/tools_menu",
169 "//ios/chrome/test/app:test_support", 169 "//ios/chrome/test/app:test_support",
170 "//ios/testing:ios_test_support", 170 "//ios/testing:ios_test_support",
171 "//ios/testing/earl_grey:earl_grey_support",
171 "//ios/third_party/material_components_ios", 172 "//ios/third_party/material_components_ios",
172 "//ios/web", 173 "//ios/web",
173 "//ios/web:earl_grey_test_support", 174 "//ios/web:earl_grey_test_support",
174 "//ios/web:test_support", 175 "//ios/web:test_support",
175 "//ui/base", 176 "//ui/base",
176 "//ui/base:test_support", 177 "//ui/base:test_support",
177 "//url", 178 "//url",
178 ] 179 ]
179 180
180 public_deps = [ 181 public_deps = [
(...skipping 10 matching lines...) Expand all
191 192
192 source_set("hooks") { 193 source_set("hooks") {
193 testonly = true 194 testonly = true
194 sources = [ 195 sources = [
195 "eg_tests_hook.mm", 196 "eg_tests_hook.mm",
196 ] 197 ]
197 deps = [ 198 deps = [
198 "//ios/chrome/app:tests_hook", 199 "//ios/chrome/app:tests_hook",
199 ] 200 ]
200 } 201 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/web/push_and_replace_state_navigation_egtest.mm ('k') | ios/chrome/test/earl_grey/chrome_test_case.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698