Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: cc/cc_tests.gyp

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix non-existing SkPicture::uniqueID() when dealing with display items without SkPictures Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index d6c21d28fd11e2e8271d6d8176eb7ade264a49be..795cf96797956a3123c138069900c6cd99d39949 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -89,6 +89,7 @@
'proto/cc_conversions_unittest.cc',
'proto/gfx_conversions_unittest.cc',
'proto/gpu_conversions_unittest.cc',
+ 'proto/picture_cache_conversions_unittest.cc',
'proto/skia_conversions_unittest.cc',
'proto/synced_property_conversions_unittest.cc',
'quads/draw_polygon_unittest.cc',
@@ -203,6 +204,8 @@
'test/fake_output_surface_client.h',
'test/fake_painted_scrollbar_layer.cc',
'test/fake_painted_scrollbar_layer.h',
+ 'test/fake_picture_cache.cc',
+ 'test/fake_picture_cache.h',
'test/fake_picture_layer.cc',
'test/fake_picture_layer.h',
'test/fake_picture_layer_impl.cc',

Powered by Google App Engine
This is Rietveld 408576698