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

Unified Diff: chrome/chrome_renderer.gypi

Issue 1566603003: Dummy patch to try out Mojo connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize from RegisterRenderProcessMojoServices Created 4 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/renderer/DEPS » ('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 590d4030e88834aaceef48bd3ccf511c8ebf845b..30474a730d6e00458756a83edfcc9d3710a2189d 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -232,6 +232,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_monitor_client.cc',
+ 'renderer/leak_detector/leak_detector_monitor_client.h',
+ ],
},
'targets': [
{
@@ -277,6 +281,7 @@
],
'sources': [
'<@(chrome_renderer_sources)',
+ '<@(chrome_renderer_leak_detector_sources)',
],
'conditions': [
['OS != "ios"', {
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698