blob: fc515a566ebbf335cc8271e3b54f80a99c2e70d5 [file] [log] [blame]
# 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" ]
}