Searched refs:checkdeps (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/
H A DPRESUBMIT.py38 """Runs checkdeps on #include statements added in this
44 # roundabout construct to import checkdeps because this file is
49 input_api.PresubmitLocalPath(), 'buildtools', 'checkdeps')]
50 import checkdeps namespace
55 'Unable to run checkdeps, does pdfium/buildtools/checkdeps exist?')]
68 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
83 'You added one or more #includes that violate checkdeps rules.',
/external/v8/
H A DPRESUBMIT.py90 """Runs checkdeps on #include statements added in this
95 # roundabout construct to import checkdeps because this file is
100 input_api.PresubmitLocalPath(), 'buildtools', 'checkdeps')]
101 import checkdeps namespace
116 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
131 'You added one or more #includes that violate checkdeps rules.',
223 # roundabout construct to import checkdeps because this file is
/external/webrtc/
H A DPRESUBMIT.py277 """Runs checkdeps on #include statements added in this
284 # roundabout construct to import checkdeps because this file is
289 'buildtools', 'checkdeps')
292 'Cannot find checkdeps at %s\nHave you run "gclient sync" to '
295 import checkdeps namespace
310 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
325 'You added one or more #includes that violate checkdeps rules.',

Completed in 150 milliseconds