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

Side by Side Diff: cc/cc.gyp

Issue 363383002: Forward input tasks to the Blink scheduler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup. DefaultMainThreadTaskRunner now dispatches properly. 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/thread_proxy.cc » ('J')
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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
454 'trees/layer_tree_host.h', 454 'trees/layer_tree_host.h',
455 'trees/layer_tree_host_client.h', 455 'trees/layer_tree_host_client.h',
456 'trees/layer_tree_host_common.cc', 456 'trees/layer_tree_host_common.cc',
457 'trees/layer_tree_host_common.h', 457 'trees/layer_tree_host_common.h',
458 'trees/layer_tree_host_impl.cc', 458 'trees/layer_tree_host_impl.cc',
459 'trees/layer_tree_host_impl.h', 459 'trees/layer_tree_host_impl.h',
460 'trees/layer_tree_impl.cc', 460 'trees/layer_tree_impl.cc',
461 'trees/layer_tree_impl.h', 461 'trees/layer_tree_impl.h',
462 'trees/layer_tree_settings.cc', 462 'trees/layer_tree_settings.cc',
463 'trees/layer_tree_settings.h', 463 'trees/layer_tree_settings.h',
464 'trees/main_thread_task_runner.cc',
465 'trees/main_thread_task_runner.h',
464 'trees/occlusion_tracker.cc', 466 'trees/occlusion_tracker.cc',
465 'trees/occlusion_tracker.h', 467 'trees/occlusion_tracker.h',
466 'trees/proxy.cc', 468 'trees/proxy.cc',
467 'trees/proxy.h', 469 'trees/proxy.h',
468 'trees/proxy_timing_history.cc', 470 'trees/proxy_timing_history.cc',
469 'trees/proxy_timing_history.h', 471 'trees/proxy_timing_history.h',
470 'trees/single_thread_proxy.cc', 472 'trees/single_thread_proxy.cc',
471 'trees/single_thread_proxy.h', 473 'trees/single_thread_proxy.h',
472 'trees/thread_proxy.cc', 474 'trees/thread_proxy.cc',
473 'trees/thread_proxy.h', 475 'trees/thread_proxy.h',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
507 'surfaces/surface_id_allocator.h', 509 'surfaces/surface_id_allocator.h',
508 'surfaces/surface_manager.cc', 510 'surfaces/surface_manager.cc',
509 'surfaces/surface_manager.h', 511 'surfaces/surface_manager.h',
510 'surfaces/surface_resource_holder.cc', 512 'surfaces/surface_resource_holder.cc',
511 'surfaces/surface_resource_holder.h', 513 'surfaces/surface_resource_holder.h',
512 'surfaces/surfaces_export.h', 514 'surfaces/surfaces_export.h',
513 ], 515 ],
514 }, 516 },
515 ], 517 ],
516 } 518 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/layer.cc » ('j') | cc/trees/thread_proxy.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698