blob: 91172e62f3833c51c1358d4dca8901c8e4c19a52 [file] [log] [blame]
# Copyright 2017 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# TODO(sandersd): Split out an "integration_tests" target.
source_set("unit_tests") {
testonly = true
sources = [
"mojo_video_decoder_integration_test.cc",
"mojo_video_encode_accelerator_integration_test.cc",
]
deps = [
"//base",
"//base/test:test_support",
"//media:test_support",
"//media/mojo:test_support",
"//testing/gmock",
"//testing/gtest",
]
}