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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', | 84 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', |
85 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', | 85 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', |
86 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', | 86 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', |
87 '<(DEPTH)/chrome/test/interactive_ui/npapi_interactive_test.cc', | 87 '<(DEPTH)/chrome/test/interactive_ui/npapi_interactive_test.cc', |
88 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', | 88 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', |
89 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', | 89 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', |
90 ], | 90 ], |
91 }], # OS=="mac" | 91 }], # OS=="mac" |
92 ['OS=="win"', { | 92 ['OS=="win"', { |
93 'include_dirs': [ | 93 'include_dirs': [ |
94 '<(DEPTH)/chrome/third_party/wtl/include', | 94 '<(DEPTH)/third_party/wtl/include', |
95 ], | 95 ], |
96 'dependencies': [ | 96 'dependencies': [ |
97 '<(DEPTH)/app/app.gyp:app_resources', | 97 '<(DEPTH)/app/app.gyp:app_resources', |
98 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', | 98 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', |
99 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency | 99 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency |
100 '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', | 100 '<(DEPTH)/chrome/installer/installer.gyp:installer_util_strings', |
101 '<(DEPTH)/views/views.gyp:views', | 101 '<(DEPTH)/views/views.gyp:views', |
102 ], | 102 ], |
103 'sources': [ | 103 'sources': [ |
104 '<(DEPTH)/webkit/glue/resources/aliasb.cur', | 104 '<(DEPTH)/webkit/glue/resources/aliasb.cur', |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
138 'msvs_settings': { | 138 'msvs_settings': { |
139 'VCLinkerTool': { | 139 'VCLinkerTool': { |
140 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 140 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
141 }, | 141 }, |
142 }, | 142 }, |
143 }, | 143 }, |
144 }, # configurations | 144 }, # configurations |
145 }], # OS=="win" | 145 }], # OS=="win" |
146 ], # conditions | 146 ], # conditions |
147 } | 147 } |
OLD | NEW |