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

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

Issue 2729002: Run in-process browser tests using the sandbox. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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 | Annotate | Revision Log
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 }], 103 }],
104 ['OS=="win"', { 104 ['OS=="win"', {
105 'include_dirs': [ 105 'include_dirs': [
106 '<(DEPTH)/third_party/wtl/include', 106 '<(DEPTH)/third_party/wtl/include',
107 ], 107 ],
108 'dependencies': [ 108 'dependencies': [
109 '<(DEPTH)/app/app.gyp:app_resources', 109 '<(DEPTH)/app/app.gyp:app_resources',
110 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version', 110 '<(DEPTH)/chrome/chrome.gyp:chrome_dll_version',
111 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency 111 '<(DEPTH)/chrome/chrome.gyp:crash_service', # run time dependency
112 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings', 112 '<(DEPTH)/chrome/chrome.gyp:installer_util_strings',
113 '<(DEPTH)/sandbox/sandbox.gyp:sandbox',
113 ], 114 ],
114 'sources': [ 115 'sources': [
115 '<(DEPTH)/webkit/glue/resources/aliasb.cur', 116 '<(DEPTH)/webkit/glue/resources/aliasb.cur',
116 '<(DEPTH)/webkit/glue/resources/cell.cur', 117 '<(DEPTH)/webkit/glue/resources/cell.cur',
117 '<(DEPTH)/webkit/glue/resources/col_resize.cur', 118 '<(DEPTH)/webkit/glue/resources/col_resize.cur',
118 '<(DEPTH)/webkit/glue/resources/copy.cur', 119 '<(DEPTH)/webkit/glue/resources/copy.cur',
119 '<(DEPTH)/webkit/glue/resources/row_resize.cur', 120 '<(DEPTH)/webkit/glue/resources/row_resize.cur',
120 '<(DEPTH)/webkit/glue/resources/vertical_text.cur', 121 '<(DEPTH)/webkit/glue/resources/vertical_text.cur',
121 '<(DEPTH)/webkit/glue/resources/zoom_in.cur', 122 '<(DEPTH)/webkit/glue/resources/zoom_in.cur',
122 '<(DEPTH)/webkit/glue/resources/zoom_out.cur', 123 '<(DEPTH)/webkit/glue/resources/zoom_out.cur',
(...skipping 30 matching lines...) Expand all
153 'msvs_settings': { 154 'msvs_settings': {
154 'VCLinkerTool': { 155 'VCLinkerTool': {
155 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', 156 'LinkIncremental': '<(msvs_large_module_debug_link_mode)',
156 }, 157 },
157 }, 158 },
158 }, 159 },
159 }, # configurations 160 }, # configurations
160 }], # OS=="win" 161 }], # OS=="win"
161 ], # conditions 162 ], # conditions
162 } 163 }
OLDNEW
« no previous file with comments | « chrome/test/in_process_browser_test.cc ('k') | chrome/test/test_launcher/out_of_proc_test_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698