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

Unified Diff: content/content_common.gypi

Issue 10854076: Add GPU memory tab to the task manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporate review feedback Created 8 years, 4 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_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 2599db3b00620c34a29aec254556307a45f97f0c..d9d6ba105c4a1d1873cfb5cc912aa7ca4c51c3c0 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -57,6 +57,8 @@
'public/common/gpu_feature_type.h',
'public/common/gpu_info.cc',
'public/common/gpu_info.h',
+ 'public/common/gpu_memory_stats.cc',
+ 'public/common/gpu_memory_stats.h',
'public/common/gpu_performance_stats.h',
'public/common/injection_test_mac.h',
'public/common/injection_test_win.h',
@@ -212,6 +214,7 @@
'common/gpu/gpu_memory_allocation.h',
'common/gpu/gpu_memory_manager.cc',
'common/gpu/gpu_memory_manager.h',
+ 'common/gpu/gpu_memory_tracking.h',
'common/gpu/gpu_messages.h',
'common/gpu/gpu_process_launch_causes.h',
'common/gpu/gpu_surface_lookup.h',

Powered by Google App Engine
This is Rietveld 408576698