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

Side by Side Diff: tools/gn/secondary/net/BUILD.gn

Issue 135733006: GN: Add wexit_time_destructors config. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Put new config in a more logical place. Created 6 years, 11 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 | Annotate | Revision Log
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("//crypto/ssl/flags.gni") 5 import("//crypto/ssl/flags.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 component("net") { 8 component("net") {
9 external = true 9 external = true
10 sources = [ 10 sources = [
(...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 "server/http_connection.h", 1209 "server/http_connection.h",
1210 "server/http_server.cc", 1210 "server/http_server.cc",
1211 "server/http_server.h", 1211 "server/http_server.h",
1212 "server/http_server_request_info.cc", 1212 "server/http_server_request_info.cc",
1213 "server/http_server_request_info.h", 1213 "server/http_server_request_info.h",
1214 "server/http_server_response_info.cc", 1214 "server/http_server_response_info.cc",
1215 "server/http_server_response_info.h", 1215 "server/http_server_response_info.h",
1216 "server/web_socket.cc", 1216 "server/web_socket.cc",
1217 "server/web_socket.h", 1217 "server/web_socket.h",
1218 ] 1218 ]
1219 configs += [ "//build/config/compiler:wexit_time_destructors" ]
1219 deps = [ 1220 deps = [
1220 ":net", 1221 ":net",
1221 "//base", 1222 "//base",
1222 ] 1223 ]
1223
1224 # TODO(brettw) figure out how to get this:
1225 # 'variables': { 'enable_wexit_time_destructors': 1, },
1226 } 1224 }
OLDNEW
« build/config/compiler/BUILD.gn ('K') | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698