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" |
} |