GN: Build tools and examples by default.

BUG=webrtc:6412
TBR=kjellander@webrtc.org, charujain@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2487723002
Cr-Commit-Position: refs/heads/master@{#14982}
This commit is contained in:
ehmaldonado 2016-11-08 08:55:09 -08:00 committed by Commit bot
parent e239779a8b
commit 579729dd9e

View File

@ -12,12 +12,10 @@ group("default") {
testonly = true
deps = [
"//webrtc",
"//webrtc/examples",
"//webrtc/tools",
]
if (rtc_include_tests) {
deps += [
"//webrtc:webrtc_tests",
"//webrtc/examples",
"//webrtc/tools",
]
deps += [ "//webrtc:webrtc_tests" ]
}
}