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

Side by Side Diff: cc/BUILD.gn

Issue 551463005: Revert of cc: Add occlusion checker as a fixed view of occlusion tracker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « no previous file | 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_host.h", 445 "trees/layer_tree_host.h",
446 "trees/layer_tree_host_client.h", 446 "trees/layer_tree_host_client.h",
447 "trees/layer_tree_host_common.cc", 447 "trees/layer_tree_host_common.cc",
448 "trees/layer_tree_host_common.h", 448 "trees/layer_tree_host_common.h",
449 "trees/layer_tree_host_impl.cc", 449 "trees/layer_tree_host_impl.cc",
450 "trees/layer_tree_host_impl.h", 450 "trees/layer_tree_host_impl.h",
451 "trees/layer_tree_impl.cc", 451 "trees/layer_tree_impl.cc",
452 "trees/layer_tree_impl.h", 452 "trees/layer_tree_impl.h",
453 "trees/layer_tree_settings.cc", 453 "trees/layer_tree_settings.cc",
454 "trees/layer_tree_settings.h", 454 "trees/layer_tree_settings.h",
455 "trees/occlusion.cc",
456 "trees/occlusion.h",
457 "trees/occlusion_tracker.cc", 455 "trees/occlusion_tracker.cc",
458 "trees/occlusion_tracker.h", 456 "trees/occlusion_tracker.h",
459 "trees/proxy.cc", 457 "trees/proxy.cc",
460 "trees/proxy.h", 458 "trees/proxy.h",
461 "trees/proxy_timing_history.cc", 459 "trees/proxy_timing_history.cc",
462 "trees/proxy_timing_history.h", 460 "trees/proxy_timing_history.h",
463 "trees/scoped_abort_remaining_swap_promises.h", 461 "trees/scoped_abort_remaining_swap_promises.h",
464 "trees/single_thread_proxy.cc", 462 "trees/single_thread_proxy.cc",
465 "trees/single_thread_proxy.h", 463 "trees/single_thread_proxy.h",
466 "trees/thread_proxy.cc", 464 "trees/thread_proxy.cc",
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 "//gpu/command_buffer/common:gles2_utils", 809 "//gpu/command_buffer/common:gles2_utils",
812 "//media", 810 "//media",
813 "//skia", 811 "//skia",
814 "//testing/gmock", 812 "//testing/gmock",
815 "//testing/gtest", 813 "//testing/gtest",
816 "//testing/perf", 814 "//testing/perf",
817 "//ui/gfx", 815 "//ui/gfx",
818 "//ui/gfx/geometry", 816 "//ui/gfx/geometry",
819 ] 817 ]
820 } 818 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698