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

Side by Side Diff: net/BUILD.gn

Issue 1017973002: Implement working tests for the simple QUIC client classes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no export Created 5 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 | « no previous file | net/net.gyp » ('j') | net/tools/quic/quic_simple_client.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/module_args/v8.gni") 8 import("//build/module_args/v8.gni")
9 import("//url/config.gni") 9 import("//url/config.gni")
10 import("//testing/test.gni") 10 import("//testing/test.gni")
(...skipping 1292 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 1303
1304 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 1304 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
1305 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] 1305 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
1306 defines = [] 1306 defines = []
1307 1307
1308 deps = [ 1308 deps = [
1309 ":extras", 1309 ":extras",
1310 ":http_server", 1310 ":http_server",
1311 ":net", 1311 ":net",
1312 ":quic_tools", 1312 ":quic_tools",
1313 ":simple_quic_tools",
1313 ":test_support", 1314 ":test_support",
1314 "//base", 1315 "//base",
1315 "//base:i18n", 1316 "//base:i18n",
1316 "//base:prefs_test_support", 1317 "//base:prefs_test_support",
1317 "//base/allocator", 1318 "//base/allocator",
1318 "//base/third_party/dynamic_annotations", 1319 "//base/third_party/dynamic_annotations",
1319 "//crypto", 1320 "//crypto",
1320 "//crypto:platform", 1321 "//crypto:platform",
1321 "//crypto:test_support", 1322 "//crypto:test_support",
1322 "//gin", 1323 "//gin",
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
1638 } else { 1639 } else {
1639 sources -= [ "proxy/proxy_resolver_perftest.cc" ] 1640 sources -= [ "proxy/proxy_resolver_perftest.cc" ]
1640 } 1641 }
1641 1642
1642 if (is_win && icu_use_data_file) { 1643 if (is_win && icu_use_data_file) {
1643 # This is needed to trigger the dll copy step on windows. 1644 # This is needed to trigger the dll copy step on windows.
1644 # TODO(mark): Specifying this here shouldn't be necessary. 1645 # TODO(mark): Specifying this here shouldn't be necessary.
1645 deps += [ "//third_party/icu:icudata" ] 1646 deps += [ "//third_party/icu:icudata" ]
1646 } 1647 }
1647 } 1648 }
OLDNEW
« no previous file with comments | « no previous file | net/net.gyp » ('j') | net/tools/quic/quic_simple_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698