blob: 5dada94ecf3da72f61564d3a1751615bfe0f4275 [file] [log] [blame]
# Copyright 2017 The Chromium Authors
# 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",
]
}