Chromium Code Reviews| Index: setup_links.py |
| diff --git a/setup_links.py b/setup_links.py |
| index 90a0dd2cd2695b533d2beb2636c8407feec4f3ad..4cf91f7e28e23f59e850f0c5e07ff4e64ba0aae3 100755 |
| --- a/setup_links.py |
| +++ b/setup_links.py |
| @@ -104,6 +104,11 @@ if 'android' in target_os: |
| 'tools/grit', |
| 'tools/telemetry', |
| ] |
| +else: |
| + DIRECTORIES += [ |
| + 'base/third_party/libevent', |
|
kjellander_webrtc
2016/04/22 07:54:40
This should work.
|
| + ] |
| + |
| if 'ios' in target_os: |
| DIRECTORIES.append('third_party/class-dump') |