summaryrefslogtreecommitdiffstats
path: root/content/content_common.gypi
diff options
context:
space:
mode:
authorccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-24 23:34:45 +0000
committerccameron@chromium.org <ccameron@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-12-24 23:34:45 +0000
commit931989fdce2fae066fb260e21b53f66676a7f678 (patch)
tree400010e086886d2e327354866f0be93dffbdd403 /content/content_common.gypi
parent1e37e6f0954da6ec2bb43d42f654bbe74b3b88df (diff)
downloadchromium_src-931989fdce2fae066fb260e21b53f66676a7f678.zip
chromium_src-931989fdce2fae066fb260e21b53f66676a7f678.tar.gz
chromium_src-931989fdce2fae066fb260e21b53f66676a7f678.tar.bz2
Move GpuMemoryManager::ClientState structure to its own class.
Also clean up initialization path so that the GpuMemoryManager returns a GpuMemoryManagerClientState, and destroying that structure deletes the client. BUG=164947 Review URL: https://chromiumcodereview.appspot.com/11571075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174591 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r--content/content_common.gypi3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi
index d7cc323..5b59060 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -223,6 +223,9 @@
'common/gpu/gpu_memory_allocation.h',
'common/gpu/gpu_memory_manager.cc',
'common/gpu/gpu_memory_manager.h',
+ 'common/gpu/gpu_memory_manager_client.cc',
+ 'common/gpu/gpu_memory_manager_client.h',
+ 'common/gpu/gpu_memory_tracking.cc',
'common/gpu/gpu_memory_tracking.h',
'common/gpu/gpu_memory_uma_stats.h',
'common/gpu/gpu_messages.h',