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

Side by Side Diff: net/BUILD.gn

Issue 2108643003: [GN] Add //build/config/compiler:wexit_time_destructors everywhere it is in GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « google_apis/gcm/BUILD.gn ('k') | storage/common/BUILD.gn » ('j') | 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 defines += [ "ENABLE_BUILT_IN_DNS" ] 90 defines += [ "ENABLE_BUILT_IN_DNS" ]
91 } 91 }
92 } 92 }
93 93
94 net_configs = [ 94 net_configs = [
95 ":net_internal_config", 95 ":net_internal_config",
96 "//build/config:precompiled_headers", 96 "//build/config:precompiled_headers",
97 97
98 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 98 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
99 "//build/config/compiler:no_size_t_to_int_warning", 99 "//build/config/compiler:no_size_t_to_int_warning",
100 "//build/config/compiler:wexit_time_destructors",
100 ] 101 ]
101 102
102 if (use_glib && use_gconf && !is_chromeos) { 103 if (use_glib && use_gconf && !is_chromeos) {
103 net_configs += [ "//build/config/linux/gconf" ] 104 net_configs += [ "//build/config/linux/gconf" ]
104 } 105 }
105 106
106 if (is_linux) { 107 if (is_linux) {
107 net_configs += [ "//build/config/linux:libresolv" ] 108 net_configs += [ "//build/config/linux:libresolv" ]
108 } 109 }
109 110
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
2077 "url_request/url_request_fuzzer.cc", 2078 "url_request/url_request_fuzzer.cc",
2078 ] 2079 ]
2079 deps = [ 2080 deps = [
2080 ":net_fuzzer_test_support", 2081 ":net_fuzzer_test_support",
2081 ":test_support", 2082 ":test_support",
2082 "//base", 2083 "//base",
2083 "//net", 2084 "//net",
2084 ] 2085 ]
2085 dict = "data/http/http.dict" 2086 dict = "data/http/http.dict"
2086 } 2087 }
OLDNEW
« no previous file with comments | « google_apis/gcm/BUILD.gn ('k') | storage/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698