naiveproxy/media/mojo/test/BUILD.gn

23 lines
560 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
# 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",
]
}