| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest
.cc', | 90 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest
.cc', |
| 91 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc', | 91 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc', |
| 92 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', | 92 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', |
| 93 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', | 93 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', |
| 94 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', | 94 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', |
| 95 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc', | 95 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc', |
| 96 '<(DEPTH)/chrome/test/interactive_ui/npapi_interactive_test.cc', | 96 '<(DEPTH)/chrome/test/interactive_ui/npapi_interactive_test.cc', |
| 97 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', | 97 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', |
| 98 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', | 98 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', |
| 99 ], | 99 ], |
| 100 # See comment about the same line in chrome/chrome_tests.gypi. |
| 101 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 100 }], # OS=="mac" | 102 }], # OS=="mac" |
| 101 ['toolkit_views==1', { | 103 ['toolkit_views==1', { |
| 102 'dependencies': [ | 104 'dependencies': [ |
| 103 '<(DEPTH)/views/views.gyp:views', | 105 '<(DEPTH)/views/views.gyp:views', |
| 104 ], | 106 ], |
| 105 }], | 107 }], |
| 106 ['OS=="win"', { | 108 ['OS=="win"', { |
| 107 'include_dirs': [ | 109 'include_dirs': [ |
| 108 '<(DEPTH)/third_party/wtl/include', | 110 '<(DEPTH)/third_party/wtl/include', |
| 109 ], | 111 ], |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 'msvs_settings': { | 158 'msvs_settings': { |
| 157 'VCLinkerTool': { | 159 'VCLinkerTool': { |
| 158 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 160 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 159 }, | 161 }, |
| 160 }, | 162 }, |
| 161 }, | 163 }, |
| 162 }, # configurations | 164 }, # configurations |
| 163 }], # OS=="win" | 165 }], # OS=="win" |
| 164 ], # conditions | 166 ], # conditions |
| 165 } | 167 } |
| OLD | NEW |