| 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 306 | 306 |
| 307 data = [ | 307 data = [ |
| 308 # For isolate contract. | 308 # For isolate contract. |
| 309 "//testing/scripts/common.py", | 309 "//testing/scripts/common.py", |
| 310 "//testing/xvfb.py", | 310 "//testing/xvfb.py", |
| 311 "//testing/scripts/run_gpu_integration_test_as_googletest.py", | 311 "//testing/scripts/run_gpu_integration_test_as_googletest.py", |
| 312 | 312 |
| 313 "//content/test/gpu/", | 313 "//content/test/gpu/", |
| 314 "//content/test/data/gpu/", | 314 "//content/test/data/gpu/", |
| 315 | 315 |
| 316 # For depth_capture |
| 317 "//content/test/data/media/depth_stream_test_utilities.js", |
| 318 "//content/test/data/media/getusermedia-depth-capture.html", |
| 319 "//content/test/data/media/webrtc_test_utilities.js", |
| 320 |
| 316 # For GpuProcess.video | 321 # For GpuProcess.video |
| 317 "//content/test/data/media/bear.ogv", | 322 "//content/test/data/media/bear.ogv", |
| 318 | 323 |
| 319 # For webgl_conformance | 324 # For webgl_conformance |
| 320 "//third_party/webgl/", | 325 "//third_party/webgl/", |
| 321 "//content/test/gpu/run_gpu_integration_test.py", | 326 "//content/test/gpu/run_gpu_integration_test.py", |
| 322 ] | 327 ] |
| 323 } | 328 } |
| 324 | 329 |
| 325 if (!is_android) { | 330 if (!is_android) { |
| (...skipping 4789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5115 } | 5120 } |
| 5116 | 5121 |
| 5117 if (is_win) { | 5122 if (is_win) { |
| 5118 loadable_module("conflicts_dll") { | 5123 loadable_module("conflicts_dll") { |
| 5119 testonly = true | 5124 testonly = true |
| 5120 sources = [ | 5125 sources = [ |
| 5121 "conflicts/conflicts_dll.cc", | 5126 "conflicts/conflicts_dll.cc", |
| 5122 ] | 5127 ] |
| 5123 } | 5128 } |
| 5124 } | 5129 } |
| OLD | NEW |