From 163b1a2d0a0f8e822d8cd15f6385057bc7988ad1 Mon Sep 17 00:00:00 2001 From: charujain Date: Wed, 12 Oct 2016 20:22:47 -0700 Subject: [PATCH] Remove tools dir from root webrtc target Removing it as we don't need it to build as part of webrtc target. BUG=webrtc:6412 NOTRY=True Review-Url: https://codereview.webrtc.org/2412353004 Cr-Commit-Position: refs/heads/master@{#14622} --- webrtc/BUILD.gn | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index eb69eee63c..f503333ad7 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -267,7 +267,6 @@ if (!is_ios || !build_with_chromium) { "modules", "stats", "system_wrappers", - "tools", "video", "voice_engine", ]