| 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/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |