summaryrefslogtreecommitdiffstats
path: root/chromium/build/release.gypi
blob: 7595ef5a297247298b6353873922575300e01787 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  '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
  ],
}