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

Side by Side Diff: cc/cc.gyp

Issue 1489233003: TaskGraphRunner Group support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor
Patch Set: Created 5 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/raster/single_thread_task_graph_runner.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 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 'raster/one_copy_tile_task_worker_pool.cc', 426 'raster/one_copy_tile_task_worker_pool.cc',
427 'raster/one_copy_tile_task_worker_pool.h', 427 'raster/one_copy_tile_task_worker_pool.h',
428 'raster/raster_buffer.cc', 428 'raster/raster_buffer.cc',
429 'raster/raster_buffer.h', 429 'raster/raster_buffer.h',
430 'raster/scoped_gpu_raster.cc', 430 'raster/scoped_gpu_raster.cc',
431 'raster/scoped_gpu_raster.h', 431 'raster/scoped_gpu_raster.h',
432 'raster/single_thread_task_graph_runner.cc', 432 'raster/single_thread_task_graph_runner.cc',
433 'raster/single_thread_task_graph_runner.h', 433 'raster/single_thread_task_graph_runner.h',
434 'raster/synchronous_task_graph_runner.cc', 434 'raster/synchronous_task_graph_runner.cc',
435 'raster/synchronous_task_graph_runner.h', 435 'raster/synchronous_task_graph_runner.h',
436 'raster/task_category.h',
436 'raster/task_graph_runner.cc', 437 'raster/task_graph_runner.cc',
437 'raster/task_graph_runner.h', 438 'raster/task_graph_runner.h',
438 'raster/task_graph_work_queue.cc', 439 'raster/task_graph_work_queue.cc',
439 'raster/task_graph_work_queue.h', 440 'raster/task_graph_work_queue.h',
440 'raster/texture_compressor.cc', 441 'raster/texture_compressor.cc',
441 'raster/texture_compressor.h', 442 'raster/texture_compressor.h',
442 'raster/texture_compressor_etc1.cc', 443 'raster/texture_compressor_etc1.cc',
443 'raster/texture_compressor_etc1.h', 444 'raster/texture_compressor_etc1.h',
444 'raster/tile_task_runner.cc', 445 'raster/tile_task_runner.cc',
445 'raster/tile_task_runner.h', 446 'raster/tile_task_runner.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'surfaces/surface_resource_holder.cc', 680 'surfaces/surface_resource_holder.cc',
680 'surfaces/surface_resource_holder.h', 681 'surfaces/surface_resource_holder.h',
681 'surfaces/surfaces_export.h', 682 'surfaces/surfaces_export.h',
682 ], 683 ],
683 'includes': [ 684 'includes': [
684 '../build/android/increase_size_for_speed.gypi', 685 '../build/android/increase_size_for_speed.gypi',
685 ], 686 ],
686 }, 687 },
687 ], 688 ],
688 } 689 }
OLDNEW
« no previous file with comments | « no previous file | cc/raster/single_thread_task_graph_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698