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

Unified Diff: setup_links.py

Issue 2001173003: Roll chromium_revision 1d144ca7f86..2a818f5413 (375480:395512) (Closed) Base URL: https://chromium.googlesource.com/libyuv/libyuv@master
Patch Set: Restored license headers for gflag build configs Created 4 years, 7 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 | « libyuv_test.gyp ('k') | third_party/gflags/BUILD.gn » ('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 b3a072a48ec8450b03689ec217f6fbd0cbb26f99..b2b459e60c51e6c66f5fb208885744287ab24b6c 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -34,7 +34,7 @@ import textwrap
DIRECTORIES = [
'build',
'buildtools',
- 'google_apis', # Needed by build/common.gypi.
+ 'mojo', # TODO(kjellander): Remove, see webrtc:5629.
'native_client',
'net',
'testing',
@@ -46,6 +46,7 @@ DIRECTORIES = [
'third_party/llvm-build',
'third_party/lss',
'third_party/yasm',
+ 'third_party/WebKit', # TODO(kjellander): Remove, see webrtc:5629.
'tools/clang',
'tools/gn',
'tools/gyp',
@@ -63,15 +64,14 @@ if 'android' in target_os:
DIRECTORIES += [
'base',
'third_party/android_platform',
- 'third_party/android_testrunner',
'third_party/android_tools',
'third_party/appurify-python',
'third_party/ashmem',
'third_party/catapult',
+ 'third_party/icu',
'third_party/ijar',
'third_party/jsr-305',
'third_party/junit',
- 'third_party/libevent',
'third_party/libxml',
'third_party/mockito',
'third_party/modp_b64',
@@ -80,14 +80,11 @@ if 'android' in target_os:
'third_party/robolectric',
'tools/android',
'tools/grit',
- 'tools/relocation_packer',
- 'tools/telemetry',
]
if 'ios' in target_os:
DIRECTORIES.append('third_party/class-dump')
FILES = {
- 'tools/find_depot_tools.py': None,
'tools/isolate_driver.py': None,
'third_party/BUILD.gn': None,
}
« no previous file with comments | « libyuv_test.gyp ('k') | third_party/gflags/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698