]> git.pld-linux.org Git - packages/chromium-browser.git/blobdiff - clean-source.sh
keep third_party/openh264/
[packages/chromium-browser.git] / clean-source.sh
index f8337abbc67f435e1fcda1516f7b8edc38f439f9..a813556fdcbd55829b7376c6fb5b7ed1a8b1efbc 100755 (executable)
@@ -661,6 +661,7 @@ clean_third_party() {
                '!' -path 'third_party/mojo/*' \
                '!' -path 'third_party/mt19937ar/*' \
                '!' -path 'third_party/npapi/*' \
+               '!' -path 'third_party/openh264/*' \
                '!' -path 'third_party/openmax_dl/*' \
                '!' -path 'third_party/ots/*' \
                '!' -path 'third_party/pdfium/*' \
@@ -1254,7 +1255,7 @@ fi
 
 # report what's in them
 for a in REMOVED-*.txt; do
-       cat $a
+       sed -e "s/^/$a: /" $a
 done
 
 # vim:fdm=marker
This page took 0.120463 seconds and 4 git commands to generate.