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

Side by Side Diff: cc/cc.gyp

Issue 11369130: [cc] Tiles and tile manager for impl side painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixen 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/tile.h » ('j') | no next file with comments »
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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 'texture_layer_client.h', 215 'texture_layer_client.h',
216 'texture_layer_impl.cc', 216 'texture_layer_impl.cc',
217 'texture_layer_impl.h', 217 'texture_layer_impl.h',
218 'texture_uploader.cc', 218 'texture_uploader.cc',
219 'texture_uploader.h', 219 'texture_uploader.h',
220 'thread.h', 220 'thread.h',
221 'thread_impl.cc', 221 'thread_impl.cc',
222 'thread_impl.h', 222 'thread_impl.h',
223 'thread_proxy.cc', 223 'thread_proxy.cc',
224 'thread_proxy.h', 224 'thread_proxy.h',
225 'tile.cc',
226 'tile.h',
225 'tile_draw_quad.cc', 227 'tile_draw_quad.cc',
226 'tile_draw_quad.h', 228 'tile_draw_quad.h',
229 'tile_manager.cc',
230 'tile_manager.h',
231 'tile_priority.h',
227 'tiled_layer.cc', 232 'tiled_layer.cc',
228 'tiled_layer.h', 233 'tiled_layer.h',
229 'tiled_layer_impl.cc', 234 'tiled_layer_impl.cc',
230 'tiled_layer_impl.h', 235 'tiled_layer_impl.h',
231 'tiling_data.cc', 236 'tiling_data.cc',
232 'tiling_data.h', 237 'tiling_data.h',
233 'time_source.h', 238 'time_source.h',
234 'timing_function.cc', 239 'timing_function.cc',
235 'timing_function.h', 240 'timing_function.h',
236 'transferable_resource.cc', 241 'transferable_resource.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 '<(webkit_src_dir)/Source/Platform/chromium', 276 '<(webkit_src_dir)/Source/Platform/chromium',
272 '<@(cc_stubs_dirs)', 277 '<@(cc_stubs_dirs)',
273 ], 278 ],
274 'sources': [ 279 'sources': [
275 '<@(cc_source_files)', 280 '<@(cc_source_files)',
276 'stubs/config.h', 281 'stubs/config.h',
277 ], 282 ],
278 }, 283 },
279 ], 284 ],
280 } 285 }
OLDNEW
« no previous file with comments | « no previous file | cc/tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698