| 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 "blimp/client_picture_cache.h", | 10 "blimp/client_picture_cache.h", |
| (...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 "animation/animation_unittest.cc", | 932 "animation/animation_unittest.cc", |
| 933 "animation/element_animations_unittest.cc", | 933 "animation/element_animations_unittest.cc", |
| 934 "animation/keyframed_animation_curve_unittest.cc", | 934 "animation/keyframed_animation_curve_unittest.cc", |
| 935 "animation/scroll_offset_animation_curve_unittest.cc", | 935 "animation/scroll_offset_animation_curve_unittest.cc", |
| 936 "animation/transform_operations_unittest.cc", | 936 "animation/transform_operations_unittest.cc", |
| 937 | 937 |
| 938 # Surfaces test files. | 938 # Surfaces test files. |
| 939 "surfaces/direct_compositor_frame_sink_unittest.cc", | 939 "surfaces/direct_compositor_frame_sink_unittest.cc", |
| 940 "surfaces/display_scheduler_unittest.cc", | 940 "surfaces/display_scheduler_unittest.cc", |
| 941 "surfaces/display_unittest.cc", | 941 "surfaces/display_unittest.cc", |
| 942 "surfaces/embedded_surface_tracker_unittest.cc", | 942 "surfaces/referenced_surface_tracker_unittest.cc", |
| 943 "surfaces/surface_aggregator_unittest.cc", | 943 "surfaces/surface_aggregator_unittest.cc", |
| 944 "surfaces/surface_factory_unittest.cc", | 944 "surfaces/surface_factory_unittest.cc", |
| 945 "surfaces/surface_hittest_unittest.cc", | 945 "surfaces/surface_hittest_unittest.cc", |
| 946 "surfaces/surface_manager_ref_unittest.cc", | 946 "surfaces/surface_manager_ref_unittest.cc", |
| 947 "surfaces/surface_manager_unittest.cc", | 947 "surfaces/surface_manager_unittest.cc", |
| 948 "surfaces/surface_sequence_generator_unittest.cc", | 948 "surfaces/surface_sequence_generator_unittest.cc", |
| 949 "surfaces/surface_unittest.cc", | 949 "surfaces/surface_unittest.cc", |
| 950 "surfaces/surfaces_pixeltest.cc", | 950 "surfaces/surfaces_pixeltest.cc", |
| 951 | 951 |
| 952 # Setup. | 952 # Setup. |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1043 data = [ | 1043 data = [ |
| 1044 "test/data/", | 1044 "test/data/", |
| 1045 | 1045 |
| 1046 # Needed for isolate script to execute. | 1046 # Needed for isolate script to execute. |
| 1047 "//testing/scripts/common.py", | 1047 "//testing/scripts/common.py", |
| 1048 "//testing/xvfb.py", | 1048 "//testing/xvfb.py", |
| 1049 "//testing/scripts/run_gtest_perf_test.py", | 1049 "//testing/scripts/run_gtest_perf_test.py", |
| 1050 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1050 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1051 ] | 1051 ] |
| 1052 } | 1052 } |
| OLD | NEW |