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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/layer_tiling_data.h » ('j') | cc/tiling_data.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'cc_source_files': [ 7 'cc_source_files': [
8 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'switches.h', 211 'switches.h',
212 'texture_copier.cc', 212 'texture_copier.cc',
213 'texture_copier.h', 213 'texture_copier.h',
214 'texture_layer.cc', 214 'texture_layer.cc',
215 'texture_layer.h', 215 'texture_layer.h',
216 'texture_layer_client.h', 216 'texture_layer_client.h',
217 'texture_uploader.cc', 217 'texture_uploader.cc',
218 'texture_uploader.h', 218 'texture_uploader.h',
219 'tiled_layer.cc', 219 'tiled_layer.cc',
220 'tiled_layer.h', 220 'tiled_layer.h',
221 'tiling_data.cc',
222 'tiling_data.h',
221 'tree_synchronizer.cc', 223 'tree_synchronizer.cc',
222 'tree_synchronizer.h', 224 'tree_synchronizer.h',
223 'video_layer.cc', 225 'video_layer.cc',
224 'video_layer.h', 226 'video_layer.h',
225 227
226 'resource_update.h', 228 'resource_update.h',
227 'threaded_test.h', 229 'threaded_test.h',
228 ], 230 ],
229 }, 231 },
230 'targets': [ 232 'targets': [
(...skipping 27 matching lines...) Expand all
258 'stubs/FloatPoint.h', 260 'stubs/FloatPoint.h',
259 'stubs/FloatQuad.h', 261 'stubs/FloatQuad.h',
260 'stubs/FloatRect.h', 262 'stubs/FloatRect.h',
261 'stubs/FloatSize.h', 263 'stubs/FloatSize.h',
262 'stubs/IntPoint.h', 264 'stubs/IntPoint.h',
263 'stubs/IntRect.h', 265 'stubs/IntRect.h',
264 'stubs/IntSize.h', 266 'stubs/IntSize.h',
265 'stubs/NotImplemented.h', 267 'stubs/NotImplemented.h',
266 'stubs/Region.h', 268 'stubs/Region.h',
267 'stubs/SkiaUtils.h', 269 'stubs/SkiaUtils.h',
268 'stubs/TilingData.h',
269 'stubs/UnitBezier.h', 270 'stubs/UnitBezier.h',
270 271
271 'stubs/config.h', 272 'stubs/config.h',
272 'stubs/float_point.h', 273 'stubs/float_point.h',
273 'stubs/float_quad.h', 274 'stubs/float_quad.h',
274 'stubs/float_rect.h', 275 'stubs/float_rect.h',
275 'stubs/float_size.h', 276 'stubs/float_size.h',
276 'stubs/int_point.h', 277 'stubs/int_point.h',
277 'stubs/int_rect.h', 278 'stubs/int_rect.h',
278 'stubs/int_size.h', 279 'stubs/int_size.h',
279 'stubs/not_implemented.h', 280 'stubs/not_implemented.h',
280 'stubs/skia_utils.h', 281 'stubs/skia_utils.h',
281 'stubs/tiling_data.h',
282 'stubs/unit_bezier.h', 282 'stubs/unit_bezier.h',
283 ], 283 ],
284 }, 284 },
285 ], 285 ],
286 } 286 }
OLDNEW
« 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