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

Side by Side Diff: cc/cc.gyp

Issue 786583002: cc: Renaming Rasterizer and RasterWorkerPool interfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 'resources/priority_calculator.h', 415 'resources/priority_calculator.h',
416 'resources/raster_buffer.cc', 416 'resources/raster_buffer.cc',
417 'resources/raster_buffer.h', 417 'resources/raster_buffer.h',
418 'resources/raster_source.h', 418 'resources/raster_source.h',
419 'resources/raster_source_helper.cc', 419 'resources/raster_source_helper.cc',
420 'resources/raster_source_helper.h', 420 'resources/raster_source_helper.h',
421 'resources/raster_tile_priority_queue.cc', 421 'resources/raster_tile_priority_queue.cc',
422 'resources/raster_tile_priority_queue.h', 422 'resources/raster_tile_priority_queue.h',
423 'resources/raster_worker_pool.cc', 423 'resources/raster_worker_pool.cc',
424 'resources/raster_worker_pool.h', 424 'resources/raster_worker_pool.h',
425 'resources/rasterizer.cc', 425 'resources/tile_task_runner.cc',
426 'resources/rasterizer.h', 426 'resources/tile_task_runner.h',
427 'resources/recording_source.h', 427 'resources/recording_source.h',
428 'resources/release_callback.h', 428 'resources/release_callback.h',
429 'resources/resource.cc', 429 'resources/resource.cc',
430 'resources/resource.h', 430 'resources/resource.h',
431 'resources/resource_format.cc', 431 'resources/resource_format.cc',
432 'resources/resource_format.h', 432 'resources/resource_format.h',
433 'resources/resource_pool.cc', 433 'resources/resource_pool.cc',
434 'resources/resource_pool.h', 434 'resources/resource_pool.h',
435 'resources/resource_provider.cc', 435 'resources/resource_provider.cc',
436 'resources/resource_provider.h', 436 'resources/resource_provider.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'surfaces/surface_resource_holder.cc', 573 'surfaces/surface_resource_holder.cc',
574 'surfaces/surface_resource_holder.h', 574 'surfaces/surface_resource_holder.h',
575 'surfaces/surfaces_export.h', 575 'surfaces/surfaces_export.h',
576 ], 576 ],
577 'includes': [ 577 'includes': [
578 '../build/android/increase_size_for_speed.gypi', 578 '../build/android/increase_size_for_speed.gypi',
579 ], 579 ],
580 }, 580 },
581 ], 581 ],
582 } 582 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698