DescriptionAdding PRESUBMIT check on orphan headers files.
We want all .h files to be tracked by a GN target. This CL adds a
presubmit check to ensure that newly added targets are tracked by
GN.
In this CL we add a directory called 'presubmit_checks_lib' so we
can avoid to put everything in PRESUBMIT.py (especially if we want
to test some checks). I tried to use 'tools-webrtc' but it is not
easy to include a python module from a directory with '-' in the
name.
BUG=webrtc:7514
Review-Url: https://codereview.webrtc.org/2872493002
Cr-Commit-Position: refs/heads/master@{#18069}
Committed: https://chromium.googlesource.com/external/webrtc/+/74973ed847fb594fb8b80b809236eeef13b7338c
Patch Set 1 #
Total comments: 20
Patch Set 2 : fixing coding standards + new test #Patch Set 3 : moving presubmit_checks_lib to tools_webrtc #
Total comments: 2
Patch Set 4 : adding shebang line #
Messages
Total messages: 14 (4 generated)
|