mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-04-19 01:41:51 +00:00
This is in preparation for creating GYP build files for each platform. BUG=https://code.google.com/p/google-breakpad/issues/detail?id=575 R=mark@chromium.org Review URL: https://breakpad.appspot.com/1414002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1304 4c0a9323-5329-0410-9bdc-e9ce6186880e
19 lines
404 B
Python
19 lines
404 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
|
|
# purify
|
|
],
|
|
}
|