Lines Matching refs:presubmit
6 """Top-level presubmit script for Skia.
8 See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts
9 for more details about the presubmit API built into gcl.
206 """Presubmit checks common to upload and commit."""
233 """Presubmit checks for the change on upload.
235 The following are the presubmit checks:
240 # Run on upload, not commit, since the presubmit bot apparently doesn't have
448 * Adds 'No-Presubmit: true' for non master branch changes since those don't
449 run the presubmit checks.
517 if not _FooterExists(footers, 'No-Presubmit', 'true'):
518 new_description_lines.append('No-Presubmit: true')
521 'Branch changes do not run the presubmit checks.'))
533 """Presubmit checks for the change on commit.
535 The following are the presubmit checks: