blob: 5441a99a393fd97a4d7ba6a7c2378001bd20d4f0 [file] [log] [blame]
# Copyright 2015 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.
import("//testing/test.gni")
test("openh264_unittests") {
include_dirs = [
"//",
"//third_party",
]
deps = [
"//testing/gtest",
]
sources = [
"openh264_unittests.cc",
]
}