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

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

Issue 2812623002: Revert of [ios] Move WebStateList to ios/chrome/browser/web_state_list. (Closed)
Patch Set: Created 3 years, 8 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/public/provider/chrome/browser/build_config.gni") 6 import("//ios/public/provider/chrome/browser/build_config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 # All tests needs to be listed in that target to be built as part of 9 # All tests needs to be listed in that target to be built as part of
10 # "gn_all" target (i.e. by the bots). 10 # "gn_all" target (i.e. by the bots).
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "//ios/chrome/browser/ui/tabs:unit_tests", 180 "//ios/chrome/browser/ui/tabs:unit_tests",
181 "//ios/chrome/browser/ui/toolbar:unit_tests", 181 "//ios/chrome/browser/ui/toolbar:unit_tests",
182 "//ios/chrome/browser/ui/tools_menu:unit_tests", 182 "//ios/chrome/browser/ui/tools_menu:unit_tests",
183 "//ios/chrome/browser/ui/util:unit_tests", 183 "//ios/chrome/browser/ui/util:unit_tests",
184 "//ios/chrome/browser/ui/voice:unit_tests", 184 "//ios/chrome/browser/ui/voice:unit_tests",
185 "//ios/chrome/browser/update_client:unit_tests", 185 "//ios/chrome/browser/update_client:unit_tests",
186 "//ios/chrome/browser/voice:unit_tests", 186 "//ios/chrome/browser/voice:unit_tests",
187 "//ios/chrome/browser/web:unit_tests", 187 "//ios/chrome/browser/web:unit_tests",
188 "//ios/chrome/browser/web:unit_tests_internal", 188 "//ios/chrome/browser/web:unit_tests_internal",
189 "//ios/chrome/browser/web_resource:unit_tests", 189 "//ios/chrome/browser/web_resource:unit_tests",
190 "//ios/chrome/browser/web_state_list:unit_tests",
191 "//ios/chrome/common:unit_tests", 190 "//ios/chrome/common:unit_tests",
192 "//ios/chrome/test/base:unit_tests", 191 "//ios/chrome/test/base:unit_tests",
192 "//ios/shared/chrome/browser/tabs:unit_tests",
193 "//ios/shared/chrome/browser/ui/browser_list:unit_tests", 193 "//ios/shared/chrome/browser/ui/browser_list:unit_tests",
194 "//ios/shared/chrome/browser/ui/commands:unit_tests", 194 "//ios/shared/chrome/browser/ui/commands:unit_tests",
195 "//ios/shared/chrome/browser/ui/coordinators:unit_tests", 195 "//ios/shared/chrome/browser/ui/coordinators:unit_tests",
196 ] 196 ]
197 197
198 assert_no_deps = ios_assert_no_deps 198 assert_no_deps = ios_assert_no_deps
199 } 199 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/web_state_list/web_state_opener_unittest.mm ('k') | ios/clean/chrome/browser/ui/omnibox/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698