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

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: Addressed comments from vmpstr, including adding //cc/blimp Created 4 years, 6 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
« no previous file with comments | « cc/blimp/picture_data_conversions_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index bdddd8aed8559c7470aa5c73cc3c80ac654232d1..fe365781a1468cc2f93d563c326709eadfd8961e 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -101,6 +101,13 @@
'base/time_util.h',
'base/unique_notifier.cc',
'base/unique_notifier.h',
+ 'blimp/client_picture_cache.h',
+ 'blimp/engine_picture_cache.h',
+ 'blimp/image_serialization_processor.h',
+ 'blimp/picture_data.cc',
+ 'blimp/picture_data.h',
+ 'blimp/picture_data_conversions.cc',
+ 'blimp/picture_data_conversions.h',
'debug/benchmark_instrumentation.cc',
'debug/benchmark_instrumentation.h',
'debug/debug_colors.cc',
@@ -372,7 +379,6 @@
'proto/gfx_conversions.h',
'proto/gpu_conversions.cc',
'proto/gpu_conversions.h',
- 'proto/image_serialization_processor.h',
'proto/skia_conversions.cc',
'proto/skia_conversions.h',
'proto/synced_property_conversions.cc',
« no previous file with comments | « cc/blimp/picture_data_conversions_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698