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

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

Issue 2727353006: Introduce BrowserList and Browser classes for iOS. (Closed)
Patch Set: Add blank line. 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 2017 The Chromium Authors. All rights reserved. 1 # Copyright 2017 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/public/provider/chrome/browser/build_config.gni")
5 import("//testing/test.gni") 6 import("//testing/test.gni")
6 7
7 group("all_tests") { 8 group("all_tests") {
8 testonly = true 9 testonly = true
9 deps = [ 10 deps = [
10 ":ios_clean_chrome_unittests", 11 ":ios_clean_chrome_unittests",
11 ] 12 ]
12 } 13 }
13 14
14 test("ios_clean_chrome_unittests") { 15 test("ios_clean_chrome_unittests") {
15 deps = [ 16 deps = [
17 # Ensure that all unit tests are run, use fake hooks and pack resources.
16 "//ios/chrome/test:run_all_unittests", 18 "//ios/chrome/test:run_all_unittests",
19 ios_packed_resources_target,
20
21 # Add unit_tests target here.
17 "//ios/clean/chrome/browser:unit_tests", 22 "//ios/clean/chrome/browser:unit_tests",
23 "//ios/clean/chrome/browser/model:unit_tests",
18 "//ios/clean/chrome/browser/ui/web_contents:unit_tests", 24 "//ios/clean/chrome/browser/ui/web_contents:unit_tests",
19 ] 25 ]
20 } 26 }
OLDNEW
« no previous file with comments | « ios/clean/chrome/browser/model/browser_list_unittest.mm ('k') | ios/shared/chrome/browser/tabs/web_state_list_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698