| Index: setup_links.py
|
| diff --git a/setup_links.py b/setup_links.py
|
| index f7fa9ff073e20d8670da4ec2eaa765aa02bb628d..1bc10d870aefefa072e2f69368c71b7d89c5f9cb 100755
|
| --- a/setup_links.py
|
| +++ b/setup_links.py
|
| @@ -34,6 +34,7 @@ import textwrap
|
| DIRECTORIES = [
|
| 'build',
|
| 'buildtools',
|
| + 'mojo', # TODO(kjellander): Remove, see webrtc:5629.
|
| 'testing',
|
| 'third_party/binutils',
|
| 'third_party/boringssl',
|
| @@ -48,7 +49,7 @@ DIRECTORIES = [
|
| 'third_party/libjpeg_turbo',
|
| 'third_party/libsrtp',
|
| 'third_party/libudev',
|
| - 'third_party/libvpx_new',
|
| + 'third_party/libvpx',
|
| 'third_party/libyuv',
|
| 'third_party/llvm-build',
|
| 'third_party/lss',
|
|
|