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

Side by Side Diff: cc/cc.gyp

Issue 134623005: Make SingleThreadProxy a SchedulerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add scoped_abort_remaining_swap_promises.h Created 6 years, 4 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 | « cc/BUILD.gn ('k') | cc/scheduler/scheduler.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 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 'trees/layer_tree_impl.cc', 473 'trees/layer_tree_impl.cc',
474 'trees/layer_tree_impl.h', 474 'trees/layer_tree_impl.h',
475 'trees/layer_tree_settings.cc', 475 'trees/layer_tree_settings.cc',
476 'trees/layer_tree_settings.h', 476 'trees/layer_tree_settings.h',
477 'trees/occlusion_tracker.cc', 477 'trees/occlusion_tracker.cc',
478 'trees/occlusion_tracker.h', 478 'trees/occlusion_tracker.h',
479 'trees/proxy.cc', 479 'trees/proxy.cc',
480 'trees/proxy.h', 480 'trees/proxy.h',
481 'trees/proxy_timing_history.cc', 481 'trees/proxy_timing_history.cc',
482 'trees/proxy_timing_history.h', 482 'trees/proxy_timing_history.h',
483 'trees/scoped_abort_remaining_swap_promises.h',
483 'trees/single_thread_proxy.cc', 484 'trees/single_thread_proxy.cc',
484 'trees/single_thread_proxy.h', 485 'trees/single_thread_proxy.h',
485 'trees/thread_proxy.cc', 486 'trees/thread_proxy.cc',
486 'trees/thread_proxy.h', 487 'trees/thread_proxy.h',
487 'trees/tree_synchronizer.cc', 488 'trees/tree_synchronizer.cc',
488 'trees/tree_synchronizer.h', 489 'trees/tree_synchronizer.h',
489 ], 490 ],
490 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 491 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
491 'msvs_disabled_warnings': [ 4267, ], 492 'msvs_disabled_warnings': [ 4267, ],
492 }, 493 },
(...skipping 29 matching lines...) Expand all
522 'surfaces/surface_id_allocator.h', 523 'surfaces/surface_id_allocator.h',
523 'surfaces/surface_manager.cc', 524 'surfaces/surface_manager.cc',
524 'surfaces/surface_manager.h', 525 'surfaces/surface_manager.h',
525 'surfaces/surface_resource_holder.cc', 526 'surfaces/surface_resource_holder.cc',
526 'surfaces/surface_resource_holder.h', 527 'surfaces/surface_resource_holder.h',
527 'surfaces/surfaces_export.h', 528 'surfaces/surfaces_export.h',
528 ], 529 ],
529 }, 530 },
530 ], 531 ],
531 } 532 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/scheduler/scheduler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698