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

Unified Diff: chrome/chrome_renderer.gypi

Issue 2064463002: Mojo interface/service for Leak Detector on remote process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update ProtobufToMojoConverterTest 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_renderer.gypi
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index cae6dcb7e3709a0e5140a30261b482a5d3e0bde3..c96ab749d32d2cdc7afc6718a8d870f175f29668 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -234,6 +234,10 @@
'renderer/pepper/chrome_pdf_print_client.cc',
'renderer/pepper/chrome_pdf_print_client.h',
],
+ 'chrome_renderer_leak_detector_sources': [
+ 'renderer/leak_detector/leak_detector_remote_client.cc',
+ 'renderer/leak_detector/leak_detector_remote_client.h',
+ ],
},
'targets': [
{
@@ -398,6 +402,15 @@
'<(DEPTH)/third_party/wtl/include',
],
}],
+ ['chromeos==1', {
+ 'sources': [
+ '<@(chrome_renderer_leak_detector_sources)',
+ ],
+ 'dependencies': [
+ '../components/components.gyp:metrics_leak_detector',
+ '../components/components.gyp:metrics_mojo_bindings',
+ ],
+ }],
],
},
],
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698