/thirdparty/breakpad/client/windows/build/release.gypi

http://github.com/tomahawk-player/tomahawk · Unknown · 19 lines · 18 code · 1 blank · 0 comment · 0 complexity · 0526837d358186e0e12f1d9478f3b053 MD5 · raw file

  1. {
  2. 'conditions': [
  3. # Handle build types.
  4. ['buildtype=="Dev"', {
  5. 'includes': ['internal/release_impl.gypi'],
  6. }],
  7. ['buildtype=="Official"', {
  8. 'includes': ['internal/release_impl_official.gypi'],
  9. }],
  10. # TODO(bradnelson): may also need:
  11. # checksenabled
  12. # coverage
  13. # dom_stats
  14. # pgo_instrument
  15. # pgo_optimize
  16. # purify
  17. ],
  18. }