wjia@webrtc.org | 03cfde2 | 2014-01-14 17:48:34 +0000 | [diff] [blame] | 1 | # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. |
| 2 | # |
| 3 | # Use of this source code is governed by a BSD-style license |
| 4 | # that can be found in the LICENSE file in the root of the source |
| 5 | # tree. An additional intellectual property rights grant can be found |
| 6 | # in the file PATENTS. All contributing project authors may |
| 7 | # be found in the AUTHORS file in the root of the source tree. |
| 8 | |
ehmaldonado | 37d7a22 | 2016-11-08 06:34:20 -0800 | [diff] [blame] | 9 | import("webrtc/build/webrtc.gni") |
| 10 | |
kjellander | 6ceab08 | 2016-10-28 05:44:03 -0700 | [diff] [blame] | 11 | group("default") { |
| 12 | testonly = true |
wjia@webrtc.org | 03cfde2 | 2014-01-14 17:48:34 +0000 | [diff] [blame] | 13 | deps = [ |
kjellander@webrtc.org | 851a09e | 2014-06-17 08:54:03 +0000 | [diff] [blame] | 14 | "//webrtc", |
ehmaldonado | 579729d | 2016-11-08 08:55:09 -0800 | [diff] [blame] | 15 | "//webrtc/examples", |
| 16 | "//webrtc/tools", |
wjia@webrtc.org | 03cfde2 | 2014-01-14 17:48:34 +0000 | [diff] [blame] | 17 | ] |
ehmaldonado | 37d7a22 | 2016-11-08 06:34:20 -0800 | [diff] [blame] | 18 | if (rtc_include_tests) { |
ehmaldonado | 579729d | 2016-11-08 08:55:09 -0800 | [diff] [blame] | 19 | deps += [ "//webrtc:webrtc_tests" ] |
ehmaldonado | 37d7a22 | 2016-11-08 06:34:20 -0800 | [diff] [blame] | 20 | } |
wjia@webrtc.org | 03cfde2 | 2014-01-14 17:48:34 +0000 | [diff] [blame] | 21 | } |