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

Side by Side Diff: cc/BUILD.gn

Issue 2498383002: cc: Implement tiling iterator based on pyramid sequence.
Patch Set: Created 4 years, 1 month 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/base/BUILD.gn » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 "animation/keyframed_animation_curve_unittest.cc", 838 "animation/keyframed_animation_curve_unittest.cc",
839 "animation/scroll_offset_animation_curve_unittest.cc", 839 "animation/scroll_offset_animation_curve_unittest.cc",
840 "animation/transform_operations_unittest.cc", 840 "animation/transform_operations_unittest.cc",
841 "base/contiguous_container_unittest.cc", 841 "base/contiguous_container_unittest.cc",
842 "base/delayed_unique_notifier_unittest.cc", 842 "base/delayed_unique_notifier_unittest.cc",
843 "base/float_quad_unittest.cc", 843 "base/float_quad_unittest.cc",
844 "base/histograms_unittest.cc", 844 "base/histograms_unittest.cc",
845 "base/index_rect_unittest.cc", 845 "base/index_rect_unittest.cc",
846 "base/list_container_unittest.cc", 846 "base/list_container_unittest.cc",
847 "base/math_util_unittest.cc", 847 "base/math_util_unittest.cc",
848 "base/pyramid_sequence_unittest.cc",
848 "base/random_access_list_container_unittest.cc", 849 "base/random_access_list_container_unittest.cc",
849 "base/region_unittest.cc", 850 "base/region_unittest.cc",
850 "base/rolling_time_delta_history_unittest.cc", 851 "base/rolling_time_delta_history_unittest.cc",
851 "base/rtree_unittest.cc", 852 "base/rtree_unittest.cc",
852 "base/simple_enclosed_region_unittest.cc", 853 "base/simple_enclosed_region_unittest.cc",
853 "base/spiral_iterator_unittest.cc", 854 "base/spiral_iterator_unittest.cc",
854 "base/tiling_data_unittest.cc", 855 "base/tiling_data_unittest.cc",
855 "base/unique_notifier_unittest.cc", 856 "base/unique_notifier_unittest.cc",
856 "blimp/compositor_state_deserializer_unittest.cc", 857 "blimp/compositor_state_deserializer_unittest.cc",
857 "blimp/layer_tree_host_remote_unittest.cc", 858 "blimp/layer_tree_host_remote_unittest.cc",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1093 data = [ 1094 data = [
1094 "test/data/", 1095 "test/data/",
1095 1096
1096 # Needed for isolate script to execute. 1097 # Needed for isolate script to execute.
1097 "//testing/scripts/common.py", 1098 "//testing/scripts/common.py",
1098 "//testing/xvfb.py", 1099 "//testing/xvfb.py",
1099 "//testing/scripts/run_gtest_perf_test.py", 1100 "//testing/scripts/run_gtest_perf_test.py",
1100 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1101 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1101 ] 1102 ]
1102 } 1103 }
OLDNEW
« no previous file with comments | « no previous file | cc/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698