| 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 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 442 "avda_codec_allocator_unittest.cc", | 442 "avda_codec_allocator_unittest.cc", |
| 443 "surface_texture_gl_owner_unittest.cc", | 443 "surface_texture_gl_owner_unittest.cc", |
| 444 ] | 444 ] |
| 445 if (enable_media_codec_video_decoder) { | 445 if (enable_media_codec_video_decoder) { |
| 446 sources += [ "android/media_codec_video_decoder_unittest.cc" ] | 446 sources += [ "android/media_codec_video_decoder_unittest.cc" ] |
| 447 } | 447 } |
| 448 deps = [ | 448 deps = [ |
| 449 ":gpu", | 449 ":gpu", |
| 450 "//base/test:test_support", | 450 "//base/test:test_support", |
| 451 "//gpu:test_support", | 451 "//gpu:test_support", |
| 452 "//media/base/android", | 452 "//media", |
| 453 "//testing/gmock", | 453 "//testing/gmock", |
| 454 "//testing/gtest", | 454 "//testing/gtest", |
| 455 ] | 455 ] |
| 456 } | 456 } |
| 457 } | 457 } |
| 458 | 458 |
| 459 if (is_chromeos || is_mac || is_win) { | 459 if (is_chromeos || is_mac || is_win) { |
| 460 test("video_encode_accelerator_unittest") { | 460 test("video_encode_accelerator_unittest") { |
| 461 deps = [ | 461 deps = [ |
| 462 "//base", | 462 "//base", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 535 "//base/test:test_support", | 535 "//base/test:test_support", |
| 536 "//gpu:test_support", | 536 "//gpu:test_support", |
| 537 "//media/gpu/ipc/common", | 537 "//media/gpu/ipc/common", |
| 538 "//media/gpu/ipc/service", | 538 "//media/gpu/ipc/service", |
| 539 "//testing/gmock", | 539 "//testing/gmock", |
| 540 "//testing/gtest", | 540 "//testing/gtest", |
| 541 "//ui/gfx:test_support", | 541 "//ui/gfx:test_support", |
| 542 "//ui/gfx/geometry", | 542 "//ui/gfx/geometry", |
| 543 ] | 543 ] |
| 544 } | 544 } |
| OLD | NEW |