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

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

Issue 2574213002: Split //ios/chrome/browser/prefs to prevent circular dependencies. (Closed)
Patch Set: Address comments. Created 4 years 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 | « ios/chrome/browser/signin/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
(...skipping 18 matching lines...) Expand all
29 ] 29 ]
30 30
31 deps = [ 31 deps = [
32 "//base", 32 "//base",
33 "//components/content_settings/core/common", 33 "//components/content_settings/core/common",
34 "//components/network_time", 34 "//components/network_time",
35 "//components/prefs", 35 "//components/prefs",
36 "//components/prefs:test_support", 36 "//components/prefs:test_support",
37 "//ios/chrome/browser", 37 "//ios/chrome/browser",
38 "//ios/chrome/browser/browser_state:browser_state_impl", 38 "//ios/chrome/browser/browser_state:browser_state_impl",
39 "//ios/chrome/browser/prefs", 39 "//ios/chrome/browser/prefs:browser_prefs",
40 "//ios/public/provider/chrome/browser", 40 "//ios/public/provider/chrome/browser",
41 "//ios/public/provider/chrome/browser:test_support", 41 "//ios/public/provider/chrome/browser:test_support",
42 "//ios/web", 42 "//ios/web",
43 "//ios/web:test_support", 43 "//ios/web:test_support",
44 "//net", 44 "//net",
45 "//testing/gmock", 45 "//testing/gmock",
46 "//testing/gtest", 46 "//testing/gtest",
47 "//ui/base", 47 "//ui/base",
48 "//url", 48 "//url",
49 ] 49 ]
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 "//ios/chrome/browser/voice:unit_tests", 114 "//ios/chrome/browser/voice:unit_tests",
115 "//ios/chrome/browser/web:unit_tests", 115 "//ios/chrome/browser/web:unit_tests",
116 "//ios/chrome/browser/web_resource:unit_tests", 116 "//ios/chrome/browser/web_resource:unit_tests",
117 "//ios/chrome/common:unit_tests", 117 "//ios/chrome/common:unit_tests",
118 "//ios/chrome/test/base:unit_tests", 118 "//ios/chrome/test/base:unit_tests",
119 "//ios/web/public/image_fetcher:unit_tests", 119 "//ios/web/public/image_fetcher:unit_tests",
120 ] 120 ]
121 121
122 assert_no_deps = ios_assert_no_deps 122 assert_no_deps = ios_assert_no_deps
123 } 123 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698