Presubmit checks for the Pipa repository

The presubmit script was heavily inspired by Sysygy's
presubmit checks with some additions.

BUG=
R=ftirelo@chromium.org

Review-Url: https://codereview.chromium.org/2707493002 .
7 files changed
tree: 481f76a7dd9a543cba9ecea35b8930eb9ad96ede
  1. pipa/
  2. .gitignore
  3. .gn
  4. BUILD.gn
  5. codereview.settings
  6. DEPS
  7. GITDEPS
  8. LICENSE
  9. PRESUBMIT.py
  10. README.md
README.md

Pipa

Pipa is an IPC mechanism shared between Chromium and the Chrome Cleanup Tool.

Checkout:

  mkdir pipa
  cd pipa
  gclient config --spec="solutions=[{'name':'src',  'url':'https://chromium.googlesource.com/chromium/pipa',},]"
  gclient sync