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

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

Issue 1810423002: [iOS/GN] Fix compilation of ios_chrome_unittests with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resources
Patch Set: Fix link error Created 4 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
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/net/BUILD.gn » ('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 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 source_set("test") { 5 source_set("test") {
6 testonly = true 6 testonly = true
7 sources = [ 7 sources = [
8 "block_cleanup_test.h", 8 "block_cleanup_test.h",
9 "block_cleanup_test.mm", 9 "block_cleanup_test.mm",
10 "ios_chrome_scoped_testing_chrome_browser_provider.h", 10 "ios_chrome_scoped_testing_chrome_browser_provider.h",
11 "ios_chrome_scoped_testing_chrome_browser_provider.mm", 11 "ios_chrome_scoped_testing_chrome_browser_provider.mm",
12 "ios_chrome_scoped_testing_local_state.cc", 12 "ios_chrome_scoped_testing_local_state.cc",
13 "ios_chrome_scoped_testing_local_state.h", 13 "ios_chrome_scoped_testing_local_state.h",
14 "ios_chrome_unit_test_suite.h", 14 "ios_chrome_unit_test_suite.h",
15 "ios_chrome_unit_test_suite.mm", 15 "ios_chrome_unit_test_suite.mm",
16 "run_all_unittests.cc", 16 "run_all_unittests.cc",
17 "testing_application_context.h", 17 "testing_application_context.h",
18 "testing_application_context.mm", 18 "testing_application_context.mm",
19 ] 19 ]
20 20
21 deps = [ 21 deps = [
22 "//base", 22 "//base",
23 "//components/network_time", 23 "//components/network_time",
24 "//components/prefs", 24 "//components/prefs",
25 "//ios/chrome/browser", 25 "//ios/chrome/browser",
26 "//ios/chrome/browser:test_support",
27 "//ios/public/provider/chrome/browser", 26 "//ios/public/provider/chrome/browser",
28 "//ios/web", 27 "//ios/web",
29 "//testing/gmock", 28 "//testing/gmock",
30 "//testing/gtest", 29 "//testing/gtest",
31 "//ui/base", 30 "//ui/base",
32 "//url", 31 "//url",
33 ] 32 ]
34 } 33 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/BUILD.gn ('k') | ios/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698