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

Side by Side Diff: cc/cc.gyp

Issue 328263005: cc: Rename DirectRasterWorkerPool to GpuRasterWorkerPool (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updated build.gn file Created 6 years, 5 months 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 | « cc/BUILD.gn ('k') | cc/resources/direct_raster_worker_pool.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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'quads/tile_draw_quad.cc', 324 'quads/tile_draw_quad.cc',
325 'quads/tile_draw_quad.h', 325 'quads/tile_draw_quad.h',
326 'quads/yuv_video_draw_quad.cc', 326 'quads/yuv_video_draw_quad.cc',
327 'quads/yuv_video_draw_quad.h', 327 'quads/yuv_video_draw_quad.h',
328 'resources/bitmap_content_layer_updater.cc', 328 'resources/bitmap_content_layer_updater.cc',
329 'resources/bitmap_content_layer_updater.h', 329 'resources/bitmap_content_layer_updater.h',
330 'resources/bitmap_skpicture_content_layer_updater.cc', 330 'resources/bitmap_skpicture_content_layer_updater.cc',
331 'resources/bitmap_skpicture_content_layer_updater.h', 331 'resources/bitmap_skpicture_content_layer_updater.h',
332 'resources/content_layer_updater.cc', 332 'resources/content_layer_updater.cc',
333 'resources/content_layer_updater.h', 333 'resources/content_layer_updater.h',
334 'resources/direct_raster_worker_pool.cc', 334 'resources/gpu_raster_worker_pool.cc',
335 'resources/direct_raster_worker_pool.h', 335 'resources/gpu_raster_worker_pool.h',
336 'resources/image_layer_updater.cc', 336 'resources/image_layer_updater.cc',
337 'resources/image_layer_updater.h', 337 'resources/image_layer_updater.h',
338 'resources/image_raster_worker_pool.cc', 338 'resources/image_raster_worker_pool.cc',
339 'resources/image_raster_worker_pool.h', 339 'resources/image_raster_worker_pool.h',
340 'resources/image_copy_raster_worker_pool.cc', 340 'resources/image_copy_raster_worker_pool.cc',
341 'resources/image_copy_raster_worker_pool.h', 341 'resources/image_copy_raster_worker_pool.h',
342 'resources/layer_painter.h', 342 'resources/layer_painter.h',
343 'resources/layer_quad.cc', 343 'resources/layer_quad.cc',
344 'resources/layer_quad.h', 344 'resources/layer_quad.h',
345 'resources/layer_tiling_data.cc', 345 'resources/layer_tiling_data.cc',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'surfaces/surface_id.h', 501 'surfaces/surface_id.h',
502 'surfaces/surface_manager.cc', 502 'surfaces/surface_manager.cc',
503 'surfaces/surface_manager.h', 503 'surfaces/surface_manager.h',
504 'surfaces/surface_resource_holder.cc', 504 'surfaces/surface_resource_holder.cc',
505 'surfaces/surface_resource_holder.h', 505 'surfaces/surface_resource_holder.h',
506 'surfaces/surfaces_export.h', 506 'surfaces/surfaces_export.h',
507 ], 507 ],
508 }, 508 },
509 ], 509 ],
510 } 510 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/direct_raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698