summaryrefslogtreecommitdiff
path: root/chromium/components/cronet/ios/test/BUILD.gn
blob: fc515a566ebbf335cc8271e3b54f80a99c2e70d5 (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
34
35
# Copyright 2016 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.

import("//build/config/ios/rules.gni")
import("//testing/test.gni")

test("cronet_test") {
  testonly = true
  sources = [
    "cronet_acceptlang_test.mm",
    "cronet_http_test.mm",
    "cronet_netlog_test.mm",
    "cronet_test_runner.mm",
    "get_stream_engine.mm",
    "start_cronet.h",
    "start_cronet.mm",
    "test_server.cc",
    "test_server.h",
  ]

  deps = [
    "//base",
    "//base:i18n",
    "//components/cronet/ios:cronet_framework+link",
    "//components/grpc_support:bidirectional_stream_unittest",
    "//components/grpc_support/test:quic_test_server",
    "//net",
    "//net:simple_quic_tools",
    "//net:test_support",
    "//third_party/icu",
  ]

  bundle_deps = [ "//components/cronet/ios:cronet_framework+bundle" ]
}