| 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 683 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 694 ":telemetry_unittests", | 694 ":telemetry_unittests", |
| 695 ] | 695 ] |
| 696 } | 696 } |
| 697 | 697 |
| 698 group("telemetry_unittests") { | 698 group("telemetry_unittests") { |
| 699 deps = [ | 699 deps = [ |
| 700 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", | 700 "//tools/perf/chrome_telemetry_build:telemetry_chrome_test", |
| 701 ] | 701 ] |
| 702 | 702 |
| 703 data = [ | 703 data = [ |
| 704 "//tools/perf/run_telemetry_tests", |
| 705 |
| 704 # For isolate contract. | 706 # For isolate contract. |
| 705 "//testing/scripts/common.py", | 707 "//testing/scripts/common.py", |
| 706 "//testing/xvfb.py", | 708 "//testing/xvfb.py", |
| 707 "//testing/scripts/run_telemetry_as_googletest.py", | 709 "//testing/scripts/run_telemetry_as_googletest.py", |
| 708 ] | 710 ] |
| 709 } | 711 } |
| 710 | 712 |
| 711 # TODO(GYP): Delete this after we've converted everything to GN. | 713 # TODO(GYP): Delete this after we've converted everything to GN. |
| 712 # The _run targets exist only for compatibility w/ GYP. | 714 # The _run targets exist only for compatibility w/ GYP. |
| 713 group("telemetry_gpu_test_run") { | 715 group("telemetry_gpu_test_run") { |
| (...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2240 if (is_android) { | 2242 if (is_android) { |
| 2241 android_library("unit_tests_java") { | 2243 android_library("unit_tests_java") { |
| 2242 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" | 2244 DEPRECATED_java_in_dir = "//chrome/test/android/unit_tests_apk/src" |
| 2243 deps = [ | 2245 deps = [ |
| 2244 "//base:base_java", | 2246 "//base:base_java", |
| 2245 "//chrome/android:chrome_java", | 2247 "//chrome/android:chrome_java", |
| 2246 "//content/public/android:content_java", | 2248 "//content/public/android:content_java", |
| 2247 ] | 2249 ] |
| 2248 } | 2250 } |
| 2249 } | 2251 } |
| OLD | NEW |