| 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("//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 1077 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1088 # This target should not require the Chrome executable to run. | 1088 # This target should not require the Chrome executable to run. |
| 1089 assert_no_deps = [ "//chrome" ] | 1089 assert_no_deps = [ "//chrome" ] |
| 1090 | 1090 |
| 1091 data = [ | 1091 data = [ |
| 1092 "test/data/", | 1092 "test/data/", |
| 1093 | 1093 |
| 1094 # Needed for isolate script to execute. | 1094 # Needed for isolate script to execute. |
| 1095 "//testing/scripts/common.py", | 1095 "//testing/scripts/common.py", |
| 1096 "//testing/xvfb.py", | 1096 "//testing/xvfb.py", |
| 1097 "//testing/scripts/run_gtest_perf_test.py", | 1097 "//testing/scripts/run_gtest_perf_test.py", |
| 1098 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1098 ] | 1099 ] |
| 1099 } | 1100 } |
| OLD | NEW |