Pull needed Chromium dependencies to Pipa checkout via DEPS and GITDEPS.

BUG=
R=ftirelo@chromium.org

Review-Url: https://codereview.chromium.org/2693343002 .
5 files changed
tree: ed4528ed410eb4ce18d2aaacfda96e46622cafa6
  1. pipa/
  2. .gitignore
  3. codereview.settings
  4. DEPS
  5. GITDEPS
  6. LICENSE
  7. 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