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

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

Issue 2921833002: [iOS Clean] Created OverlayService.
Patch Set: rebase & Mark's comments Created 3 years, 6 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("//ios/public/provider/chrome/browser/build_config.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 group("all_tests") { 8 group("all_tests") {
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
11 ":ios_clean_chrome_unittests", 11 ":ios_clean_chrome_unittests",
12 ] 12 ]
13 } 13 }
14 14
15 test("ios_clean_chrome_unittests") { 15 test("ios_clean_chrome_unittests") {
16 deps = [ 16 deps = [
17 # Ensure that all unit tests are run, use fake hooks and pack resources. 17 # Ensure that all unit tests are run, use fake hooks and pack resources.
18 "//ios/chrome/test:run_all_unittests", 18 "//ios/chrome/test:run_all_unittests",
19 ios_packed_resources_target, 19 ios_packed_resources_target,
20 20
21 # Add unit_tests target here. 21 # Add unit_tests target here.
22 "//ios/clean/chrome/app/steps:unit_tests", 22 "//ios/clean/chrome/app/steps:unit_tests",
23 "//ios/clean/chrome/browser/ui/bookmarks:unit_tests", 23 "//ios/clean/chrome/browser/ui/bookmarks:unit_tests",
24 "//ios/clean/chrome/browser/ui/context_menu:unit_tests", 24 "//ios/clean/chrome/browser/ui/context_menu:unit_tests",
25 "//ios/clean/chrome/browser/ui/find_in_page:unit_tests", 25 "//ios/clean/chrome/browser/ui/find_in_page:unit_tests",
26 "//ios/clean/chrome/browser/ui/ntp:unit_tests", 26 "//ios/clean/chrome/browser/ui/ntp:unit_tests",
27 "//ios/clean/chrome/browser/ui/omnibox:unit_tests", 27 "//ios/clean/chrome/browser/ui/omnibox:unit_tests",
28 "//ios/clean/chrome/browser/ui/overlay_service/internal:unit_tests",
28 "//ios/clean/chrome/browser/ui/recent_tabs:unit_tests", 29 "//ios/clean/chrome/browser/ui/recent_tabs:unit_tests",
29 "//ios/clean/chrome/browser/ui/root:unit_tests", 30 "//ios/clean/chrome/browser/ui/root:unit_tests",
30 "//ios/clean/chrome/browser/ui/tab:unit_tests", 31 "//ios/clean/chrome/browser/ui/tab:unit_tests",
31 "//ios/clean/chrome/browser/ui/tab_collection:unit_tests", 32 "//ios/clean/chrome/browser/ui/tab_collection:unit_tests",
32 "//ios/clean/chrome/browser/ui/tab_grid:unit_tests", 33 "//ios/clean/chrome/browser/ui/tab_grid:unit_tests",
33 "//ios/clean/chrome/browser/ui/toolbar:unit_tests", 34 "//ios/clean/chrome/browser/ui/toolbar:unit_tests",
34 "//ios/clean/chrome/browser/ui/tools:unit_tests", 35 "//ios/clean/chrome/browser/ui/tools:unit_tests",
35 "//ios/clean/chrome/browser/ui/web_contents:unit_tests", 36 "//ios/clean/chrome/browser/ui/web_contents:unit_tests",
36 ] 37 ]
37 } 38 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698