aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@webrtc.org>2015-11-04 10:52:22 +0100
committerHenrik Kjellander <kjellander@webrtc.org>2015-11-04 09:52:31 +0000
commitda07290353d496800e959fefc485bb8fb98ecf33 (patch)
treea245a46189ef70986021d66492d5e3e0f875a6a8
parentf040b2367d894345677192f924590309be8c72fc (diff)
downloadwebrtc-da07290353d496800e959fefc485bb8fb98ecf33.tar.gz
Cleanup a few symlinks in setup_links.py
It seems these are no longer valid/needed. R=phoglund@webrtc.org Review URL: https://codereview.webrtc.org/1426483008 . Cr-Commit-Position: refs/heads/master@{#10503}
-rw-r--r--.gitignore4
-rwxr-xr-xsetup_links.py4
2 files changed, 0 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index bd6afb84a6..d2ca68317e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,11 +45,9 @@
/chromium/.last_sync_chromium
/chromium/_bad_scm
/chromium/src
-/google_apis
/gyp-mac-tool
/links
/links.db
-/net
/out
/resources/**/*.aecdump
/resources/**/*.bin
@@ -80,7 +78,6 @@
/testing
/third_party/WebKit/Tools/Scripts
/third_party/android_platform
-/third_party/android_testrunner
/third_party/android_tools
/third_party/appurify-python
/third_party/asan
@@ -149,7 +146,6 @@
/tools/memory
/tools/protoc_wrapper
/tools/python
-/tools/relocation_packer
/tools/sanitizer_options
/tools/swarming_client
/tools/tsan_suppressions
diff --git a/setup_links.py b/setup_links.py
index 5c980c595a..56071c2db1 100755
--- a/setup_links.py
+++ b/setup_links.py
@@ -34,8 +34,6 @@ import textwrap
DIRECTORIES = [
'build',
'buildtools',
- 'google_apis', # Needed by build/common.gypi.
- 'net',
'testing',
'third_party/binutils',
'third_party/boringssl',
@@ -84,7 +82,6 @@ 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',
@@ -99,7 +96,6 @@ if 'android' in target_os:
'third_party/robolectric',
'tools/android',
'tools/grit',
- 'tools/relocation_packer'
]
if 'ios' in target_os:
DIRECTORIES.append('third_party/class-dump')