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

Side by Side Diff: net/BUILD.gn

Issue 700183002: A few Windows GN build fixes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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 | « build/secondary/third_party/nss/BUILD.gn ('k') | 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/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("//url/config.gni") 8 import("//url/config.gni")
9 9
10 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni. 10 # TODO(cjhopman): //build/config/android/rules.gni also imports grit_rule.gni.
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "ssl/openssl_ssl_util.cc", 282 "ssl/openssl_ssl_util.cc",
283 "ssl/openssl_ssl_util.h", 283 "ssl/openssl_ssl_util.h",
284 ] 284 ]
285 if (is_mac) { 285 if (is_mac) {
286 sources -= [ 286 sources -= [
287 "ssl/openssl_platform_key_mac.cc", 287 "ssl/openssl_platform_key_mac.cc",
288 ] 288 ]
289 } 289 }
290 if (is_win) { 290 if (is_win) {
291 sources -= [ 291 sources -= [
292 "cert/sha256_legacy_support_openssl_win.cc",
292 "ssl/openssl_platform_key_win.cc", 293 "ssl/openssl_platform_key_win.cc",
293 ] 294 ]
294 } 295 }
295 } 296 }
296 297
297 if (!use_openssl_certs) { 298 if (!use_openssl_certs) {
298 sources -= [ 299 sources -= [
299 "base/keygen_handler_openssl.cc", 300 "base/keygen_handler_openssl.cc",
300 "base/openssl_private_key_store.h", 301 "base/openssl_private_key_store.h",
301 "base/openssl_private_key_store_memory.cc", 302 "base/openssl_private_key_store_memory.cc",
(...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after
1378 sources = [ "quic/quic_server_bin.cc" ] 1379 sources = [ "quic/quic_server_bin.cc" ]
1379 deps = [ 1380 deps = [
1380 ":quic_tools", 1381 ":quic_tools",
1381 ":net", 1382 ":net",
1382 "//base", 1383 "//base",
1383 "//third_party/boringssl", 1384 "//third_party/boringssl",
1384 ] 1385 ]
1385 } 1386 }
1386 1387
1387 } # !is_android 1388 } # !is_android
OLDNEW
« no previous file with comments | « build/secondary/third_party/nss/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698