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

Side by Side Diff: net/BUILD.gn

Issue 960413003: Apply gn format with 'sources' sorting to src/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-format-sort-2
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 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 } 935 }
936 936
937 executable("run_testserver") { 937 executable("run_testserver") {
938 testonly = true 938 testonly = true
939 sources = [ 939 sources = [
940 "tools/testserver/run_testserver.cc", 940 "tools/testserver/run_testserver.cc",
941 ] 941 ]
942 deps = [ 942 deps = [
943 ":net", # TODO(brettw) bug 363749: this shouldn't be necessary. It's not 943 ":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. 944 # in the GYP build, and can be removed when the bug is fixed.
945
945 ":test_support", 946 ":test_support",
946 "//base", 947 "//base",
947 "//base/test:test_support", 948 "//base/test:test_support",
948 "//testing/gtest", 949 "//testing/gtest",
949 ] 950 ]
950 } 951 }
951 952
952 executable("stress_cache") { 953 executable("stress_cache") {
953 testonly = true 954 testonly = true
954 sources = [ 955 sources = [
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "quic/quic_server_bin.cc", 1493 "quic/quic_server_bin.cc",
1493 ] 1494 ]
1494 deps = [ 1495 deps = [
1495 ":quic_tools", 1496 ":quic_tools",
1496 ":net", 1497 ":net",
1497 "//base", 1498 "//base",
1498 "//third_party/boringssl", 1499 "//third_party/boringssl",
1499 ] 1500 ]
1500 } 1501 }
1501 } # !is_android && !is_win && !is_mac 1502 } # !is_android && !is_win && !is_mac
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698