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

Unified 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: 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/net/BUILD.gn
diff --git a/tools/gn/secondary/net/BUILD.gn b/tools/gn/secondary/net/BUILD.gn
index c9f041a39077f2f9bc9aee2d0076589f9896fc18..b474ca37cd221a2b8294ea5c54eeb5b9be94974e 100644
--- a/tools/gn/secondary/net/BUILD.gn
+++ b/tools/gn/secondary/net/BUILD.gn
@@ -1216,11 +1216,9 @@ static_library("http_server") {
"server/web_socket.cc",
"server/web_socket.h",
]
+ configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
":net",
"//base",
]
-
- # TODO(brettw) figure out how to get this:
- # 'variables': { 'enable_wexit_time_destructors': 1, },
}
« no previous file with comments | « build/config/compiler/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698