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

Unified Diff: cc/cc.gyp

Issue 11304020: cc: Nine patch layer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix DCHECK failures and rebase to 166129 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/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 fde2598bf83b2a3ab1b02163fb433a2aab0993d0..1261484a52383a578aab11f3edcfdc65176591e6 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -60,6 +60,8 @@
'heads_up_display_layer.h',
'heads_up_display_layer_impl.cc',
'heads_up_display_layer_impl.h',
+ 'image_layer_updater.cc',
+ 'image_layer_updater.h',
'image_layer.cc',
'image_layer.h',
'input_handler.h',
@@ -99,6 +101,10 @@
'managed_memory_policy.h',
'math_util.cc',
'math_util.h',
+ 'nine_patch_layer.cc',
+ 'nine_patch_layer.h',
+ 'nine_patch_layer_impl.cc',
+ 'nine_patch_layer_impl.h',
'occlusion_tracker.cc',
'occlusion_tracker.h',
'overdraw_metrics.cc',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698