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

Side by Side Diff: cc/cc.gyp

Issue 1449133002: TaskGraphRunner refactor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes for linux/android Created 5 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
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'raster/gpu_rasterizer.cc', 416 'raster/gpu_rasterizer.cc',
417 'raster/gpu_rasterizer.h', 417 'raster/gpu_rasterizer.h',
418 'raster/gpu_tile_task_worker_pool.cc', 418 'raster/gpu_tile_task_worker_pool.cc',
419 'raster/gpu_tile_task_worker_pool.h', 419 'raster/gpu_tile_task_worker_pool.h',
420 'raster/one_copy_tile_task_worker_pool.cc', 420 'raster/one_copy_tile_task_worker_pool.cc',
421 'raster/one_copy_tile_task_worker_pool.h', 421 'raster/one_copy_tile_task_worker_pool.h',
422 'raster/raster_buffer.cc', 422 'raster/raster_buffer.cc',
423 'raster/raster_buffer.h', 423 'raster/raster_buffer.h',
424 'raster/scoped_gpu_raster.cc', 424 'raster/scoped_gpu_raster.cc',
425 'raster/scoped_gpu_raster.h', 425 'raster/scoped_gpu_raster.h',
426 'raster/single_thread_task_graph_runner.cc',
427 'raster/single_thread_task_graph_runner.h',
428 'raster/synchronous_task_graph_runner.cc',
429 'raster/synchronous_task_graph_runner.h',
426 'raster/task_graph_runner.cc', 430 'raster/task_graph_runner.cc',
427 'raster/task_graph_runner.h', 431 'raster/task_graph_runner.h',
432 'raster/task_graph_work_queue.cc',
433 'raster/task_graph_work_queue.h',
428 'raster/texture_compressor.cc', 434 'raster/texture_compressor.cc',
429 'raster/texture_compressor.h', 435 'raster/texture_compressor.h',
430 'raster/texture_compressor_etc1.cc', 436 'raster/texture_compressor_etc1.cc',
431 'raster/texture_compressor_etc1.h', 437 'raster/texture_compressor_etc1.h',
432 'raster/tile_task_runner.cc', 438 'raster/tile_task_runner.cc',
433 'raster/tile_task_runner.h', 439 'raster/tile_task_runner.h',
434 'raster/tile_task_worker_pool.cc', 440 'raster/tile_task_worker_pool.cc',
435 'raster/tile_task_worker_pool.h', 441 'raster/tile_task_worker_pool.h',
436 'raster/zero_copy_tile_task_worker_pool.cc', 442 'raster/zero_copy_tile_task_worker_pool.cc',
437 'raster/zero_copy_tile_task_worker_pool.h', 443 'raster/zero_copy_tile_task_worker_pool.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'surfaces/surface_resource_holder.cc', 667 'surfaces/surface_resource_holder.cc',
662 'surfaces/surface_resource_holder.h', 668 'surfaces/surface_resource_holder.h',
663 'surfaces/surfaces_export.h', 669 'surfaces/surfaces_export.h',
664 ], 670 ],
665 'includes': [ 671 'includes': [
666 '../build/android/increase_size_for_speed.gypi', 672 '../build/android/increase_size_for_speed.gypi',
667 ], 673 ],
668 }, 674 },
669 ], 675 ],
670 } 676 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/test/test_task_graph_runner.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698