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

Unified Diff: content/content_common.gypi

Issue 9289052: Adding GpuMemoryManager to track GpuCommandBufferStub visibility and last_used_time and dictate mem… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Changing to use gpu_memory_allocation.h file so it lands first Created 8 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
Index: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 4be564af5a4093f6a36adfa0de6b841f9873f994..ce09c7acbb715fffcb90e5f403017de2dbcaf03f 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -153,6 +153,9 @@
'common/gpu/gpu_config.h',
'common/gpu/gpu_feature_flags.cc',
'common/gpu/gpu_feature_flags.h',
+ 'common/gpu/gpu_memory_allocation.h',
+ 'common/gpu/gpu_memory_manager.cc',
+ 'common/gpu/gpu_memory_manager.h',
'common/gpu/gpu_messages.h',
'common/gpu/gpu_process_launch_causes.h',
'common/gpu/gpu_watchdog.h',
« content/common/gpu/gpu_memory_manager.cc ('K') | « content/common/gpu/gpu_memory_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698