| OLD | NEW |
| 1 { | 1 { |
| 2 'target_name': 'interactive_ui_tests', | 2 'target_name': 'interactive_ui_tests', |
| 3 'type': 'executable', | 3 'type': 'executable', |
| 4 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', | 4 'msvs_guid': '018D4F38-6272-448F-A864-976DA09F05D0', |
| 5 'dependencies': [ | 5 'dependencies': [ |
| 6 '<(DEPTH)/chrome/chrome.gyp:chrome', | 6 '<(DEPTH)/chrome/chrome.gyp:chrome', |
| 7 '<(DEPTH)/chrome/chrome.gyp:chrome_resources', | 7 '<(DEPTH)/chrome/chrome.gyp:chrome_resources', |
| 8 '<(DEPTH)/chrome/chrome.gyp:chrome_strings', | 8 '<(DEPTH)/chrome/chrome.gyp:chrome_strings', |
| 9 '<(DEPTH)/chrome/chrome.gyp:debugger', | 9 '<(DEPTH)/chrome/chrome.gyp:debugger', |
| 10 '<(DEPTH)/chrome/chrome.gyp:test_support_common', | 10 '<(DEPTH)/chrome/chrome.gyp:test_support_common', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 ], | 101 ], |
| 102 }], | 102 }], |
| 103 ['OS=="win"', { | 103 ['OS=="win"', { |
| 104 'include_dirs': [ | 104 'include_dirs': [ |
| 105 '<(DEPTH)/third_party/wtl/include', | 105 '<(DEPTH)/third_party/wtl/include', |
| 106 ], | 106 ], |
| 107 'dependencies': [ | 107 'dependencies': [ |
| 108 '<(DEPTH)/app/app.gyp:app_resources', | 108 '<(DEPTH)/app/app.gyp:app_resources', |
| 109 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', | 109 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', |
| 110 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency | 110 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency |
| 111 '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', | 111 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings', |
| 112 ], | 112 ], |
| 113 'sources': [ | 113 'sources': [ |
| 114 '<(DEPTH)/webkit/glue/resources/aliasb.cur', | 114 '<(DEPTH)/webkit/glue/resources/aliasb.cur', |
| 115 '<(DEPTH)/webkit/glue/resources/cell.cur', | 115 '<(DEPTH)/webkit/glue/resources/cell.cur', |
| 116 '<(DEPTH)/webkit/glue/resources/col_resize.cur', | 116 '<(DEPTH)/webkit/glue/resources/col_resize.cur', |
| 117 '<(DEPTH)/webkit/glue/resources/copy.cur', | 117 '<(DEPTH)/webkit/glue/resources/copy.cur', |
| 118 '<(DEPTH)/webkit/glue/resources/row_resize.cur', | 118 '<(DEPTH)/webkit/glue/resources/row_resize.cur', |
| 119 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', | 119 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', |
| 120 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', | 120 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', |
| 121 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', | 121 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 149 'msvs_settings': { | 149 'msvs_settings': { |
| 150 'VCLinkerTool': { | 150 'VCLinkerTool': { |
| 151 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 151 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 152 }, | 152 }, |
| 153 }, | 153 }, |
| 154 }, | 154 }, |
| 155 }, # configurations | 155 }, # configurations |
| 156 }], # OS=="win" | 156 }], # OS=="win" |
| 157 ], # conditions | 157 ], # conditions |
| 158 } | 158 } |
| OLD | NEW |