| OLD | NEW |
| 1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//media/gpu/args.gni") | 7 import("//media/gpu/args.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
| 10 | 10 |
| (...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ] | 329 ] |
| 330 configs += [ | 330 configs += [ |
| 331 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 331 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 332 "//build/config/compiler:no_size_t_to_int_warning", | 332 "//build/config/compiler:no_size_t_to_int_warning", |
| 333 "//third_party/khronos:khronos_headers", | 333 "//third_party/khronos:khronos_headers", |
| 334 ] | 334 ] |
| 335 public_deps += [ "//media/base/win" ] | 335 public_deps += [ "//media/base/win" ] |
| 336 deps += [ | 336 deps += [ |
| 337 "//third_party/angle:includes", | 337 "//third_party/angle:includes", |
| 338 "//third_party/libyuv", | 338 "//third_party/libyuv", |
| 339 "//ui/display", |
| 339 ] | 340 ] |
| 340 libs += [ | 341 libs += [ |
| 341 "d3d9.lib", | 342 "d3d9.lib", |
| 342 "d3d11.lib", | 343 "d3d11.lib", |
| 343 "dxva2.lib", | 344 "dxva2.lib", |
| 344 "strmiids.lib", | 345 "strmiids.lib", |
| 345 "mf.lib", | 346 "mf.lib", |
| 346 "mfplat.lib", | 347 "mfplat.lib", |
| 347 "mfuuid.lib", | 348 "mfuuid.lib", |
| 348 ] | 349 ] |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 "//base/test:test_support", | 536 "//base/test:test_support", |
| 536 "//gpu:test_support", | 537 "//gpu:test_support", |
| 537 "//media/gpu/ipc/common", | 538 "//media/gpu/ipc/common", |
| 538 "//media/gpu/ipc/service", | 539 "//media/gpu/ipc/service", |
| 539 "//testing/gmock", | 540 "//testing/gmock", |
| 540 "//testing/gtest", | 541 "//testing/gtest", |
| 541 "//ui/gfx:test_support", | 542 "//ui/gfx:test_support", |
| 542 "//ui/gfx/geometry", | 543 "//ui/gfx/geometry", |
| 543 ] | 544 ] |
| 544 } | 545 } |
| OLD | NEW |