mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
a8d7d7ecf2
Tags: #secure-revision Bug #: 1371485 Differential Revision: https://phabricator.services.mozilla.com/D1801 --HG-- extra : rebase_source : 87cd91fdc0cc873c7f78e128f545524f66947035
18 lines
387 B
Python
18 lines
387 B
Python
{
|
|
'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
|
|
],
|
|
}
|