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

Unified Diff: content/content_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: Clean up. Created 5 years, 8 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
Index: content/content_browser.gypi
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c172678762a54204817899160dad905993babf02..143239ba1e4902ad6261114807fd845faf1126ec 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -96,6 +96,7 @@
'public/browser/browser_url_handler.h',
'public/browser/cert_store.h',
'public/browser/certificate_request_result_type.h',
+ 'public/browser/child_process_data.cc',
'public/browser/child_process_data.h',
'public/browser/child_process_security_policy.h',
'public/browser/client_certificate_delegate.h',
@@ -1061,6 +1062,8 @@
'browser/presentation/presentation_service_impl.h',
'browser/presentation/presentation_type_converters.cc',
'browser/presentation/presentation_type_converters.h',
+ 'browser/process_resource_usage_impl.cc',
+ 'browser/process_resource_usage_impl.h',
'browser/profiler_controller_impl.cc',
'browser/profiler_controller_impl.h',
'browser/profiler_message_filter.cc',

Powered by Google App Engine
This is Rietveld 408576698