Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(213)

Side by Side Diff: chrome/test/interactive_ui/interactive_ui_tests.gypi

Issue 2986004: [Mac]Port browser_keyevents_browsertest.cc and browser_focus_uitest.cc to Mac. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Enable BrowserFocusTest and BrowserKeyEventsTests on Mac. Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/test/data/keyevents_test.html ('k') | chrome/test/ui_test_utils.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ['target_arch!="x64" and target_arch!="arm"', { 81 ['target_arch!="x64" and target_arch!="arm"', {
82 'dependencies': [ 82 'dependencies': [
83 # run time dependency 83 # run time dependency
84 '<(DEPTH)/webkit/webkit.gyp:npapi_test_plugin', 84 '<(DEPTH)/webkit/webkit.gyp:npapi_test_plugin',
85 ], 85 ],
86 }], # target_arch 86 }], # target_arch
87 ['OS=="mac"', { 87 ['OS=="mac"', {
88 'sources!': [ 88 'sources!': [
89 # TODO(port) 89 # TODO(port)
90 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest .cc', 90 '<(DEPTH)/chrome/browser/autocomplete/autocomplete_edit_view_browsertest .cc',
91 '<(DEPTH)/chrome/browser/browser_focus_uitest.cc',
92 '<(DEPTH)/chrome/browser/browser_keyevents_browsertest.cc',
93 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc', 91 '<(DEPTH)/chrome/browser/debugger/devtools_sanity_unittest.cc',
94 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc', 92 '<(DEPTH)/chrome/browser/views/bookmark_bar_view_test.cc',
95 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc', 93 '<(DEPTH)/chrome/browser/views/find_bar_host_interactive_uitest.cc',
96 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc', 94 '<(DEPTH)/chrome/browser/views/tabs/tab_dragging_test.cc',
97 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc', 95 '<(DEPTH)/chrome/browser/views/tabs/tab_strip_interactive_uitest.cc',
98 '<(DEPTH)/chrome/test/interactive_ui/npapi_interactive_test.cc', 96 '<(DEPTH)/chrome/test/interactive_ui/npapi_interactive_test.cc',
99 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc', 97 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.cc',
100 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h', 98 '<(DEPTH)/chrome/test/interactive_ui/view_event_test_base.h',
101 ], 99 ],
102 }], # OS=="mac" 100 }], # OS=="mac"
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 'msvs_settings': { 156 'msvs_settings': {
159 'VCLinkerTool': { 157 'VCLinkerTool': {
160 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 158 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
161 }, 159 },
162 }, 160 },
163 }, 161 },
164 }, # configurations 162 }, # configurations
165 }], # OS=="win" 163 }], # OS=="win"
166 ], # conditions 164 ], # conditions
167 } 165 }
OLDNEW
« no previous file with comments | « chrome/test/data/keyevents_test.html ('k') | chrome/test/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698