[dump_breakpad_symbols] Generate ninja dep file

The dep file lets ninja know about the inputs and outputs of
this binary when invoked as part of the build.

IN-455

Change-Id: I2fc4b349d5f983a1837a25117c118c0961646e91
2 files changed
tree: d3ce9aa3729fe065176505f687262a5aa373581e
  1. cmd/
  2. elflib/
  3. gndoc/
  4. symbolize/
  5. .gitignore
  6. Gopkg.lock
  7. Gopkg.toml
  8. LICENSE
  9. manifest
  10. PATENTS
  11. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"