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

Side by Side Diff: net/BUILD.gn

Issue 2561293002: [ios] Removed //components/prefs dependency from net. (Closed)
Patch Set: Created 4 years 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 | no next file » | no next file with comments »
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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 ":net_quic_proto", 113 ":net_quic_proto",
114 "//crypto", 114 "//crypto",
115 "//crypto:platform", 115 "//crypto:platform",
116 ] 116 ]
117 117
118 if (!is_nacl) { 118 if (!is_nacl) {
119 sources += gypi_values.net_non_nacl_sources 119 sources += gypi_values.net_non_nacl_sources
120 120
121 deps += [ 121 deps += [
122 "//base/third_party/dynamic_annotations", 122 "//base/third_party/dynamic_annotations",
123 "//components/prefs",
124 "//sdch", 123 "//sdch",
125 "//third_party/zlib", 124 "//third_party/zlib",
126 ] 125 ]
127 126
128 if (!use_kerberos) { 127 if (!use_kerberos) {
129 sources -= [ 128 sources -= [
130 "http/http_auth_handler_negotiate.cc", 129 "http/http_auth_handler_negotiate.cc",
131 "http/http_auth_handler_negotiate.h", 130 "http/http_auth_handler_negotiate.h",
132 ] 131 ]
133 } 132 }
(...skipping 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after
2067 "http/http_security_headers_hpkp_report_only_fuzzer.cc", 2066 "http/http_security_headers_hpkp_report_only_fuzzer.cc",
2068 ] 2067 ]
2069 deps = [ 2068 deps = [
2070 ":net_fuzzer_test_support", 2069 ":net_fuzzer_test_support",
2071 "//base", 2070 "//base",
2072 "//net", 2071 "//net",
2073 "//url", 2072 "//url",
2074 ] 2073 ]
2075 dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict" 2074 dict = "data/fuzzer_dictionaries/net_http_security_headers_fuzzer.dict"
2076 } 2075 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698