summaryrefslogtreecommitdiff
path: root/media/libyuv/setup_links.py
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-10-14 23:35:18 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-01 15:22:15 +0200
commit39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6 (patch)
tree522ad2b33de883f03a53ffa17e4d74202bcf762a /media/libyuv/setup_links.py
parent28a3cd1028612b3b577768519d11fa6fbcda6f09 (diff)
downloaduxp-39f9ab375b2bfd9e46df9695b78870cf1e9cf3c6.tar.gz
Issue #1053 - Remove /dom/system/android and dependent modules,
as well as robocop.
Diffstat (limited to 'media/libyuv/setup_links.py')
-rw-r--r--media/libyuv/setup_links.py21
1 files changed, 0 insertions, 21 deletions
diff --git a/media/libyuv/setup_links.py b/media/libyuv/setup_links.py
index b2b459e60c..b3c8c9a0af 100644
--- a/media/libyuv/setup_links.py
+++ b/media/libyuv/setup_links.py
@@ -60,27 +60,6 @@ DIRECTORIES = [
from sync_chromium import get_target_os_list
target_os = get_target_os_list()
-if 'android' in target_os:
- DIRECTORIES += [
- 'base',
- 'third_party/android_platform',
- '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/libxml',
- 'third_party/mockito',
- 'third_party/modp_b64',
- 'third_party/protobuf',
- 'third_party/requests',
- 'third_party/robolectric',
- 'tools/android',
- 'tools/grit',
- ]
if 'ios' in target_os:
DIRECTORIES.append('third_party/class-dump')