Chromium Code Reviews| Index: setup_links.py |
| diff --git a/setup_links.py b/setup_links.py |
| index 90a0dd2cd2695b533d2beb2636c8407feec4f3ad..f3ca1569019c43b8b81943f3a25b852720b13f1b 100755 |
| --- a/setup_links.py |
| +++ b/setup_links.py |
| @@ -29,6 +29,7 @@ import textwrap |
| DIRECTORIES = [ |
| + 'base/third_party/libevent', |
|
kjellander_webrtc
2016/04/22 06:32:27
There's already a 'base' link for Android below. S
tommi
2016/04/22 07:10:21
Ah, thanks! Yeah, having a third_party directory
|
| 'build', |
| 'buildtools', |
| 'mojo', # TODO(kjellander): Remove, see webrtc:5629. |