mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-29 00:36:10 +03:00
21 lines
635 B
Plaintext
21 lines
635 B
Plaintext
|
# Copyright (c) 2018 The WebRTC project authors. All Rights Reserved.
|
||
|
#
|
||
|
# Use of this source code is governed by a BSD-style license
|
||
|
# that can be found in the LICENSE file in the root of the source
|
||
|
# tree. An additional intellectual property rights grant can be found
|
||
|
# in the file PATENTS. All contributing project authors may
|
||
|
# be found in the AUTHORS file in the root of the source tree.
|
||
|
|
||
|
import("../../../webrtc.gni")
|
||
|
|
||
|
rtc_source_set("rtc_api_video_unittests") {
|
||
|
testonly = true
|
||
|
sources = [
|
||
|
"video_bitrate_allocation_unittest.cc",
|
||
|
]
|
||
|
deps = [
|
||
|
"..:video_bitrate_allocation",
|
||
|
"../../../test:test_support",
|
||
|
]
|
||
|
}
|