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

Unified Diff: chrome/renderer/BUILD.gn

Issue 2064463002: Mojo interface/service for Leak Detector on remote process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: const GetParams; swap and clear stored_reports_ vector Created 4 years, 6 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 | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index 3760d3094befadeab682fdadf7bf5de52c842c04..a4bc92acc9748f24e7f89bc1933ea3e1f6706f3a 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -182,6 +182,16 @@ static_library("renderer") {
"spellchecker/hunspell_engine.h",
]
}
+
+ if (is_chromeos) {
+ sources += rebase_path(gypi_values.chrome_renderer_leak_detector_sources,
+ ".",
+ "..")
+ deps += [
+ "//components/metrics/leak_detector:interfaces",
+ "//components/metrics/leak_detector:leak_detector",
+ ]
+ }
Ilya Sherman 2016/06/29 20:35:50 I meant that this makes sense to pull into a separ
Simon Que 2016/06/30 03:15:01 Is that necessary for just one header/source pair?
Simon Que 2016/07/15 22:44:15 Done.
}
# In GYP this is part of test_support_common.
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698