summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_renderer.gypi
diff options
context:
space:
mode:
authoramistry <amistry@chromium.org>2015-05-19 20:48:55 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-20 03:49:01 +0000
commit77099c24ca1783490e38a2e2d44c7a524c50531b (patch)
treeb092f2a6a79e5339570575485724665ab8a34900 /chrome/chrome_renderer.gypi
parent3c38cc3ee69412866b88b007a1fcde30671dac37 (diff)
downloadchromium_src-77099c24ca1783490e38a2e2d44c7a524c50531b.zip
chromium_src-77099c24ca1783490e38a2e2d44c7a524c50531b.tar.gz
chromium_src-77099c24ca1783490e38a2e2d44c7a524c50531b.tar.bz2
Convert renderer JS memory usage reporting to use Mojo.
As a result, removes the NOTIFICATION_RENDERER_V8_HEAP_STATS_COMPUTED notification. BUG=268984, 487927 Review URL: https://codereview.chromium.org/1081323003 Cr-Commit-Position: refs/heads/master@{#330692}
Diffstat (limited to 'chrome/chrome_renderer.gypi')
-rw-r--r--chrome/chrome_renderer.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi
index 1d4afa4..e6e22fda 100644
--- a/chrome/chrome_renderer.gypi
+++ b/chrome/chrome_renderer.gypi
@@ -246,6 +246,7 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'common',
+ 'common_mojo_bindings',
'common_net',
'chrome_resources.gyp:chrome_resources',
'chrome_resources.gyp:chrome_strings',