summaryrefslogtreecommitdiffstats
path: root/ios/chrome/test/BUILD.gn
blob: f7e97a0d71c0af1812a7d3fdd1562225aab954a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

source_set("test") {
  testonly = true
  sources = [
    "block_cleanup_test.h",
    "block_cleanup_test.mm",
    "ios_chrome_scoped_testing_chrome_browser_provider.h",
    "ios_chrome_scoped_testing_chrome_browser_provider.mm",
    "ios_chrome_scoped_testing_local_state.cc",
    "ios_chrome_scoped_testing_local_state.h",
    "ios_chrome_unit_test_suite.h",
    "ios_chrome_unit_test_suite.mm",
    "run_all_unittests.cc",
    "testing_application_context.h",
    "testing_application_context.mm",
  ]

  deps = [
    "//base",
    "//components/network_time",
    "//components/prefs",
    "//ios/chrome/browser",
    "//ios/public/provider/chrome/browser",
    "//ios/web",
    "//testing/gmock",
    "//testing/gtest",
    "//ui/base",
    "//url",
  ]
}