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

Side by Side Diff: net/BUILD.gn

Issue 979643002: Fix the following browser_tests in the Linux GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "//base", 696 "//base",
697 "//base/test:test_support", 697 "//base/test:test_support",
698 "//crypto", 698 "//crypto",
699 "//net", 699 "//net",
700 "//net/tools/tld_cleanup", 700 "//net/tools/tld_cleanup",
701 "//testing/gmock", 701 "//testing/gmock",
702 "//testing/gtest", 702 "//testing/gtest",
703 "//url", 703 "//url",
704 ] 704 ]
705 705
706 if (!is_ios) {
707 public_deps += [ "//third_party/protobuf:py_proto" ]
708 }
709
706 if (!use_openssl && (use_nss_certs || is_ios)) { 710 if (!use_openssl && (use_nss_certs || is_ios)) {
707 public_deps += [ "//crypto:platform" ] 711 public_deps += [ "//crypto:platform" ]
708 } 712 }
709 713
710 if (!is_android) { 714 if (!is_android) {
711 sources -= [ 715 sources -= [
712 "test/spawned_test_server/remote_test_server.cc", 716 "test/spawned_test_server/remote_test_server.cc",
713 "test/spawned_test_server/remote_test_server.h", 717 "test/spawned_test_server/remote_test_server.h",
714 "test/spawned_test_server/spawner_communicator.cc", 718 "test/spawned_test_server/spawner_communicator.cc",
715 "test/spawned_test_server/spawner_communicator.h", 719 "test/spawned_test_server/spawner_communicator.h",
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 } 939 }
936 940
937 executable("run_testserver") { 941 executable("run_testserver") {
938 testonly = true 942 testonly = true
939 sources = [ 943 sources = [
940 "tools/testserver/run_testserver.cc", 944 "tools/testserver/run_testserver.cc",
941 ] 945 ]
942 deps = [ 946 deps = [
943 ":net", # TODO(brettw) bug 363749: this shouldn't be necessary. It's not 947 ":net", # TODO(brettw) bug 363749: this shouldn't be necessary. It's not
944 # in the GYP build, and can be removed when the bug is fixed. 948 # in the GYP build, and can be removed when the bug is fixed.
945
946 ":test_support", 949 ":test_support",
947 "//base", 950 "//base",
948 "//base/test:test_support", 951 "//base/test:test_support",
949 "//testing/gtest", 952 "//testing/gtest",
950 ] 953 ]
951 } 954 }
952 955
953 executable("stress_cache") { 956 executable("stress_cache") {
954 testonly = true 957 testonly = true
955 sources = [ 958 sources = [
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "quic/quic_server_bin.cc", 1496 "quic/quic_server_bin.cc",
1494 ] 1497 ]
1495 deps = [ 1498 deps = [
1496 ":quic_tools", 1499 ":quic_tools",
1497 ":net", 1500 ":net",
1498 "//base", 1501 "//base",
1499 "//third_party/boringssl", 1502 "//third_party/boringssl",
1500 ] 1503 ]
1501 } 1504 }
1502 } # !is_android && !is_win && !is_mac 1505 } # !is_android && !is_win && !is_mac
OLDNEW
« chrome/test/BUILD.gn ('K') | « chrome/test/BUILD.gn ('k') | net/test/python_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698