| 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', |
| 11 '<(DEPTH)/chrome/chrome.gyp:test_support_ui', | 11 '<(DEPTH)/chrome/chrome.gyp:test_support_ui', |
| 12 '<(DEPTH)/chrome/chrome.gyp:syncapi', | 12 '<(DEPTH)/chrome/chrome.gyp:syncapi', |
| 13 '<(DEPTH)/chrome/browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', |
| 13 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell', | 14 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell', |
| 14 '<(DEPTH)/net/net.gyp:net_resources', | 15 '<(DEPTH)/net/net.gyp:net_resources', |
| 15 '<(DEPTH)/net/net.gyp:net_test_support', | 16 '<(DEPTH)/net/net.gyp:net_test_support', |
| 16 '<(DEPTH)/skia/skia.gyp:skia', | 17 '<(DEPTH)/skia/skia.gyp:skia', |
| 17 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 18 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 18 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 19 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 19 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 20 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 20 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 21 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 21 '<(DEPTH)/testing/gtest.gyp:gtest', | 22 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 22 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 23 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 48 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', | 49 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', |
| 49 '<(DEPTH)/chrome/test/test_launcher/out_of_proc_test_runner.cc', | 50 '<(DEPTH)/chrome/test/test_launcher/out_of_proc_test_runner.cc', |
| 50 '<(DEPTH)/chrome/test/test_launcher/test_runner.cc', | 51 '<(DEPTH)/chrome/test/test_launcher/test_runner.cc', |
| 51 '<(DEPTH)/chrome/test/test_launcher/test_runner.h', | 52 '<(DEPTH)/chrome/test/test_launcher/test_runner.h', |
| 52 '<(DEPTH)/chrome/test/unit/chrome_test_suite.h', | 53 '<(DEPTH)/chrome/test/unit/chrome_test_suite.h', |
| 53 ], | 54 ], |
| 54 'conditions': [ | 55 'conditions': [ |
| 55 ['OS=="linux"', { | 56 ['OS=="linux"', { |
| 56 'dependencies': [ | 57 'dependencies': [ |
| 57 '<(DEPTH)/build/linux/system.gyp:gtk', | 58 '<(DEPTH)/build/linux/system.gyp:gtk', |
| 59 '<(DEPTH)/build/linux/system.gyp:nss', |
| 58 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 60 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 59 ], | 61 ], |
| 60 }], | 62 }], |
| 61 ['OS=="linux" and toolkit_views==0', { | 63 ['OS=="linux" and toolkit_views==0', { |
| 62 'sources!': [ | 64 'sources!': [ |
| 63 # TODO(port) | 65 # TODO(port) |
| 64 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', | 66 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', |
| 65 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', | 67 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', |
| 66 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', | 68 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', |
| 67 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc', | 69 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 'msvs_settings': { | 160 'msvs_settings': { |
| 159 'VCLinkerTool': { | 161 'VCLinkerTool': { |
| 160 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 162 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 161 }, | 163 }, |
| 162 }, | 164 }, |
| 163 }, | 165 }, |
| 164 }, # configurations | 166 }, # configurations |
| 165 }], # OS=="win" | 167 }], # OS=="win" |
| 166 ], # conditions | 168 ], # conditions |
| 167 } | 169 } |
| OLD | NEW |