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

Unified Diff: content/app/BUILD.gn

Issue 2023133003: Add Static Initializer for leak detector TLS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
Index: content/app/BUILD.gn
diff --git a/content/app/BUILD.gn b/content/app/BUILD.gn
index a7db1097360020b987594d54f56f9dbc7d943296..c2815d6170a92a36c360ba51a677429cdfa03c5c 100644
--- a/content/app/BUILD.gn
+++ b/content/app/BUILD.gn
@@ -57,6 +57,10 @@ if (is_linux && enable_plugins) {
content_app_deps += [ "//content/ppapi_plugin:ppapi_plugin_sources" ]
}
+if (is_chromeos) {
+ content_app_deps += [ "//components/metrics:leak_detector" ]
+}
+
content_app_extra_configs = [
"//build/config/compiler:wexit_time_destructors",
"//content:content_implementation",

Powered by Google App Engine
This is Rietveld 408576698