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

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

Issue 2592173002: Fix ios_chrome_unittests to crash on DCHECK failure. (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
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 15 matching lines...) Expand all
26 "ios_chrome_scoped_testing_local_state.cc", 26 "ios_chrome_scoped_testing_local_state.cc",
27 "ios_chrome_scoped_testing_local_state.h", 27 "ios_chrome_scoped_testing_local_state.h",
28 "ios_chrome_unit_test_suite.h", 28 "ios_chrome_unit_test_suite.h",
29 "ios_chrome_unit_test_suite.mm", 29 "ios_chrome_unit_test_suite.mm",
30 "testing_application_context.h", 30 "testing_application_context.h",
31 "testing_application_context.mm", 31 "testing_application_context.mm",
32 ] 32 ]
33 33
34 deps = [ 34 deps = [
35 "//base", 35 "//base",
36 "//base/test:test_support",
36 "//components/content_settings/core/common", 37 "//components/content_settings/core/common",
37 "//components/network_time", 38 "//components/network_time",
38 "//components/prefs", 39 "//components/prefs",
39 "//components/prefs:test_support", 40 "//components/prefs:test_support",
40 "//ios/chrome/browser", 41 "//ios/chrome/browser",
41 "//ios/chrome/browser/browser_state:browser_state_impl", 42 "//ios/chrome/browser/browser_state:browser_state_impl",
42 "//ios/chrome/browser/prefs:browser_prefs", 43 "//ios/chrome/browser/prefs:browser_prefs",
43 "//ios/public/provider/chrome/browser", 44 "//ios/public/provider/chrome/browser",
44 "//ios/public/provider/chrome/browser:test_support", 45 "//ios/public/provider/chrome/browser:test_support",
45 "//ios/web", 46 "//ios/web",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "//ios/chrome/browser/web:unit_tests", 179 "//ios/chrome/browser/web:unit_tests",
179 "//ios/chrome/browser/web:unit_tests_internal", 180 "//ios/chrome/browser/web:unit_tests_internal",
180 "//ios/chrome/browser/web_resource:unit_tests", 181 "//ios/chrome/browser/web_resource:unit_tests",
181 "//ios/chrome/common:unit_tests", 182 "//ios/chrome/common:unit_tests",
182 "//ios/chrome/test/base:unit_tests", 183 "//ios/chrome/test/base:unit_tests",
183 "//ios/web/public/image_fetcher:unit_tests", 184 "//ios/web/public/image_fetcher:unit_tests",
184 ] 185 ]
185 186
186 assert_no_deps = ios_assert_no_deps 187 assert_no_deps = ios_assert_no_deps
187 } 188 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698