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

Unified Diff: third_party/libvpx/generate_gypi.sh

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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 | « third_party/libvpx/ads2gas.gypi ('k') | third_party/libvpx/include/elf.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libvpx/generate_gypi.sh
diff --git a/third_party/libvpx_new/generate_gypi.sh b/third_party/libvpx/generate_gypi.sh
similarity index 99%
rename from third_party/libvpx_new/generate_gypi.sh
rename to third_party/libvpx/generate_gypi.sh
index d650e8d06c2b4bf37e204864bdd8b869107ff24f..350c05ea6b28b03302d490f6b87986ad4ea97c95 100755
--- a/third_party/libvpx_new/generate_gypi.sh
+++ b/third_party/libvpx/generate_gypi.sh
@@ -121,7 +121,7 @@ function write_gni {
echo "$2 = [" >> "$3"
for f in $file_list
do
- echo " \"//third_party/libvpx_new/source/libvpx/$f\"," >> "$3"
+ echo " \"//third_party/libvpx/source/libvpx/$f\"," >> "$3"
done
echo "]" >> "$3"
}
« no previous file with comments | « third_party/libvpx/ads2gas.gypi ('k') | third_party/libvpx/include/elf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698