1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/toolkit/crashreporter/google-breakpad/src/client/windows/build/release.gypi Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,19 @@ 1.4 +{ 1.5 + 'conditions': [ 1.6 + # Handle build types. 1.7 + ['buildtype=="Dev"', { 1.8 + 'includes': ['internal/release_impl.gypi'], 1.9 + }], 1.10 + ['buildtype=="Official"', { 1.11 + 'includes': ['internal/release_impl_official.gypi'], 1.12 + }], 1.13 + # TODO(bradnelson): may also need: 1.14 + # checksenabled 1.15 + # coverage 1.16 + # dom_stats 1.17 + # pgo_instrument 1.18 + # pgo_optimize 1.19 + # purify 1.20 + ], 1.21 +} 1.22 +