summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorkangyuan.shu@intel.com <kangyuan.shu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 03:33:31 +0000
committerkangyuan.shu@intel.com <kangyuan.shu@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 03:33:31 +0000
commitb5a16341c86c1dab0967481f2d82e378cb1fdb10 (patch)
treeabed3778841c4bb1ffce046b81f236c65a60708e /cc/cc_tests.gyp
parent06670453098ab67146e05aabe372a95f51d2e5c8 (diff)
downloadchromium_src-b5a16341c86c1dab0967481f2d82e378cb1fdb10.zip
chromium_src-b5a16341c86c1dab0967481f2d82e378cb1fdb10.tar.gz
chromium_src-b5a16341c86c1dab0967481f2d82e378cb1fdb10.tar.bz2
cc: In OOM situation, active tree-only tiles not in NOW bin don't get memory
Save the memroy from active tree-only non-NOW binned tiles for those over budget tiles. BUG=187503 Review URL: https://chromiumcodereview.appspot.com/12645008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196016 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 7271c61..c9ddde8 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -71,6 +71,7 @@
'layers/texture_layer_unittest.cc',
'scheduler/texture_uploader_unittest.cc',
'resources/tile_priority_unittest.cc',
+ 'resources/tile_manager_unittest.cc',
'layers/tiled_layer_impl_unittest.cc',
'layers/tiled_layer_unittest.cc',
'base/tiling_data_unittest.cc',
@@ -115,6 +116,8 @@
'test/fake_scrollbar_layer.h',
'test/fake_scrollbar_theme_painter.h',
'test/fake_scrollbar_theme_painter.cc',
+ 'test/fake_tile_manager.h',
+ 'test/fake_tile_manager.cc',
'test/fake_tile_manager_client.h',
'test/fake_output_surface.cc',
'test/fake_output_surface.h',