From 5d54f1feef951b2f42c05ca266c2b456816ea73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1ri=20Tristan=20Helgason?= Date: Tue, 23 Apr 2019 14:24:01 +0200 Subject: [PATCH] Fix Screensharing extension build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This broke in https://gn-review.googlesource.com/c/gn/+/4480 Bug: None Change-Id: I101192f4cf9a4fa3df3bceba3d7b23b84b836229 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/133883 Reviewed-by: Anders Carlsson Commit-Queue: Kári Helgason Cr-Commit-Position: refs/heads/master@{#27733} --- examples/BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/BUILD.gn b/examples/BUILD.gn index 1c02c89ae3..83ecc89844 100644 --- a/examples/BUILD.gn +++ b/examples/BUILD.gn @@ -353,7 +353,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "$root_out_dir/AppRTCMobileBroadcastUpload.appex", ] outputs = [ - "{{bundle_plugins_dir}}/{{source_file_part}}", + "{{bundle_contents_dir}}/Plugins/{{source_file_part}}", ] } @@ -366,7 +366,7 @@ if (is_ios || (is_mac && target_cpu != "x86")) { "$root_out_dir/AppRTCMobileBroadcastSetupUI.appex", ] outputs = [ - "{{bundle_plugins_dir}}/{{source_file_part}}", + "{{bundle_contents_dir}}/Plugins/{{source_file_part}}", ] }