| 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 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 } | 552 } |
| 553 | 553 |
| 554 test("video_decode_accelerator_service_unittest") { | 554 test("video_decode_accelerator_service_unittest") { |
| 555 sources = [ | 555 sources = [ |
| 556 "ipc/service/gpu_jpeg_decode_accelerator_unittest.cc", | 556 "ipc/service/gpu_jpeg_decode_accelerator_unittest.cc", |
| 557 ] | 557 ] |
| 558 | 558 |
| 559 deps = [ | 559 deps = [ |
| 560 ":gpu", | 560 ":gpu", |
| 561 "//base", | 561 "//base", |
| 562 "//base/test:run_all_unittests", | |
| 563 "//base/test:test_support", | 562 "//base/test:test_support", |
| 564 "//gpu:test_support", | 563 "//gpu:test_support", |
| 565 "//media/gpu/ipc/common", | 564 "//media/gpu/ipc/common", |
| 566 "//media/gpu/ipc/service", | 565 "//media/gpu/ipc/service", |
| 567 "//testing/gmock", | 566 "//media/test:run_all_unittests", |
| 567 "//services/service_manager/public/cpp", |
| 568 "//testing/gtest", | 568 "//testing/gtest", |
| 569 "//ui/gfx:test_support", | 569 "//ui/gfx:test_support", |
| 570 "//ui/gfx/geometry", | 570 "//ui/gfx/geometry", |
| 571 ] | 571 ] |
| 572 } | 572 } |
| OLD | NEW |