From 4d689ad527a02001b7d16f75e6883a417edb2d81 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Fri, 1 Apr 2016 11:14:52 +0200 Subject: [PATCH] GYP: Add webrtc/pc/pc.gyp:* to 'All' target. After moving the .isolate targets as part of https://codereview.webrtc.org/1843193002/ the rtc_pc_unittests_run target was no longer a part of the 'All' target. This caused it not being built, which causes Swarming to fail: https://build.chromium.org/p/client.webrtc.fyi/builders/Linux64%20Release%20%28swarming%29/builds/1678 Adding it to 'All' should fix this. TBR=pthatcher@webrtc.org BUG=webrtc:4243 Review URL: https://codereview.webrtc.org/1850143002 . Cr-Commit-Position: refs/heads/master@{#12195} --- webrtc/webrtc.gyp | 1 + 1 file changed, 1 insertion(+) diff --git a/webrtc/webrtc.gyp b/webrtc/webrtc.gyp index 7591f22071..ad4b3534d4 100644 --- a/webrtc/webrtc.gyp +++ b/webrtc/webrtc.gyp @@ -15,6 +15,7 @@ 'media/media.gyp:*', 'modules/modules.gyp:*', 'p2p/p2p.gyp:*', + 'pc/pc.gyp:*', 'system_wrappers/system_wrappers.gyp:*', 'tools/tools.gyp:*', 'voice_engine/voice_engine.gyp:*',