Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: tools-webrtc/ios/build_ios_libs.sh

Issue 2651973002: Moving build/ios to tools-webrtc/ios (Closed)
Patch Set: Fixing path to comply with the new location Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools-webrtc/ios/SDK/PodTest/Podfile ('k') | tools-webrtc/ios/client.webrtc/iOS32_Debug.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools-webrtc/ios/build_ios_libs.sh
diff --git a/webrtc/build/ios/build_ios_libs.sh b/tools-webrtc/ios/build_ios_libs.sh
similarity index 99%
rename from webrtc/build/ios/build_ios_libs.sh
rename to tools-webrtc/ios/build_ios_libs.sh
index 4c78da58fcdfd3c98489cc43aa80a9e0136bf35d..ddc9e884048383990da286980b6e06da7b99610e 100755
--- a/webrtc/build/ios/build_ios_libs.sh
+++ b/tools-webrtc/ios/build_ios_libs.sh
@@ -17,7 +17,7 @@ set -e
export PATH=/usr/libexec:$PATH
SCRIPT_DIR=$(cd $(dirname $0) && pwd)
-WEBRTC_BASE_DIR=${SCRIPT_DIR}/../../..
+WEBRTC_BASE_DIR=${SCRIPT_DIR}/../..
function clean_artifacts {
local output_dir=$1
« no previous file with comments | « tools-webrtc/ios/SDK/PodTest/Podfile ('k') | tools-webrtc/ios/client.webrtc/iOS32_Debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698