summaryrefslogtreecommitdiffstats
path: root/skia/BUILD.gn
diff options
context:
space:
mode:
authorfmalita <fmalita@chromium.org>2015-09-09 12:47:31 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-09 19:48:22 +0000
commit7913ee5c052986141a1947428abf7a37cc053026 (patch)
tree2ae967558989303132151e55c59f70fcfcdb1523 /skia/BUILD.gn
parent84fec63dbc6667f4c1e03eed4b6f11b4c9865a40 (diff)
downloadchromium_src-7913ee5c052986141a1947428abf7a37cc053026.zip
chromium_src-7913ee5c052986141a1947428abf7a37cc053026.tar.gz
chromium_src-7913ee5c052986141a1947428abf7a37cc053026.tar.bz2
Convert pixel_ref_map -> discardable_image_map
As blink now only creates discardable images (not discardable bitmaps/pixelrefs, we need to track the images. (based on reed's http://crrev.com/1318323003) BUG=527246 R=reed@google.com,vmpstr@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1314353005 Cr-Commit-Position: refs/heads/master@{#347985}
Diffstat (limited to 'skia/BUILD.gn')
-rw-r--r--skia/BUILD.gn3
1 files changed, 1 insertions, 2 deletions
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index 1e566ed..a5a0e4a 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -284,12 +284,12 @@ component("skia") {
"ext/analysis_canvas.cc",
"ext/benchmarking_canvas.cc",
"ext/convolver.cc",
+ "ext/discardable_image_utils.cc",
"ext/event_tracer_impl.cc",
"ext/fontmgr_default_win.cc",
"ext/google_logging.cc",
"ext/image_operations.cc",
"ext/opacity_filter_canvas.cc",
- "ext/pixel_ref_utils.cc",
"ext/platform_device.cc",
"ext/platform_device_linux.cc",
"ext/platform_device_mac.cc",
@@ -619,7 +619,6 @@ test("skia_unittests") {
"ext/bitmap_platform_device_mac_unittest.cc",
"ext/convolver_unittest.cc",
"ext/image_operations_unittest.cc",
- "ext/pixel_ref_utils_unittest.cc",
"ext/platform_canvas_unittest.cc",
"ext/recursive_gaussian_convolution_unittest.cc",
"ext/refptr_unittest.cc",