Chromium Code Reviews| Index: BUILD.gn |
| diff --git a/BUILD.gn b/BUILD.gn |
| index c2b7ba4d193109d6a6f08990cd93440706011b1e..b1301b01650b63fef076082160aa0b6b71635f63 100644 |
| --- a/BUILD.gn |
| +++ b/BUILD.gn |
| @@ -6,10 +6,12 @@ |
| # in the file PATENTS. All contributing project authors may |
| # be found in the AUTHORS file in the root of the source tree. |
| -# This file is copied and modified from Chromium (src/BUILD.gn). |
| -group("root") { |
| +group("default") { |
| + testonly = true |
| deps = [ |
| "//webrtc", |
| + "//webrtc:webrtc_tests", |
| "//webrtc/examples", |
| + "//webrtc/tools", |
| ] |
| } |