2014-01-14 17:48:34 +00:00
|
|
|
# Copyright (c) 2014 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.
|
|
|
|
|
|
2016-11-08 06:34:20 -08:00
|
|
|
import("webrtc/build/webrtc.gni")
|
|
|
|
|
|
2016-10-28 05:44:03 -07:00
|
|
|
group("default") {
|
|
|
|
|
testonly = true
|
2014-01-14 17:48:34 +00:00
|
|
|
deps = [
|
2014-06-17 08:54:03 +00:00
|
|
|
"//webrtc",
|
2014-01-14 17:48:34 +00:00
|
|
|
]
|
2016-11-08 06:34:20 -08:00
|
|
|
if (rtc_include_tests) {
|
|
|
|
|
deps += [
|
|
|
|
|
"//webrtc:webrtc_tests",
|
|
|
|
|
"//webrtc/examples",
|
|
|
|
|
"//webrtc/tools",
|
|
|
|
|
]
|
|
|
|
|
}
|
2014-01-14 17:48:34 +00:00
|
|
|
}
|