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

Unified Diff: chrome/chrome_browser.gypi

Issue 972083002: Report utility process JS memory in task manager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@v8-pac-oop
Patch Set: Add comment. Created 5 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
« no previous file with comments | « chrome/browser/task_manager/task_manager_browsertest_util.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index abb1a99b6014c99410b11c54f41b8288a05b94d2..b555fb72957ea85cc78b42cc2648c2ad6990fd72 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -618,6 +618,8 @@
'browser/prerender/prerender_util.h',
'browser/process_info_snapshot.h',
'browser/process_info_snapshot_mac.cc',
+ 'browser/process_resource_usage.cc',
+ 'browser/process_resource_usage.h',
'browser/process_singleton.h',
'browser/process_singleton_win.cc',
'browser/push_messaging/push_messaging_app_identifier.cc',
@@ -3147,6 +3149,7 @@
['OS != "ios"', {
'dependencies': [
'apps',
+ 'common_mojo_bindings',
'debugger',
'installer_util',
'../third_party/re2/re2.gyp:re2',
« no previous file with comments | « chrome/browser/task_manager/task_manager_browsertest_util.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698