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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 }], | 103 }], |
104 ['OS=="win"', { | 104 ['OS=="win"', { |
105 'include_dirs': [ | 105 'include_dirs': [ |
106 '<(DEPTH)/third_party/wtl/include', | 106 '<(DEPTH)/third_party/wtl/include', |
107 ], | 107 ], |
108 'dependencies': [ | 108 'dependencies': [ |
109 '<(DEPTH)/app/app.gyp:app_resources', | 109 '<(DEPTH)/app/app.gyp:app_resources', |
110 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', | 110 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', |
111 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency | 111 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency |
112 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings', | 112 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings', |
| 113 '<(DEPTH)/sandbox/sandbox.gyp:sandbox', |
113 ], | 114 ], |
114 'sources': [ | 115 'sources': [ |
115 '<(DEPTH)/webkit/glue/resources/aliasb.cur', | 116 '<(DEPTH)/webkit/glue/resources/aliasb.cur', |
116 '<(DEPTH)/webkit/glue/resources/cell.cur', | 117 '<(DEPTH)/webkit/glue/resources/cell.cur', |
117 '<(DEPTH)/webkit/glue/resources/col_resize.cur', | 118 '<(DEPTH)/webkit/glue/resources/col_resize.cur', |
118 '<(DEPTH)/webkit/glue/resources/copy.cur', | 119 '<(DEPTH)/webkit/glue/resources/copy.cur', |
119 '<(DEPTH)/webkit/glue/resources/row_resize.cur', | 120 '<(DEPTH)/webkit/glue/resources/row_resize.cur', |
120 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', | 121 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', |
121 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', | 122 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', |
122 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', | 123 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', |
(...skipping 30 matching lines...) Expand all Loading... |
153 'msvs_settings': { | 154 'msvs_settings': { |
154 'VCLinkerTool': { | 155 'VCLinkerTool': { |
155 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 156 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
156 }, | 157 }, |
157 }, | 158 }, |
158 }, | 159 }, |
159 }, # configurations | 160 }, # configurations |
160 }], # OS=="win" | 161 }], # OS=="win" |
161 ], # conditions | 162 ], # conditions |
162 } | 163 } |
OLD | NEW |