Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93b1e384 authored by csagan5's avatar csagan5
Browse files

Fixup

parent d4948200
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -68,12 +68,6 @@ if [ -e "src/third_party/re2/src" ]; then
fi
ln -v -s "$PWD/chromium-re2" "src/third_party/re2/src"

## setup chromium-src into src/third_party/webrtc
if [ -e "src/third_party/webrtc" ]; then
	rm -rfv "src/third_party/webrtc"
fi
ln -v -s "$PWD/chromium-src" "src/third_party/webrtc"

## setup chromium-wds into src/third_party/wds/src
mkdir -p "src/third_party/wds"
if [ -e "src/third_party/wds/src" ]; then
@@ -229,6 +223,12 @@ if [ -e "src/third_party/snappy/src" ]; then
fi
ln -v -s "$PWD/chromium-snappy" "src/third_party/snappy/src"

## setup chromium-webrtc into src/third_party/webrtc
if [ -e "src/third_party/webrtc" ]; then
	rm -rfv "src/third_party/webrtc"
fi
ln -v -s "$PWD/chromium-webrtc" "src/third_party/webrtc"

## setup chromium-content into src/chrome/test/data/perf/frame_rate/content
mkdir -p "src/chrome/test/data/perf/frame_rate"
if [ -e "src/chrome/test/data/perf/frame_rate/content" ]; then