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

Unified Diff: setup_links.py

Issue 1909223004: Add links for base/third_party/libevent from Chrome. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: One more try Created 4 years, 8 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 | « no previous file | webrtc/base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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')
« no previous file with comments | « no previous file | webrtc/base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698