OLD | NEW |
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("//cc/cc.gni") | 6 import("//cc/cc.gni") |
7 | 7 |
8 cc_component("cc") { | 8 cc_component("cc") { |
9 sources = [ | 9 sources = [ |
10 "debug/benchmark_instrumentation.cc", | 10 "debug/benchmark_instrumentation.cc", |
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
840 "tiles/gpu_image_decode_cache_unittest.cc", | 840 "tiles/gpu_image_decode_cache_unittest.cc", |
841 "tiles/image_controller_unittest.cc", | 841 "tiles/image_controller_unittest.cc", |
842 "tiles/mipmap_util_unittest.cc", | 842 "tiles/mipmap_util_unittest.cc", |
843 "tiles/picture_layer_tiling_set_unittest.cc", | 843 "tiles/picture_layer_tiling_set_unittest.cc", |
844 "tiles/picture_layer_tiling_unittest.cc", | 844 "tiles/picture_layer_tiling_unittest.cc", |
845 "tiles/software_image_decode_cache_unittest.cc", | 845 "tiles/software_image_decode_cache_unittest.cc", |
846 "tiles/tile_manager_unittest.cc", | 846 "tiles/tile_manager_unittest.cc", |
847 "tiles/tile_priority_unittest.cc", | 847 "tiles/tile_priority_unittest.cc", |
848 "trees/blocking_task_runner_unittest.cc", | 848 "trees/blocking_task_runner_unittest.cc", |
849 "trees/damage_tracker_unittest.cc", | 849 "trees/damage_tracker_unittest.cc", |
| 850 "trees/draw_property_utils_unittest.cc", |
850 "trees/layer_tree_host_common_unittest.cc", | 851 "trees/layer_tree_host_common_unittest.cc", |
851 "trees/layer_tree_host_impl_unittest.cc", | 852 "trees/layer_tree_host_impl_unittest.cc", |
852 "trees/layer_tree_host_pixeltest_blending.cc", | 853 "trees/layer_tree_host_pixeltest_blending.cc", |
853 "trees/layer_tree_host_pixeltest_filters.cc", | 854 "trees/layer_tree_host_pixeltest_filters.cc", |
854 "trees/layer_tree_host_pixeltest_masks.cc", | 855 "trees/layer_tree_host_pixeltest_masks.cc", |
855 "trees/layer_tree_host_pixeltest_readback.cc", | 856 "trees/layer_tree_host_pixeltest_readback.cc", |
856 "trees/layer_tree_host_pixeltest_scrollbars.cc", | 857 "trees/layer_tree_host_pixeltest_scrollbars.cc", |
857 "trees/layer_tree_host_pixeltest_synchronous.cc", | 858 "trees/layer_tree_host_pixeltest_synchronous.cc", |
858 "trees/layer_tree_host_pixeltest_tiles.cc", | 859 "trees/layer_tree_host_pixeltest_tiles.cc", |
859 "trees/layer_tree_host_unittest.cc", | 860 "trees/layer_tree_host_unittest.cc", |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
998 data = [ | 999 data = [ |
999 "test/data/", | 1000 "test/data/", |
1000 | 1001 |
1001 # Needed for isolate script to execute. | 1002 # Needed for isolate script to execute. |
1002 "//testing/scripts/common.py", | 1003 "//testing/scripts/common.py", |
1003 "//testing/xvfb.py", | 1004 "//testing/xvfb.py", |
1004 "//testing/scripts/run_gtest_perf_test.py", | 1005 "//testing/scripts/run_gtest_perf_test.py", |
1005 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1006 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
1006 ] | 1007 ] |
1007 } | 1008 } |
OLD | NEW |