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

Side by Side Diff: cc/BUILD.gn

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 | « android_webview/browser/hardware_renderer.cc ('k') | cc/cc.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "trees/layer_tree_impl.cc", 445 "trees/layer_tree_impl.cc",
446 "trees/layer_tree_impl.h", 446 "trees/layer_tree_impl.h",
447 "trees/layer_tree_settings.cc", 447 "trees/layer_tree_settings.cc",
448 "trees/layer_tree_settings.h", 448 "trees/layer_tree_settings.h",
449 "trees/occlusion_tracker.cc", 449 "trees/occlusion_tracker.cc",
450 "trees/occlusion_tracker.h", 450 "trees/occlusion_tracker.h",
451 "trees/proxy.cc", 451 "trees/proxy.cc",
452 "trees/proxy.h", 452 "trees/proxy.h",
453 "trees/proxy_timing_history.cc", 453 "trees/proxy_timing_history.cc",
454 "trees/proxy_timing_history.h", 454 "trees/proxy_timing_history.h",
455 "trees/scoped_abort_remaining_swap_promises.h",
455 "trees/single_thread_proxy.cc", 456 "trees/single_thread_proxy.cc",
456 "trees/single_thread_proxy.h", 457 "trees/single_thread_proxy.h",
457 "trees/thread_proxy.cc", 458 "trees/thread_proxy.cc",
458 "trees/thread_proxy.h", 459 "trees/thread_proxy.h",
459 "trees/tree_synchronizer.cc", 460 "trees/tree_synchronizer.cc",
460 "trees/tree_synchronizer.h", 461 "trees/tree_synchronizer.h",
461 ] 462 ]
462 463
463 if (is_win) { 464 if (is_win) {
464 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 465 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "//gpu/command_buffer/common:gles2_utils", 798 "//gpu/command_buffer/common:gles2_utils",
798 "//media", 799 "//media",
799 "//skia", 800 "//skia",
800 "//testing/gmock", 801 "//testing/gmock",
801 "//testing/gtest", 802 "//testing/gtest",
802 "//testing/perf", 803 "//testing/perf",
803 "//ui/gfx", 804 "//ui/gfx",
804 "//ui/gfx/geometry", 805 "//ui/gfx/geometry",
805 ] 806 ]
806 } 807 }
OLDNEW
« no previous file with comments | « android_webview/browser/hardware_renderer.cc ('k') | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698