/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
- {
- 'conditions': [
- # Handle build types.
- ['buildtype=="Dev"', {
- 'includes': ['internal/release_impl.gypi'],
- }],
- ['buildtype=="Official"', {
- 'includes': ['internal/release_impl_official.gypi'],
- }],
- # TODO(bradnelson): may also need:
- # checksenabled
- # coverage
- # dom_stats
- # pgo_instrument
- # pgo_optimize
- # purify
- ],
- }