Introduce GN config files.

Also pulls necessary Chromium dependencies.
Chromium will be not pulled from HEAD due to possibility of breaking
changes introduced in the Chromium tree. DEPS will be rolled manually.

BUG=
R=ftirelo@chromium.org

Review-Url: https://codereview.chromium.org/2693423007 .
5 files changed
tree: 62ffa28f937b70c9585574ba28183c8c1cdd4722
  1. pipa/
  2. .gitignore
  3. .gn
  4. BUILD.gn
  5. codereview.settings
  6. DEPS
  7. GITDEPS
  8. LICENSE
  9. 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