| 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 768 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 # For GpuProcess.video | 779 # For GpuProcess.video |
| 780 "//content/test/data/media/bear.ogv", | 780 "//content/test/data/media/bear.ogv", |
| 781 | 781 |
| 782 # For webgl_conformance_expectations_unittest | 782 # For webgl_conformance_expectations_unittest |
| 783 "//third_party/webgl/src/sdk/tests/", | 783 "//third_party/webgl/src/sdk/tests/", |
| 784 | 784 |
| 785 # For resolve the imports in content/test/gpu/run_gpu_test.py | 785 # For resolve the imports in content/test/gpu/run_gpu_test.py |
| 786 "//tools/perf/chrome_telemetry_build/", | 786 "//tools/perf/chrome_telemetry_build/", |
| 787 | 787 |
| 788 # From telemetry_gpu_unittests.isolate | 788 # From telemetry_gpu_unittests.isolate |
| 789 "//third_party/pylint/", |
| 790 "//third_party/logilab/", |
| 789 "//testing/scripts/common.py", | 791 "//testing/scripts/common.py", |
| 790 "//testing/xvfb.py", | 792 "//testing/xvfb.py", |
| 791 "//testing/scripts/run_telemetry_as_googletest.py", | 793 "//testing/scripts/run_telemetry_as_googletest.py", |
| 792 ] | 794 ] |
| 793 } | 795 } |
| 794 | 796 |
| 795 # TODO(GYP): Delete this after we've converted everything to GN. | 797 # TODO(GYP): Delete this after we've converted everything to GN. |
| 796 # The _run targets exist only for compatibility w/ GYP. | 798 # The _run targets exist only for compatibility w/ GYP. |
| 797 group("tab_capture_end2end_tests_run") { | 799 group("tab_capture_end2end_tests_run") { |
| 798 testonly = true | 800 testonly = true |
| (...skipping 1533 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2332 if (is_android) { | 2334 if (is_android) { |
| 2333 android_library("unit_tests_java") { | 2335 android_library("unit_tests_java") { |
| 2334 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] | 2336 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap
k/ChromeNativeTestApplication.java" ] |
| 2335 deps = [ | 2337 deps = [ |
| 2336 "//base:base_java", | 2338 "//base:base_java", |
| 2337 "//chrome/android:chrome_java", | 2339 "//chrome/android:chrome_java", |
| 2338 "//content/public/android:content_java", | 2340 "//content/public/android:content_java", |
| 2339 ] | 2341 ] |
| 2340 } | 2342 } |
| 2341 } | 2343 } |
| OLD | NEW |