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

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

Issue 2838473002: Rework tab_capture_end2end_tests' test definition. (Closed)
Patch Set: fix typo Created 3 years, 8 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 | content/test/gpu/generate_buildbot_json.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/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 "//tools/perf/chrome_telemetry_build/", 1128 "//tools/perf/chrome_telemetry_build/",
1129 1129
1130 # From telemetry_gpu_unittests.isolate 1130 # From telemetry_gpu_unittests.isolate
1131 "//third_party/pylint/", 1131 "//third_party/pylint/",
1132 "//third_party/logilab/", 1132 "//third_party/logilab/",
1133 "//testing/scripts/common.py", 1133 "//testing/scripts/common.py",
1134 "//testing/xvfb.py", 1134 "//testing/xvfb.py",
1135 "//testing/scripts/run_telemetry_as_googletest.py", 1135 "//testing/scripts/run_telemetry_as_googletest.py",
1136 ] 1136 ]
1137 } 1137 }
1138
1139 # TODO(GYP_GONE): Delete this after we've converted everything to GN.
1140 # This target exist only for compatibility w/ GYP.
1141 group("tab_capture_end2end_tests") {
1142 testonly = true
1143 deps = [
1144 ":browser_tests",
1145 ]
1146 }
1147 } 1138 }
1148 1139
1149 static_library("browser_tests_runner") { 1140 static_library("browser_tests_runner") {
1150 testonly = true 1141 testonly = true
1151 sources = [] 1142 sources = []
1152 1143
1153 deps = [ 1144 deps = [
1154 ":test_support", 1145 ":test_support",
1155 ] 1146 ]
1156 1147
(...skipping 4076 matching lines...) Expand 10 before | Expand all | Expand 10 after
5233 } 5224 }
5234 5225
5235 if (is_win) { 5226 if (is_win) {
5236 loadable_module("conflicts_dll") { 5227 loadable_module("conflicts_dll") {
5237 testonly = true 5228 testonly = true
5238 sources = [ 5229 sources = [
5239 "conflicts/conflicts_dll.cc", 5230 "conflicts/conflicts_dll.cc",
5240 ] 5231 ]
5241 } 5232 }
5242 } 5233 }
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/generate_buildbot_json.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698