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

Side by Side Diff: build/all.gyp

Issue 1739014: added sync_unit_tests to mac/chromeos unit test builds. (Closed)
Patch Set: Created 10 years, 8 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 | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 'type': 'none', 140 'type': 'none',
141 'dependencies': [ 141 'dependencies': [
142 '../app/app.gyp:app_unittests', 142 '../app/app.gyp:app_unittests',
143 '../gfx/gfx.gyp:gfx_unittests', 143 '../gfx/gfx.gyp:gfx_unittests',
144 '../gpu/gpu.gyp:gpu_unittests', 144 '../gpu/gpu.gyp:gpu_unittests',
145 '../ipc/ipc.gyp:ipc_tests', 145 '../ipc/ipc.gyp:ipc_tests',
146 '../media/media.gyp:media_unittests', 146 '../media/media.gyp:media_unittests',
147 '../printing/printing.gyp:printing_unittests', 147 '../printing/printing.gyp:printing_unittests',
148 '../chrome/chrome.gyp:browser_tests', 148 '../chrome/chrome.gyp:browser_tests',
149 '../chrome/chrome.gyp:nacl_ui_tests', 149 '../chrome/chrome.gyp:nacl_ui_tests',
150 '../chrome/chrome.gyp:sync_unit_tests',
150 '../chrome/chrome.gyp:ui_tests', 151 '../chrome/chrome.gyp:ui_tests',
151 '../chrome/chrome.gyp:unit_tests', 152 '../chrome/chrome.gyp:unit_tests',
152 'temp_gyp/googleurl.gyp:googleurl_unittests', 153 'temp_gyp/googleurl.gyp:googleurl_unittests',
153 ], 154 ],
154 }, 155 },
155 { 156 {
156 'target_name': 'chromium_builder_rel', 157 'target_name': 'chromium_builder_rel',
157 'type': 'none', 158 'type': 'none',
158 'dependencies': [ 159 'dependencies': [
159 '../app/app.gyp:app_unittests', 160 '../app/app.gyp:app_unittests',
160 '../chrome/chrome.gyp:browser_tests', 161 '../chrome/chrome.gyp:browser_tests',
161 '../chrome/chrome.gyp:memory_test', 162 '../chrome/chrome.gyp:memory_test',
162 '../chrome/chrome.gyp:nacl_ui_tests', 163 '../chrome/chrome.gyp:nacl_ui_tests',
163 '../chrome/chrome.gyp:page_cycler_tests', 164 '../chrome/chrome.gyp:page_cycler_tests',
164 '../chrome/chrome.gyp:startup_tests', 165 '../chrome/chrome.gyp:startup_tests',
166 '../chrome/chrome.gyp:sync_unit_tests',
165 '../chrome/chrome.gyp:tab_switching_test', 167 '../chrome/chrome.gyp:tab_switching_test',
166 '../chrome/chrome.gyp:ui_tests', 168 '../chrome/chrome.gyp:ui_tests',
167 '../chrome/chrome.gyp:unit_tests', 169 '../chrome/chrome.gyp:unit_tests',
168 '../chrome/chrome.gyp:url_fetch_test', 170 '../chrome/chrome.gyp:url_fetch_test',
169 '../gfx/gfx.gyp:gfx_unittests', 171 '../gfx/gfx.gyp:gfx_unittests',
170 '../gpu/gpu.gyp:gpu_unittests', 172 '../gpu/gpu.gyp:gpu_unittests',
171 '../ipc/ipc.gyp:ipc_tests', 173 '../ipc/ipc.gyp:ipc_tests',
172 '../media/media.gyp:media_unittests', 174 '../media/media.gyp:media_unittests',
173 '../printing/printing.gyp:printing_unittests', 175 '../printing/printing.gyp:printing_unittests',
174 'temp_gyp/googleurl.gyp:googleurl_unittests', 176 'temp_gyp/googleurl.gyp:googleurl_unittests',
175 ], 177 ],
176 }, 178 },
177 { 179 {
178 'target_name': 'chromium_builder_dbg_tsan_mac', 180 'target_name': 'chromium_builder_dbg_tsan_mac',
179 'type': 'none', 181 'type': 'none',
180 'dependencies': [ 182 'dependencies': [
181 '../base/base.gyp:base_unittests', 183 '../base/base.gyp:base_unittests',
182 'temp_gyp/googleurl.gyp:googleurl_unittests', 184 'temp_gyp/googleurl.gyp:googleurl_unittests',
185 '../chrome/chrome.gyp:sync_unit_tests',
183 '../net/net.gyp:net_unittests', 186 '../net/net.gyp:net_unittests',
184 '../ipc/ipc.gyp:ipc_tests', 187 '../ipc/ipc.gyp:ipc_tests',
185 '../media/media.gyp:media_unittests', 188 '../media/media.gyp:media_unittests',
186 '../printing/printing.gyp:printing_unittests', 189 '../printing/printing.gyp:printing_unittests',
187 ], 190 ],
188 }, 191 },
189 ], # targets 192 ], # targets
190 }], # OS="mac" 193 }], # OS="mac"
191 ['OS=="win"', { 194 ['OS=="win"', {
192 'targets': [ 195 'targets': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 'target_name': 'chromium_builder_dbg_tsan_win', 247 'target_name': 'chromium_builder_dbg_tsan_win',
245 'type': 'none', 248 'type': 'none',
246 'dependencies': [ 249 'dependencies': [
247 '../app/app.gyp:app_unittests', 250 '../app/app.gyp:app_unittests',
248 '../base/base.gyp:base_unittests', 251 '../base/base.gyp:base_unittests',
249 'temp_gyp/googleurl.gyp:googleurl_unittests', 252 'temp_gyp/googleurl.gyp:googleurl_unittests',
250 '../net/net.gyp:net_unittests', 253 '../net/net.gyp:net_unittests',
251 '../ipc/ipc.gyp:ipc_tests', 254 '../ipc/ipc.gyp:ipc_tests',
252 '../media/media.gyp:media_unittests', 255 '../media/media.gyp:media_unittests',
253 '../printing/printing.gyp:printing_unittests', 256 '../printing/printing.gyp:printing_unittests',
257 '../chrome/chrome.gyp:sync_unit_tests',
254 '../chrome/chrome.gyp:unit_tests', 258 '../chrome/chrome.gyp:unit_tests',
255 ], 259 ],
256 }, 260 },
257 ], # targets 261 ], # targets
258 }], # OS="win" 262 }], # OS="win"
259 ['chromeos==1', { 263 ['chromeos==1', {
260 'targets': [ 264 'targets': [
261 { 265 {
262 'target_name': 'chromeos_builder', 266 'target_name': 'chromeos_builder',
263 'type': 'none', 267 'type': 'none',
264 'sources': [ 268 'sources': [
265 # TODO(bradnelson): This is here to work around gyp issue 137. 269 # TODO(bradnelson): This is here to work around gyp issue 137.
266 # Remove this sources list when that issue has been fixed. 270 # Remove this sources list when that issue has been fixed.
267 'all.gyp', 271 'all.gyp',
268 ], 272 ],
269 'dependencies': [ 273 'dependencies': [
270 '../app/app.gyp:app_unittests', 274 '../app/app.gyp:app_unittests',
271 '../base/base.gyp:base_unittests', 275 '../base/base.gyp:base_unittests',
272 '../chrome/chrome.gyp:browser_tests', 276 '../chrome/chrome.gyp:browser_tests',
273 '../chrome/chrome.gyp:chrome', 277 '../chrome/chrome.gyp:chrome',
274 '../chrome/chrome.gyp:interactive_ui_tests', 278 '../chrome/chrome.gyp:interactive_ui_tests',
275 '../chrome/chrome.gyp:memory_test', 279 '../chrome/chrome.gyp:memory_test',
276 '../chrome/chrome.gyp:page_cycler_tests', 280 '../chrome/chrome.gyp:page_cycler_tests',
277 '../chrome/chrome.gyp:startup_tests', 281 '../chrome/chrome.gyp:startup_tests',
282 '../chrome/chrome.gyp:sync_unit_tests',
278 '../chrome/chrome.gyp:tab_switching_test', 283 '../chrome/chrome.gyp:tab_switching_test',
279 '../chrome/chrome.gyp:ui_tests', 284 '../chrome/chrome.gyp:ui_tests',
280 '../chrome/chrome.gyp:unit_tests', 285 '../chrome/chrome.gyp:unit_tests',
281 '../chrome/chrome.gyp:url_fetch_test', 286 '../chrome/chrome.gyp:url_fetch_test',
282 '../gfx/gfx.gyp:gfx_unittests', 287 '../gfx/gfx.gyp:gfx_unittests',
283 '../ipc/ipc.gyp:ipc_tests', 288 '../ipc/ipc.gyp:ipc_tests',
284 '../media/media.gyp:ffmpeg_tests', 289 '../media/media.gyp:ffmpeg_tests',
285 '../media/media.gyp:media_unittests', 290 '../media/media.gyp:media_unittests',
286 '../media/media.gyp:omx_test', 291 '../media/media.gyp:omx_test',
287 '../net/net.gyp:net_unittests', 292 '../net/net.gyp:net_unittests',
288 '../printing/printing.gyp:printing_unittests', 293 '../printing/printing.gyp:printing_unittests',
289 'temp_gyp/googleurl.gyp:googleurl_unittests', 294 'temp_gyp/googleurl.gyp:googleurl_unittests',
290 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow', 295 '../chrome/browser/chromeos/text_input/text_input.gyp:candidate_wind ow',
291 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:session', 296 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:session',
292 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:emit_login_prompt_ready', 297 '../third_party/chromeos_login_manager/chromeos_login_manager/chrome os_login_manager.gyp:emit_login_prompt_ready',
293 ], 298 ],
294 }, 299 },
295 ], # targets 300 ], # targets
296 }], # "chromeos==1" 301 }], # "chromeos==1"
297 ], # conditions 302 ], # conditions
298 } 303 }
299 304
300 # Local Variables: 305 # Local Variables:
301 # tab-width:2 306 # tab-width:2
302 # indent-tabs-mode:nil 307 # indent-tabs-mode:nil
303 # End: 308 # End:
304 # vim: set expandtab tabstop=2 shiftwidth=2: 309 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698