summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authornyquist <nyquist@chromium.org>2015-12-01 18:48:18 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-02 02:49:00 +0000
commit1d29b060b31f3e4c2d86c818188b8c608e1ac34d (patch)
treeb55130e8b7bbdd96cef55b780a5605ca7d7295a4 /cc/cc.gyp
parentefaeb53caf95350b6d941bea7d3ccf4601b0db59 (diff)
downloadchromium_src-1d29b060b31f3e4c2d86c818188b8c608e1ac34d.zip
chromium_src-1d29b060b31f3e4c2d86c818188b8c608e1ac34d.tar.gz
chromium_src-1d29b060b31f3e4c2d86c818188b8c608e1ac34d.tar.bz2
Add support for ManagedMemoryPolicy (de)serialization
As part of serializing cc::LayerTreeHost, we also need to serialize the cc::LayerTreeSettings and the cc::ManagedMemoryPolicy. This CL focuses on the cc::ManagedMemoryPolicy and the gpu::MemoryAllocation::PriorityCutoff enum. BUG=561210 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1490513005 Cr-Commit-Position: refs/heads/master@{#362603}
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 745fd46..e0db087 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -379,6 +379,8 @@
'proto/cc_conversions.h',
'proto/gfx_conversions.cc',
'proto/gfx_conversions.h',
+ 'proto/gpu_conversions.cc',
+ 'proto/gpu_conversions.h',
'proto/skia_conversions.cc',
'proto/skia_conversions.h',
'quads/content_draw_quad_base.cc',
@@ -600,6 +602,8 @@
'proto/layer.proto',
'proto/layer_position_constraint.proto',
'proto/layer_tree_debug_state.proto',
+ 'proto/managed_memory_policy.proto',
+ 'proto/memory_allocation.proto',
'proto/point.proto',
'proto/point3f.proto',
'proto/pointf.proto',