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

  /external/chromium_org/components/tools/metrics/
browser_components_metrics.py 17 # This is done so that we can import checkdeps. If not invoked as
21 'buildtools', 'checkdeps'))
25 import checkdeps namespace
43 deps_checker = checkdeps.DepsChecker(self.checkout_root,
  /external/chromium_org/v8/
PRESUBMIT.py 90 """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.',
  /external/chromium_org/third_party/WebKit/
PRESUBMIT.py 182 """Runs checkdeps on #include statements added in this
187 # roundabout construct to import checkdeps because this file is
192 input_api.PresubmitLocalPath(), '..', '..', 'buildtools', 'checkdeps'))]
193 import checkdeps namespace
208 deps_checker = checkdeps.DepsChecker(
224 'You added one or more #includes that violate checkdeps rules.',
  /external/chromium_org/
PRESUBMIT.py 515 """Runs checkdeps on #include statements added in this
520 # roundabout construct to import checkdeps because this file is
525 input_api.PresubmitLocalPath(), 'buildtools', 'checkdeps')]
526 import checkdeps namespace
541 deps_checker = checkdeps.DepsChecker(input_api.PresubmitLocalPath())
556 'You added one or more #includes that violate checkdeps rules.',
    [all...]

Completed in 166 milliseconds