HomeSort by relevance Sort by last modified time
    Searched refs:checkdeps (Results 1 - 3 of 3) sorted by null

  /external/pdfium/
PRESUBMIT.py 38 """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
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/
PRESUBMIT.py 87 """Runs checkdeps on #include statements added in this
92 # roundabout construct to import checkdeps because this file is
97 input_api.PresubmitLocalPath(), 'buildtools', 'checkdeps')]
98 import checkdeps
113 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
128 'You added one or more #includes that violate checkdeps rules.',
220 # roundabout construct to import checkdeps because this file is
  /external/webrtc/
PRESUBMIT.py 277 """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
310 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
325 'You added one or more #includes that violate checkdeps rules.',

Completed in 206 milliseconds