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

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

Issue 2824053002: [tools/perf] Remove default values of benchmark_dirs and top_level_dir in chromium_config module (R… (Closed)
Patch Set: Fix referencess 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/gpu_tests/path_util.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 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 "//content/test/gpu/", 1138 "//content/test/gpu/",
1139 "//content/test/data/gpu/", 1139 "//content/test/data/gpu/",
1140 1140
1141 # For GpuProcess.video 1141 # For GpuProcess.video
1142 "//content/test/data/media/bear.ogv", 1142 "//content/test/data/media/bear.ogv",
1143 1143
1144 # For webgl_conformance_expectations_unittest 1144 # For webgl_conformance_expectations_unittest
1145 "//third_party/webgl/src/sdk/tests/", 1145 "//third_party/webgl/src/sdk/tests/",
1146 1146
1147 # For resolve the imports in content/test/gpu/run_gpu_test.py 1147 # For resolve the imports in content/test/gpu/run_gpu_test.py
1148 "//tools/perf/core/",
1148 "//tools/perf/chrome_telemetry_build/", 1149 "//tools/perf/chrome_telemetry_build/",
1149 1150
1150 # From telemetry_gpu_unittests.isolate 1151 # From telemetry_gpu_unittests.isolate
1151 "//third_party/pylint/", 1152 "//third_party/pylint/",
1152 "//third_party/logilab/", 1153 "//third_party/logilab/",
1153 "//testing/scripts/common.py", 1154 "//testing/scripts/common.py",
1154 "//testing/xvfb.py", 1155 "//testing/xvfb.py",
1155 "//testing/scripts/run_telemetry_as_googletest.py", 1156 "//testing/scripts/run_telemetry_as_googletest.py",
1156 ] 1157 ]
1157 } 1158 }
(...skipping 4084 matching lines...) Expand 10 before | Expand all | Expand 10 after
5242 } 5243 }
5243 5244
5244 if (is_win) { 5245 if (is_win) {
5245 loadable_module("conflicts_dll") { 5246 loadable_module("conflicts_dll") {
5246 testonly = true 5247 testonly = true
5247 sources = [ 5248 sources = [
5248 "conflicts/conflicts_dll.cc", 5249 "conflicts/conflicts_dll.cc",
5249 ] 5250 ]
5250 } 5251 }
5251 } 5252 }
OLDNEW
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/path_util.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698