Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: chrome/test/BUILD.gn

Issue 1920403002: [content/test/gpu] Run pylint check of gpu tests in unittest instead of PRESUBMIT (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update path to LICENSE.txt of logilab/README.chromium Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/telemetry_gpu_unittests.isolate ('k') | content/test/gpu/PRESUBMIT.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/telemetry_gpu_unittests.isolate ('k') | content/test/gpu/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698