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

Unified Diff: cc/cc.gyp

Issue 12642010: Implement on demand quad rasterization for PicturePiles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: build fix. Created 7 years, 9 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/layers/picture_layer_impl.cc » ('J')
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 65c2de75e5c2ce784a5e5e8fd245c9e87ee5ffbb..56ff7b7a725abe55ec11edec6f128a12580c6884 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -152,6 +152,8 @@
'debug/paint_time_counter.h',
'resources/picture.cc',
'resources/picture.h',
+ 'quads/picture_draw_quad.cc',
+ 'quads/picture_draw_quad.h',
'layers/picture_image_layer.cc',
'layers/picture_image_layer.h',
'layers/picture_image_layer_impl.cc',
@@ -294,6 +296,8 @@
'resources/tile.h',
'quads/tile_draw_quad.cc',
'quads/tile_draw_quad.h',
+ 'quads/tile_draw_quad_base.cc',
+ 'quads/tile_draw_quad_base.h',
'resources/tile_manager.cc',
'resources/tile_manager.h',
'resources/tile_priority.cc',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/layers/picture_layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698