blob: 92ff9cc41e095307948cfed3759420dceb9f74d5 [file] [log] [blame]
# Caution!: GYP to GN migration is happening. If you update this file, please
# update common-mk/deps.gni too accordingly.
# This GYP include should be added to targets whose dependencies need to be
# exported (eg to a .pc file).
{
'actions': [
{
'action_name': 'write-deps',
'inputs': [
],
'outputs': [
'<(SHARED_INTERMEDIATE_DIR)/>(_target_name)-deps.txt',
],
'action': ['sh', '-c', 'echo >@(deps) > >@(_outputs)'],
},
],
}