| 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)/third_party/hunspell/hunspell.gyp:hunspell', | 13 '<(DEPTH)/third_party/hunspell/hunspell.gyp:hunspell', |
| 14 '<(DEPTH)/net/net.gyp:net_resources', | 14 '<(DEPTH)/net/net.gyp:net_resources', |
| 15 '<(DEPTH)/net/net.gyp:net_test_support', | 15 '<(DEPTH)/net/net.gyp:net_test_support', |
| 16 '<(DEPTH)/skia/skia.gyp:skia', | 16 '<(DEPTH)/skia/skia.gyp:skia', |
| 17 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 17 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 18 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 18 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 19 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', | 19 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', |
| 20 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 20 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
| 21 '<(DEPTH)/testing/gtest.gyp:gtest', | 21 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 22 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', | 22 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', |
| 23 # run time dependency | 23 # run time dependency |
| 24 '<(DEPTH)/webkit/webkit.gyp:webkit_resources', | 24 '<(DEPTH)/webkit/support/webkit_support_in_chromium.gyp:webkit_resources', |
| 25 ], | 25 ], |
| 26 'include_dirs': [ | 26 'include_dirs': [ |
| 27 '<(DEPTH)', | 27 '<(DEPTH)', |
| 28 ], | 28 ], |
| 29 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 29 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
| 30 'sources': [ | 30 'sources': [ |
| 31 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc'
, | 31 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest.cc'
, |
| 32 '<(DEPTH)/chrome/browser/browser_focus_uitest.cc', | 32 '<(DEPTH)/chrome/browser/browser_focus_uitest.cc', |
| 33 '<(DEPTH)/chrome/browser/browser_keyevents_browsertest.cc', | 33 '<(DEPTH)/chrome/browser/browser_keyevents_browsertest.cc', |
| 34 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc', | 34 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc', |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 'msvs_settings': { | 149 'msvs_settings': { |
| 150 'VCLinkerTool': { | 150 'VCLinkerTool': { |
| 151 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 151 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
| 152 }, | 152 }, |
| 153 }, | 153 }, |
| 154 }, | 154 }, |
| 155 }, # configurations | 155 }, # configurations |
| 156 }], # OS=="win" | 156 }], # OS=="win" |
| 157 ], # conditions | 157 ], # conditions |
| 158 } | 158 } |
| OLD | NEW |