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

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

Issue 1354223004: Run telemetry_gpu_unittests via isolate on "Linux Tests" and trybot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add third_party/webgl/src/sdk/tests Created 5 years, 2 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 | « no previous file | testing/buildbot/chromium.linux.json » ('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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 data += [ 654 data += [
655 "$root_out_dir/base.dll.pdb", 655 "$root_out_dir/base.dll.pdb",
656 "$root_out_dir/blink_platform.dll.pdb", 656 "$root_out_dir/blink_platform.dll.pdb",
657 "$root_out_dir/blink_web.dll.pdb", 657 "$root_out_dir/blink_web.dll.pdb",
658 "$root_out_dir/content.dll.pdb", 658 "$root_out_dir/content.dll.pdb",
659 ] 659 ]
660 } 660 }
661 } 661 }
662 } 662 }
663 663
664 group("telemetry_gpu_unittests_run") {
665 testonly = true
666 deps = [
667 ":telemetry_gpu_unittests",
668 ]
669 }
670
671 group("telemetry_gpu_unittests") {
672 data = [
673 # TODO(kbr): refactor the telemetry dependencies more cleanly.
674 "//content/test/gpu/",
675 "//content/test/data/gpu/",
676
677 # For GpuProcess.video
678 "//content/test/data/media/bear.ogv",
679
680 # For webgl_conformance_expectations_unittest
681 "//third_party/webgl/src/sdk/tests/",
682
683 # Generic telemetry deps
684 "//third_party/catapult/",
685 "//build/android/devil/",
686 "//build/android/pylib/",
687 "//build/util/",
688 "//tools/telemetry/",
689
690 # From telemetry_gpu_unittests.isolate
691 "//third_party/typ/",
692 "//testing/scripts/common.py",
693 "//testing/scripts/run_telemetry_as_googletest.py",
694 ]
695 }
696
664 # TODO(GYP): Delete this after we've converted everything to GN. 697 # TODO(GYP): Delete this after we've converted everything to GN.
665 # The _run targets exist only for compatibility w/ GYP. 698 # The _run targets exist only for compatibility w/ GYP.
666 group("tab_capture_end2end_tests_run") { 699 group("tab_capture_end2end_tests_run") {
667 testonly = true 700 testonly = true
668 deps = [ 701 deps = [
669 ":browser_tests", 702 ":browser_tests",
670 ] 703 ]
671 } 704 }
672 705
673 # TODO(GYP): Delete this after we've converted everything to GN. 706 # TODO(GYP): Delete this after we've converted everything to GN.
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 "//third_party/mojo/src/mojo/edk/system", 2072 "//third_party/mojo/src/mojo/edk/system",
2040 ] 2073 ]
2041 2074
2042 if (!is_android && use_ash) { 2075 if (!is_android && use_ash) {
2043 sources += rebase_path( 2076 sources += rebase_path(
2044 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 2077 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
2045 ".", 2078 ".",
2046 "//chrome") 2079 "//chrome")
2047 } 2080 }
2048 } 2081 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698