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

Unified Diff: setup_links.py

Issue 1766643002: Roll chromium_revision ee31124..508edd3 (378158:379249) (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Added mojo symlink as workaround Created 4 years, 10 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 | « DEPS ('k') | webrtc/build/common.gypi » ('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 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',
« no previous file with comments | « DEPS ('k') | webrtc/build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698