webrtc_m130/THIRD_PARTY_CHROMIUM_DEPS.json
Artem Titov c47c9c0234 Change structure of deps file and tool for adding chromium dep.
Change structure of chromium owned dependencies file to JSON to
simplify work with it in different tools. Also add tool to check in
new chromium owned dep with single command like this:
./tools_webrtc/autoroller/checkin_chromium_dep.py -d <dep name>

Introduce separate file with list of webrtc owned dependencies.



Bug: webrtc:8366
Change-Id: I30a828af34cd105ce7e6bc76d6b5889e6bf7574d
Reviewed-on: https://webrtc-review.googlesource.com/76840
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Patrik Höglund <phoglund@webrtc.org>
Commit-Queue: Artem Titov <titovartem@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23270}
2018-05-17 08:52:31 +00:00

79 lines
1.5 KiB
JSON

{
"comment": [
"This file determines which parts of Chromium's third_party/ we copy.",
"",
"If you want to add new chromium owned dependency, run",
"./tools_webrtc/autoroller/checkin_chromium_dep.py -d <dep name>",
"",
"It will add specified dependency to third_party directory and will add it to this list",
"properly."
],
"dependencies": [
"abseil-cpp",
"binutils",
"boringssl",
"ced",
"freetype",
"googletest",
"harfbuzz-ng",
"instrumented_libraries",
"jsoncpp",
"libFuzzer",
"libpng",
"libvpx",
"mockito",
"openh264",
"opus",
"protobuf",
"pymock",
"requests",
"rnnoise",
"usrsctp",
"yasm",
"zlib",
"colorama",
"accessibility_test_framework",
"android_platform",
"android_support_test_runner",
"apk-patch-size-estimator",
"ashmem",
"auto",
"bazel",
"bouncycastle",
"breakpad",
"byte_buddy",
"closure_compiler",
"errorprone",
"espresso",
"eu-strip",
"gson",
"guava",
"hamcrest",
"icu4j",
"ijar",
"intellij",
"javax_inject",
"jinja2",
"jsr-305",
"junit",
"libxml",
"markupsafe",
"modp_b64",
"objenesis",
"ow2_asm",
"robolectric",
"sqlite4java",
"tcmalloc",
"ub-uiautomator",
"xstream",
"proguard",
"android_system_sdk",
"ocmock",
"BUILD.gn",
"DEPS",
"libjpeg.gni",
"PRESUBMIT.py",
"README.chromium",
"README.chromium.template"
]
}