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

  /external/chromium_org/v8/
PRESUBMIT.py 28 """Top-level presubmit script for V8.
30 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
31 for more details about the presubmit API built into gcl.
35 """Runs the V8 presubmit checks."""
39 from presubmit import CppLintProcessor
40 from presubmit import SourceProcessor
Makefile 119 # presubmit=no
120 ifeq ($(presubmit), no)
121 TESTFLAGS += --no-presubmit
  /external/chromium_org/chrome/common/extensions/docs/server2/
PRESUBMIT.py 5 """Presubmit script for changes affecting extensions docs server
7 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
8 for more details about the presubmit API built into gcl.
17 # The integration tests are selectively run from the PRESUBMIT in
64 No? I guess this presubmit check doesn't work.
  /external/chromium_org/tools/checkdeps/
checkdeps.py 113 """This is used from PRESUBMIT.py to check new #include statements added in
114 the change being presubmit checked.
  /external/chromium_org/tools/metrics/histograms/
pretty_print.py 317 presubmit = ('--presubmit' in sys.argv)
339 if presubmit:
  /external/v8/
Makefile 90 # presubmit=no
91 ifeq ($(presubmit), no)
92 TESTFLAGS += --no-presubmit

Completed in 114 milliseconds