michael@0: { michael@0: 'conditions': [ michael@0: # Handle build types. michael@0: ['buildtype=="Dev"', { michael@0: 'includes': ['internal/release_impl.gypi'], michael@0: }], michael@0: ['buildtype=="Official"', { michael@0: 'includes': ['internal/release_impl_official.gypi'], michael@0: }], michael@0: # TODO(bradnelson): may also need: michael@0: # checksenabled michael@0: # coverage michael@0: # dom_stats michael@0: # pgo_instrument michael@0: # pgo_optimize michael@0: # purify michael@0: ], michael@0: } michael@0: