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

Unified Diff: cc/cc.gyp

Issue 11359030: Create cc::TilingData based on WebCore::TilingData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/layer_tiling_data.h » ('j') | cc/tiling_data.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 8a6e93b4e91270ebfb9c09e142b93f7797745a4d..cae80432e4350b14e432c482947477b288133f4b 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -218,6 +218,8 @@
'texture_uploader.h',
'tiled_layer.cc',
'tiled_layer.h',
+ 'tiling_data.cc',
+ 'tiling_data.h',
'tree_synchronizer.cc',
'tree_synchronizer.h',
'video_layer.cc',
@@ -265,7 +267,6 @@
'stubs/NotImplemented.h',
'stubs/Region.h',
'stubs/SkiaUtils.h',
- 'stubs/TilingData.h',
'stubs/UnitBezier.h',
'stubs/config.h',
@@ -278,7 +279,6 @@
'stubs/int_size.h',
'stubs/not_implemented.h',
'stubs/skia_utils.h',
- 'stubs/tiling_data.h',
'stubs/unit_bezier.h',
],
},
« no previous file with comments | « no previous file | cc/layer_tiling_data.h » ('j') | cc/tiling_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698