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

Unified Diff: cc/cc.gyp

Issue 11304020: cc: Nine patch layer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed rebase to 165291 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/image_layer.cc » ('j') | cc/nine_patch_layer.h » ('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 19f72ba454df2824fbcf8a10908755f57bafa377..e82b32680df465994772080b3f2798efd681790e 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -186,11 +186,17 @@
'io_surface_layer.h',
'image_layer.cc',
'image_layer.h',
+ 'image_layer_updater.cc',
+ 'image_layer_updater.h',
'layer.cc',
'layer.h',
'layer_painter.h',
'layer_updater.cc',
'layer_updater.h',
+ 'nine_patch_layer.cc',
+ 'nine_patch_layer.h',
+ 'nine_patch_layer_impl.cc',
+ 'nine_patch_layer_impl.h',
'platform_color.h',
'program_binding.cc',
'program_binding.h',
« no previous file with comments | « no previous file | cc/image_layer.cc » ('j') | cc/nine_patch_layer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698