blob: 36e651903f5ade9cf5508889d9e2a0d3d1aee940 [file] [log] [blame]
{
'target_defaults': {
'variables': {
'cross%': 0,
},
'target_conditions': [
['cross==1', {
'actions': [
{
'action_name': 'cross compile >(_target_name)',
'inputs': ['^@(_sources)'],
'outputs': ['<(SHARED_INTERMEDIATE_DIR)/>(_target_name).fake'],
'action': [
'python', 'fake_cross.py', '>@(_outputs)', '^@(_sources)',
],
# Allows the test to run without hermetic cygwin on windows.
'msvs_cygwin_shell': 0,
},
],
}],
],
},
}