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

Side by Side Diff: cc/BUILD.gn

Issue 202523002: cc: Replace Region with SimpleEnclosedRegion for occlusion tracking (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: simpleregion: . 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 | « no previous file | cc/base/region.h » ('j') | cc/base/simple_enclosed_region.cc » ('J')
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 "base/math_util.cc", 48 "base/math_util.cc",
49 "base/math_util.h", 49 "base/math_util.h",
50 "base/ref_counted_managed.h", 50 "base/ref_counted_managed.h",
51 "base/region.cc", 51 "base/region.cc",
52 "base/region.h", 52 "base/region.h",
53 "base/rolling_time_delta_history.cc", 53 "base/rolling_time_delta_history.cc",
54 "base/rolling_time_delta_history.h", 54 "base/rolling_time_delta_history.h",
55 "base/scoped_ptr_algorithm.h", 55 "base/scoped_ptr_algorithm.h",
56 "base/scoped_ptr_deque.h", 56 "base/scoped_ptr_deque.h",
57 "base/scoped_ptr_vector.h", 57 "base/scoped_ptr_vector.h",
58 "base/simple_enclosed_region.cc",
59 "base/simple_enclosed_region.h",
58 "base/swap_promise.h", 60 "base/swap_promise.h",
59 "base/swap_promise_monitor.cc", 61 "base/swap_promise_monitor.cc",
60 "base/swap_promise_monitor.h", 62 "base/swap_promise_monitor.h",
61 "base/switches.cc", 63 "base/switches.cc",
62 "base/switches.h", 64 "base/switches.h",
63 "base/tiling_data.cc", 65 "base/tiling_data.cc",
64 "base/tiling_data.h", 66 "base/tiling_data.h",
65 "base/unique_notifier.cc", 67 "base/unique_notifier.cc",
66 "base/unique_notifier.h", 68 "base/unique_notifier.h",
67 "base/util.h", 69 "base/util.h",
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "animation/layer_animation_controller_unittest.cc", 641 "animation/layer_animation_controller_unittest.cc",
640 "animation/scroll_offset_animation_curve_unittest.cc", 642 "animation/scroll_offset_animation_curve_unittest.cc",
641 "animation/scrollbar_animation_controller_linear_fade_unittest.cc", 643 "animation/scrollbar_animation_controller_linear_fade_unittest.cc",
642 "animation/scrollbar_animation_controller_thinning_unittest.cc", 644 "animation/scrollbar_animation_controller_thinning_unittest.cc",
643 "animation/transform_operations_unittest.cc", 645 "animation/transform_operations_unittest.cc",
644 "base/float_quad_unittest.cc", 646 "base/float_quad_unittest.cc",
645 "base/math_util_unittest.cc", 647 "base/math_util_unittest.cc",
646 "base/region_unittest.cc", 648 "base/region_unittest.cc",
647 "base/rolling_time_delta_history_unittest.cc", 649 "base/rolling_time_delta_history_unittest.cc",
648 "base/scoped_ptr_vector_unittest.cc", 650 "base/scoped_ptr_vector_unittest.cc",
651 "base/simple_enclosed_region_unittest.cc",
649 "base/tiling_data_unittest.cc", 652 "base/tiling_data_unittest.cc",
650 "base/util_unittest.cc", 653 "base/util_unittest.cc",
651 "debug/micro_benchmark_controller_unittest.cc", 654 "debug/micro_benchmark_controller_unittest.cc",
652 "input/top_controls_manager_unittest.cc", 655 "input/top_controls_manager_unittest.cc",
653 "layers/content_layer_unittest.cc", 656 "layers/content_layer_unittest.cc",
654 "layers/contents_scaling_layer_unittest.cc", 657 "layers/contents_scaling_layer_unittest.cc",
655 "layers/delegated_frame_provider_unittest.cc", 658 "layers/delegated_frame_provider_unittest.cc",
656 "layers/delegated_frame_resource_collection_unittest.cc", 659 "layers/delegated_frame_resource_collection_unittest.cc",
657 "layers/delegated_renderer_layer_impl_unittest.cc", 660 "layers/delegated_renderer_layer_impl_unittest.cc",
658 "layers/delegated_renderer_layer_unittest.cc", 661 "layers/delegated_renderer_layer_unittest.cc",
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
797 "//gpu/command_buffer/common:gles2_utils", 800 "//gpu/command_buffer/common:gles2_utils",
798 "//media", 801 "//media",
799 "//skia", 802 "//skia",
800 "//testing/gmock", 803 "//testing/gmock",
801 "//testing/gtest", 804 "//testing/gtest",
802 "//testing/perf", 805 "//testing/perf",
803 "//ui/gfx", 806 "//ui/gfx",
804 "//ui/gfx/geometry", 807 "//ui/gfx/geometry",
805 ] 808 ]
806 } 809 }
OLDNEW
« no previous file with comments | « no previous file | cc/base/region.h » ('j') | cc/base/simple_enclosed_region.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698