| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//chrome/chrome_tests.gni") | 10 import("//chrome/chrome_tests.gni") |
| (...skipping 712 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 ":telemetry_gpu_test", | 723 ":telemetry_gpu_test", |
| 724 ] | 724 ] |
| 725 } | 725 } |
| 726 | 726 |
| 727 group("telemetry_gpu_test") { | 727 group("telemetry_gpu_test") { |
| 728 deps = [ | 728 deps = [ |
| 729 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", | 729 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", |
| 730 ] | 730 ] |
| 731 | 731 |
| 732 data = [ | 732 data = [ |
| 733 # For isolate contract. |
| 734 "//testing/scripts/common.py", |
| 735 "//testing/xvfb.py", |
| 736 "//testing/scripts/run_telemetry_benchmark_as_googletest.py", |
| 737 |
| 733 "//content/test/gpu/", | 738 "//content/test/gpu/", |
| 734 "//content/test/data/gpu/", | 739 "//content/test/data/gpu/", |
| 735 | 740 |
| 736 # For GpuProcess.video | 741 # For GpuProcess.video |
| 737 "//content/test/data/media/bear.ogv", | 742 "//content/test/data/media/bear.ogv", |
| 738 | 743 |
| 739 # For webgl_conformance | 744 # For webgl_conformance |
| 740 "//third_party/webgl/", | 745 "//third_party/webgl/", |
| 741 "//content/test/gpu/run_gpu_test.py", | 746 "//content/test/gpu/run_gpu_test.py", |
| 742 ] | 747 ] |
| (...skipping 1514 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2257 if (is_android) { | 2262 if (is_android) { |
| 2258 android_library("unit_tests_java") { | 2263 android_library("unit_tests_java") { |
| 2259 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2264 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
| 2260 deps = [ | 2265 deps = [ |
| 2261 "//base:base_java", | 2266 "//base:base_java", |
| 2262 "//chrome/android:chrome_java", | 2267 "//chrome/android:chrome_java", |
| 2263 "//content/public/android:content_java", | 2268 "//content/public/android:content_java", |
| 2264 ] | 2269 ] |
| 2265 } | 2270 } |
| 2266 } | 2271 } |
| OLD | NEW |