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

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: Fix cc_perftests compile error. 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
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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'resources/bitmap_content_layer_updater.cc', 294 'resources/bitmap_content_layer_updater.cc',
295 'resources/bitmap_content_layer_updater.h', 295 'resources/bitmap_content_layer_updater.h',
296 'resources/bitmap_skpicture_content_layer_updater.cc', 296 'resources/bitmap_skpicture_content_layer_updater.cc',
297 'resources/bitmap_skpicture_content_layer_updater.h', 297 'resources/bitmap_skpicture_content_layer_updater.h',
298 'resources/caching_bitmap_content_layer_updater.cc', 298 'resources/caching_bitmap_content_layer_updater.cc',
299 'resources/caching_bitmap_content_layer_updater.h', 299 'resources/caching_bitmap_content_layer_updater.h',
300 'resources/content_layer_updater.cc', 300 'resources/content_layer_updater.cc',
301 'resources/content_layer_updater.h', 301 'resources/content_layer_updater.h',
302 'resources/etc1_pixel_ref.cc', 302 'resources/etc1_pixel_ref.cc',
303 'resources/etc1_pixel_ref.h', 303 'resources/etc1_pixel_ref.h',
304 'resources/gpu_rasterizer.cc',
305 'resources/gpu_rasterizer.h',
304 'resources/image_layer_updater.cc', 306 'resources/image_layer_updater.cc',
305 'resources/image_layer_updater.h', 307 'resources/image_layer_updater.h',
306 'resources/image_raster_worker_pool.cc', 308 'resources/image_raster_worker_pool.cc',
307 'resources/image_raster_worker_pool.h', 309 'resources/image_raster_worker_pool.h',
308 'resources/layer_painter.h', 310 'resources/layer_painter.h',
309 'resources/layer_quad.cc', 311 'resources/layer_quad.cc',
310 'resources/layer_quad.h', 312 'resources/layer_quad.h',
311 'resources/layer_tiling_data.cc', 313 'resources/layer_tiling_data.cc',
312 'resources/layer_tiling_data.h', 314 'resources/layer_tiling_data.h',
313 'resources/layer_updater.cc', 315 'resources/layer_updater.cc',
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'trees/thread_proxy.cc', 436 'trees/thread_proxy.cc',
435 'trees/thread_proxy.h', 437 'trees/thread_proxy.h',
436 'trees/tree_synchronizer.cc', 438 'trees/tree_synchronizer.cc',
437 'trees/tree_synchronizer.h', 439 'trees/tree_synchronizer.h',
438 ], 440 ],
439 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 441 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
440 'msvs_disabled_warnings': [ 4267, ], 442 'msvs_disabled_warnings': [ 4267, ],
441 }, 443 },
442 ], 444 ],
443 } 445 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698