| OLD | NEW |
| 1 { | 1 { |
| 2 'conditions': [ | 2 'conditions': [ |
| 3 ['OS=="linux" or OS=="win"', { | 3 ['OS=="linux" or OS=="win"', { |
| 4 'targets': [ | 4 'targets': [ |
| 5 { | 5 { |
| 6 # TODO: enable on mac. | 6 # TODO: enable on mac. |
| 7 'target_name': 'interactive_ui_tests', | 7 'target_name': 'interactive_ui_tests', |
| 8 'type': 'executable', | 8 'type': 'executable', |
| 9 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', | 9 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'targets': [ | 141 'targets': [ |
| 142 { | 142 { |
| 143 # TODO: enable on mac. | 143 # TODO: enable on mac. |
| 144 'target_name': 'interactive_ui_tests', | 144 'target_name': 'interactive_ui_tests', |
| 145 'type': 'none', | 145 'type': 'none', |
| 146 } | 146 } |
| 147 ] | 147 ] |
| 148 }] | 148 }] |
| 149 ] # conditions | 149 ] # conditions |
| 150 } | 150 } |
| OLD | NEW |