blob: d09c978b9b652afe4dc4afd786eb05e8dfe0ec13 [file] [log] [blame]
Artem Titova04d1402018-05-11 11:23:00 +02001DEPS = [
2 # Common
3 'binutils',
4 'boringssl',
5 'ced',
6 'freetype',
7 'googletest',
8 'harfbuzz-ng',
9 'instrumented_libraries',
10 'jsoncpp',
11 'libFuzzer',
12 'libpng',
13 'libvpx',
14 'mockito',
15 'openh264',
16 'opus',
17 'protobuf',
18 'requests',
19 'rnnoise',
20 'usrsctp',
21 'yasm',
22 'zlib',
23 'colorama',
24
25 # These common deps will be synced by gclient:
26 #'depot_tools',
27 #'ffmpeg',
28 #'icu',
29 #'libjpeg_turbo',
30 #'libsrtp',
31 #'libyuv',
32 #'llvm-build',
33 #'lss',
34 #'openmax_dl',
35 #'catapult',
36 #'gtest-parallel',
37
38 # Windows specific deps will be synced by gclient:
39 #'syzygy',
40 #'winsdk_samples',
41
42 # Android specific deps
43 # compile time deps
44 'accessibility_test_framework',
45 'android_platform',
46 'android_support_test_runner',
47 'apk-patch-size-estimator',
48 'ashmem',
49 'auto',
50 'bazel',
51 'bouncycastle',
52 'breakpad',
53 'byte_buddy',
54 'closure_compiler',
55 'errorprone',
56 'espresso',
57 'eu-strip',
58 'gson',
59 'guava',
60 'hamcrest',
61 'icu4j',
62 'ijar',
63 'intellij',
64 'javax_inject',
65 'jinja2',
66 'jsr-305',
67 'junit',
68 'libxml',
69 'markupsafe',
70 'modp_b64',
71 'objenesis',
72 'ow2_asm',
73 'robolectric',
74 'sqlite4java',
75 'tcmalloc',
76 'ub-uiautomator',
77 'xstream',
78 # test time deps
79 'proguard',
80
81 'android_system_sdk',
82 # These Android specific deps will be synced by gclient:
83 #'android_ndk',
84 #'android_tools',
85 #'findbugs',
86
87 # Mac and iOS specific deps
88 'ocmock',
89
90 # List of files to sync
91 'BUILD.gn',
92 'DEPS',
93 'libjpeg.gni',
94 'PRESUBMIT.py',
95 'README.chromium',
96 'README.chromium.template',
97]