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

Side by Side Diff: cc/cc.gyp

Issue 69343005: Added preliminary support for tile rasterization with Ganesh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase (ScopedResource). Created 7 years 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
« no previous file with comments | « no previous file | cc/resources/gpu_rasterizer.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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 'resources/bitmap_content_layer_updater.cc', 300 'resources/bitmap_content_layer_updater.cc',
301 'resources/bitmap_content_layer_updater.h', 301 'resources/bitmap_content_layer_updater.h',
302 'resources/bitmap_skpicture_content_layer_updater.cc', 302 'resources/bitmap_skpicture_content_layer_updater.cc',
303 'resources/bitmap_skpicture_content_layer_updater.h', 303 'resources/bitmap_skpicture_content_layer_updater.h',
304 'resources/caching_bitmap_content_layer_updater.cc', 304 'resources/caching_bitmap_content_layer_updater.cc',
305 'resources/caching_bitmap_content_layer_updater.h', 305 'resources/caching_bitmap_content_layer_updater.h',
306 'resources/content_layer_updater.cc', 306 'resources/content_layer_updater.cc',
307 'resources/content_layer_updater.h', 307 'resources/content_layer_updater.h',
308 'resources/etc1_pixel_ref.cc', 308 'resources/etc1_pixel_ref.cc',
309 'resources/etc1_pixel_ref.h', 309 'resources/etc1_pixel_ref.h',
310 'resources/gpu_rasterizer.cc',
311 'resources/gpu_rasterizer.h',
310 'resources/image_layer_updater.cc', 312 'resources/image_layer_updater.cc',
311 'resources/image_layer_updater.h', 313 'resources/image_layer_updater.h',
312 'resources/image_raster_worker_pool.cc', 314 'resources/image_raster_worker_pool.cc',
313 'resources/image_raster_worker_pool.h', 315 'resources/image_raster_worker_pool.h',
314 'resources/layer_painter.h', 316 'resources/layer_painter.h',
315 'resources/layer_quad.cc', 317 'resources/layer_quad.cc',
316 'resources/layer_quad.h', 318 'resources/layer_quad.h',
317 'resources/layer_tiling_data.cc', 319 'resources/layer_tiling_data.cc',
318 'resources/layer_tiling_data.h', 320 'resources/layer_tiling_data.h',
319 'resources/layer_updater.cc', 321 'resources/layer_updater.cc',
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'trees/thread_proxy.cc', 444 'trees/thread_proxy.cc',
443 'trees/thread_proxy.h', 445 'trees/thread_proxy.h',
444 'trees/tree_synchronizer.cc', 446 'trees/tree_synchronizer.cc',
445 'trees/tree_synchronizer.h', 447 'trees/tree_synchronizer.h',
446 ], 448 ],
447 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 449 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
448 'msvs_disabled_warnings': [ 4267, ], 450 'msvs_disabled_warnings': [ 4267, ],
449 }, 451 },
450 ], 452 ],
451 } 453 }
OLDNEW
« no previous file with comments | « no previous file | cc/resources/gpu_rasterizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698