Leaving compatibility script in webrtc/tools/compare_videos.py to avoid breaking our video quality tests in Chromium. Forwarding GN targets are left in webrtc/tools/BUILD.gn. BUG=webrtc:7855 NOTRY=True NOPRESUBMIT=True Review-Url: https://codereview.webrtc.org/2965593002 Cr-Commit-Position: refs/heads/master@{#18848}
22 lines
397 B
Python
22 lines
397 B
Python
include_rules = [
|
|
"+third_party/ffmpeg",
|
|
"+third_party/openh264",
|
|
"+vpx",
|
|
"+webrtc/base",
|
|
"+webrtc/common_video",
|
|
"+webrtc/media/base",
|
|
"+webrtc/system_wrappers",
|
|
"+webrtc/rtc_tools",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
"android_test_initializer\.cc": [
|
|
"+base/android",
|
|
"+webrtc/sdk",
|
|
],
|
|
"(.*test\.cc|.*test\.h)": [
|
|
"+webrtc/media/engine",
|
|
"+webrtc/sdk",
|
|
],
|
|
}
|