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

Unified Diff: cc/cc.gyp

Issue 11265046: cc: Add some impl-side painting stub classes and APIs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nduca bikesheddery Created 8 years, 1 month 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/picture.h » ('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 cbb598dd5482159b6184d82f3c3f8ff03698ee89..eca69e605266411eb9765a0e9c809c8f7ef6dd09 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -111,6 +111,14 @@
'overdraw_metrics.h',
'page_scale_animation.cc',
'page_scale_animation.h',
+ 'picture.cc',
+ 'picture.h',
+ 'picture_layer.cc',
+ 'picture_layer.h',
+ 'picture_layer_impl.cc',
+ 'picture_layer_impl.h',
+ 'picture_pile.cc',
+ 'picture_pile.h',
'platform_color.h',
'prioritized_texture.cc',
'prioritized_texture.h',
« no previous file with comments | « no previous file | cc/picture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698