summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr <vmpstr@chromium.org>2015-09-24 13:57:54 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-24 21:09:54 +0000
commite22c50891decd8dd2456244645eec3d90b87a453 (patch)
treed6f1985dbe705082abd1070df9d0ef4fe2e98004 /cc/cc.gyp
parent59aae2ac2535dd7c1ac1634c771a7638d52030aa (diff)
downloadchromium_src-e22c50891decd8dd2456244645eec3d90b87a453.zip
chromium_src-e22c50891decd8dd2456244645eec3d90b87a453.tar.gz
chromium_src-e22c50891decd8dd2456244645eec3d90b87a453.tar.bz2
cc: Remove Picture.
This patch removes the cc::Picture class, since the display list approach is the only one supported now. Depends on https://codereview.chromium.org/1362663002/ BUG=533151 R=danakj, enne CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1365673004 Cr-Commit-Position: refs/heads/master@{#350661}
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index d92fb77..b9bf8f4 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -137,8 +137,6 @@
'debug/micro_benchmark_impl.h',
'debug/picture_debug_util.cc',
'debug/picture_debug_util.h',
- 'debug/picture_record_benchmark.cc',
- 'debug/picture_record_benchmark.h',
'debug/rasterize_and_record_benchmark.cc',
'debug/rasterize_and_record_benchmark.h',
'debug/rasterize_and_record_benchmark_impl.cc',
@@ -150,8 +148,6 @@
'debug/ring_buffer.h',
'debug/traced_display_item_list.cc',
'debug/traced_display_item_list.h',
- 'debug/traced_picture.cc',
- 'debug/traced_picture.h',
'debug/traced_value.cc',
'debug/traced_value.h',
'debug/unittest_only_benchmark.cc',
@@ -368,8 +364,6 @@
'playback/float_clip_display_item.h',
'playback/largest_display_item.cc',
'playback/largest_display_item.h',
- 'playback/picture.cc',
- 'playback/picture.h',
'playback/raster_source.h',
'playback/raster_source_helper.cc',
'playback/raster_source_helper.h',