blob: c2e303cac695180df4a2c165fa5649fc3fde4724 [file] [log] [blame]
{
'targets': [
{
# Add a fake action rule so that in the absence of any targets needing to
# be built, we don't generate an empty ninja build rules file.
'target_name': 'phony',
'type': 'none',
'actions': [{
'inputs': [],
# "outputs" can not be empty. Set it to refer to this gyp file so
# ninja never actually runs this rule.
'outputs': [
'trim.gyp'
],
'action_name': 'phony',
'action': ['true']
}],
},
],
}