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

Side by Side Diff: components/cronet/ios/test/BUILD.gn

Issue 2146643002: [Cronet] Integrate CrNet functionality into Cronet on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove cronet_test_bundle_data target and use data bundled with net_test_support. Created 4 years, 2 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
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 import("//build/config/ios/rules.gni")
6 import("//testing/test.gni")
7
8 test("cronet_test") {
9 testonly = true
10 sources = [
11 "cronet_bidirectional_stream_test.mm",
12 "cronet_http_test.mm",
13 "cronet_test_runner.mm",
14 "quic_test_server.cc",
15 "quic_test_server.h",
16 "test_server.cc",
17 "test_server.h",
18 ]
19
20 deps = [
21 "//base",
22 "//base:i18n",
23 "//components/cronet/ios:cronet_framework+link",
24 "//net",
25 "//net:simple_quic_tools",
26 "//net:test_support",
27 "//third_party/icu",
28 ]
29
30 bundle_deps = [ "//components/cronet/ios:cronet_framework+bundle" ]
31 }
OLDNEW
« no previous file with comments | « components/cronet/ios/cronet_environment.cc ('k') | components/cronet/ios/test/cronet_bidirectional_stream_test.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698