blob: f6b4f5bef2b214509f891abd5dad13057256d604 [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': [
'chromeos-common-script.gyp',
],
'action_name': 'phony',
'action': ['true'],
}],
},
],
}