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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
89 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', | 89 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', |
90 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', | 90 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', |
91 ], | 91 ], |
92 }], # OS=="mac" | 92 }], # OS=="mac" |
93 ['OS=="win"', { | 93 ['OS=="win"', { |
94 'include_dirs': [ | 94 'include_dirs': [ |
95 '<(DEPTH)/chrome/third_party/wtl/include', | 95 '<(DEPTH)/chrome/third_party/wtl/include', |
96 ], | 96 ], |
97 'dependencies': [ | 97 'dependencies': [ |
98 '<(DEPTH)/app/app.gyp:app_resources', | 98 '<(DEPTH)/app/app.gyp:app_resources', |
| 99 '<(DEPTH)/base/allocator/allocator.gyp:allocator', |
99 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', | 100 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', |
100 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency | 101 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency |
101 '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', | 102 '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', |
102 '<(DEPTH)/views/views.gyp:views', | 103 '<(DEPTH)/views/views.gyp:views', |
103 '<(DEPTH)/third_party/tcmalloc/tcmalloc.gyp:tcmalloc', | |
104 ], | 104 ], |
105 'sources': [ | 105 'sources': [ |
106 '<(DEPTH)/webkit/glue/resources/aliasb.cur', | 106 '<(DEPTH)/webkit/glue/resources/aliasb.cur', |
107 '<(DEPTH)/webkit/glue/resources/cell.cur', | 107 '<(DEPTH)/webkit/glue/resources/cell.cur', |
108 '<(DEPTH)/webkit/glue/resources/col_resize.cur', | 108 '<(DEPTH)/webkit/glue/resources/col_resize.cur', |
109 '<(DEPTH)/webkit/glue/resources/copy.cur', | 109 '<(DEPTH)/webkit/glue/resources/copy.cur', |
110 '<(DEPTH)/webkit/glue/resources/row_resize.cur', | 110 '<(DEPTH)/webkit/glue/resources/row_resize.cur', |
111 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', | 111 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', |
112 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', | 112 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', |
113 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', | 113 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', |
(...skipping 19 matching lines...) Expand all Loading... |
133 'msvs_settings': { | 133 'msvs_settings': { |
134 'VCLinkerTool': { | 134 'VCLinkerTool': { |
135 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 135 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
136 }, | 136 }, |
137 }, | 137 }, |
138 }, | 138 }, |
139 }, # configurations | 139 }, # configurations |
140 }], # OS=="win" | 140 }], # OS=="win" |
141 ], # conditions | 141 ], # conditions |
142 } | 142 } |
OLD | NEW |