blob: 51bbc5e28190e0beee571cba3c8283fb9879f73b [file] [log] [blame]
Artem Titovc47c9c02018-05-17 10:00:20 +02001{
2 "comment": [
3 "This file determines which parts of Chromium's third_party/ we copy.",
4 "",
5 "If you want to add new chromium owned dependency, run",
6 "./tools_webrtc/autoroller/checkin_chromium_dep.py -d <dep name>",
7 "",
8 "It will add specified dependency to third_party directory and will add it to this list",
9 "properly."
10 ],
11 "dependencies": [
12 "abseil-cpp",
13 "binutils",
14 "boringssl",
15 "ced",
16 "freetype",
17 "googletest",
18 "harfbuzz-ng",
19 "instrumented_libraries",
20 "jsoncpp",
21 "libFuzzer",
22 "libpng",
23 "libvpx",
24 "mockito",
25 "openh264",
26 "opus",
27 "protobuf",
28 "pymock",
29 "requests",
30 "rnnoise",
31 "usrsctp",
32 "yasm",
33 "zlib",
34 "colorama",
35 "accessibility_test_framework",
36 "android_platform",
37 "android_support_test_runner",
38 "apk-patch-size-estimator",
39 "ashmem",
40 "auto",
41 "bazel",
42 "bouncycastle",
43 "breakpad",
44 "byte_buddy",
45 "closure_compiler",
46 "errorprone",
47 "espresso",
48 "eu-strip",
49 "gson",
50 "guava",
51 "hamcrest",
52 "icu4j",
53 "ijar",
54 "intellij",
55 "javax_inject",
56 "jinja2",
57 "jsr-305",
58 "junit",
59 "libxml",
60 "markupsafe",
61 "modp_b64",
62 "objenesis",
63 "ow2_asm",
64 "robolectric",
65 "sqlite4java",
66 "tcmalloc",
67 "ub-uiautomator",
68 "xstream",
69 "proguard",
70 "android_system_sdk",
71 "ocmock",
72 "BUILD.gn",
73 "DEPS",
74 "libjpeg.gni",
75 "PRESUBMIT.py",
76 "README.chromium",
Patrik Höglund72520532018-06-08 10:43:05 +020077 "README.chromium.template",
78 "r8"
Artem Titovc47c9c02018-05-17 10:00:20 +020079 ]
80}