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

Side by Side Diff: ios/BUILD.gn

Issue 2224423002: Revert of Add sync_unit_tests to the default test suite on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « no previous file | ios/build/bots/tests/common_tests.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 # This list all targets that needs to be build as part of "gn_all" on iOS. 5 # This list all targets that needs to be build as part of "gn_all" on iOS.
6 # This list should generally only include executables, but since some code 6 # This list should generally only include executables, but since some code
7 # has not yet been upstreamed it will sometimes also include targets that 7 # has not yet been upstreamed it will sometimes also include targets that
8 # are not used upstream to ensure they are not broken inadvertently. 8 # are not used upstream to ensure they are not broken inadvertently.
9 group("all") { 9 group("all") {
10 testonly = true 10 testonly = true
11 deps = [ 11 deps = [
12 "//components/sync:sync_unit_tests",
13 "//ios/chrome:ios_chrome_unittests", 12 "//ios/chrome:ios_chrome_unittests",
14 "//ios/chrome/app", 13 "//ios/chrome/app",
15 "//ios/chrome/browser", 14 "//ios/chrome/browser",
16 "//ios/chrome/common", 15 "//ios/chrome/common",
17 "//ios/chrome/common/physical_web", 16 "//ios/chrome/common/physical_web",
18 "//ios/chrome/share_extension:packed_resources", 17 "//ios/chrome/share_extension:packed_resources",
19 "//ios/chrome/today_extension:packed_resources", 18 "//ios/chrome/today_extension:packed_resources",
20 "//ios/net:ios_net_unittests", 19 "//ios/net:ios_net_unittests",
21 "//ios/public/provider/chrome/browser", 20 "//ios/public/provider/chrome/browser",
22 "//ios/public/provider/web", 21 "//ios/public/provider/web",
23 "//ios/testing:ocmock_support_unittest", 22 "//ios/testing:ocmock_support_unittest",
24 "//ios/third_party/earl_grey", 23 "//ios/third_party/earl_grey",
25 "//ios/web:earl_grey_test_support", 24 "//ios/web:earl_grey_test_support",
26 "//ios/web:ios_web_inttests", 25 "//ios/web:ios_web_inttests",
27 "//ios/web:ios_web_unittests", 26 "//ios/web:ios_web_unittests",
28 "//ios/web/shell:ios_web_shell", 27 "//ios/web/shell:ios_web_shell",
29 "//ios/web/shell/test:ios_web_shell_test_host", 28 "//ios/web/shell/test:ios_web_shell_test_host",
30 ] 29 ]
31 30
32 if (!is_component_build) { 31 if (!is_component_build) {
33 deps += [ "//components/cronet/ios:cronet_package" ] 32 deps += [ "//components/cronet/ios:cronet_package" ]
34 } 33 }
35 } 34 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/tests/common_tests.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698