Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [DEFAULT]
  2. scm.tool = git
  3. build.tool = nothing
  4.  
  5. [breakpad]
  6. git.uri = https://chromium.googlesource.com/breakpad/breakpad
  7. git.revision = 282996a9
  8. depends.build =
  9.     breakpad-lss,
  10.     breakpad-gyp
  11.  
  12. [breakpad-lss]
  13. git.uri = https://chromium.googlesource.com/linux-syscall-support
  14. git.revision = 92920301
  15. scm.src_path = ${breakpad:dp.src_dir}/src/third-party/lss
  16. depends.scm =
  17.     breakpad
  18.  
  19. [breakpad-gyp]
  20. git.uri = https://chromium.googlesource.com/external/gyp
  21. git.revision = 1f374df9
  22. scm.src_path = ${breakpad:dp.src_dir}/src/third-party/gyp
  23. depends.scm =
  24.     breakpad
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement