From 4e0ef346b738b3fc0efea5c618f3122f1cda167d Mon Sep 17 00:00:00 2001 From: kjellander Date: Tue, 25 Apr 2017 02:26:32 -0700 Subject: [PATCH] Add default implementations of metrics and field trial to 'webrtc' target. Having this, the produced libwebrtc.a library becomes complete and is more useful to most downstream users. More advanced use cases that needs to wire up their own field trial and metrics implementations will need to create their own target. BUG=webrtc:7372 NOTRY=True CC=agouaillard@gmail.com Review-Url: https://codereview.webrtc.org/2840553002 Cr-Commit-Position: refs/heads/master@{#17860} --- webrtc/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn index 1e8508ac63..6ed25c459f 100644 --- a/webrtc/BUILD.gn +++ b/webrtc/BUILD.gn @@ -257,7 +257,7 @@ if (!build_with_chromium) { "pc", "sdk", "stats", - "system_wrappers", + "system_wrappers:system_wrappers_default", "video", "voice_engine", ]