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

Unified Diff: cc/cc.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.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 9cc3bd91c22fc9616884983810ab890a054f4eeb..f46d194f2e00c73d1f264921586873eb5451a40f 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -376,6 +376,10 @@
'proto/gpu_conversions.cc',
'proto/gpu_conversions.h',
'proto/image_serialization_processor.h',
+ 'proto/picture_cache.cc',
+ 'proto/picture_cache.h',
+ 'proto/picture_cache_conversions.cc',
+ 'proto/picture_cache_conversions.h',
'proto/skia_conversions.cc',
'proto/skia_conversions.h',
'proto/synced_property_conversions.cc',

Powered by Google App Engine
This is Rietveld 408576698