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}
16 lines
311 B
Python
16 lines
311 B
Python
include_rules = [
|
|
"+webrtc/audio/utility/audio_frame_operations.h",
|
|
"+webrtc/base",
|
|
"+webrtc/common_audio",
|
|
"+webrtc/system_wrappers",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
".*test\.cc": [
|
|
"+webrtc/rtc_tools",
|
|
# Android platform build has different paths.
|
|
"+gtest",
|
|
"+external/webrtc",
|
|
],
|
|
}
|