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

Side by Side Diff: build/all.gyp

Issue 10147003: [Sync] Move 'syncapi_core' and 'sync_unit_tests' targets to sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix Win update errors Created 8 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/sync/DEPS » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 }, # target_name: All_syzygy 160 }, # target_name: All_syzygy
161 { 161 {
162 'target_name': 'chromium_builder_tests', 162 'target_name': 'chromium_builder_tests',
163 'type': 'none', 163 'type': 'none',
164 'dependencies': [ 164 'dependencies': [
165 '../base/base.gyp:base_unittests', 165 '../base/base.gyp:base_unittests',
166 '../chrome/chrome.gyp:browser_tests', 166 '../chrome/chrome.gyp:browser_tests',
167 '../chrome/chrome.gyp:interactive_ui_tests', 167 '../chrome/chrome.gyp:interactive_ui_tests',
168 '../chrome/chrome.gyp:safe_browsing_tests', 168 '../chrome/chrome.gyp:safe_browsing_tests',
169 '../chrome/chrome.gyp:sync_integration_tests', 169 '../chrome/chrome.gyp:sync_integration_tests',
170 '../chrome/chrome.gyp:sync_unit_tests',
171 '../chrome/chrome.gyp:ui_tests', 170 '../chrome/chrome.gyp:ui_tests',
172 '../chrome/chrome.gyp:unit_tests', 171 '../chrome/chrome.gyp:unit_tests',
173 '../content/content.gyp:content_browsertests', 172 '../content/content.gyp:content_browsertests',
174 '../content/content.gyp:content_unittests', 173 '../content/content.gyp:content_unittests',
175 '../crypto/crypto.gyp:crypto_unittests', 174 '../crypto/crypto.gyp:crypto_unittests',
176 '../ui/ui.gyp:gfx_unittests', 175 '../ui/ui.gyp:gfx_unittests',
177 '../gpu/gpu.gyp:gpu_unittests', 176 '../gpu/gpu.gyp:gpu_unittests',
178 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport', 177 '../gpu/gles2_conform_support/gles2_conform_support.gyp:gles2_conform_su pport',
179 '../ipc/ipc.gyp:ipc_tests', 178 '../ipc/ipc.gyp:ipc_tests',
180 '../jingle/jingle.gyp:jingle_unittests', 179 '../jingle/jingle.gyp:jingle_unittests',
181 '../media/media.gyp:media_unittests', 180 '../media/media.gyp:media_unittests',
182 '../net/net.gyp:net_unittests', 181 '../net/net.gyp:net_unittests',
183 '../printing/printing.gyp:printing_unittests', 182 '../printing/printing.gyp:printing_unittests',
184 '../remoting/remoting.gyp:remoting_unittests', 183 '../remoting/remoting.gyp:remoting_unittests',
185 '../sql/sql.gyp:sql_unittests', 184 '../sql/sql.gyp:sql_unittests',
185 '../sync/sync.gyp:sync_unit_tests',
186 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests', 186 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_unittests',
187 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts', 187 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_unittes ts',
188 'temp_gyp/googleurl.gyp:googleurl_unittests', 188 'temp_gyp/googleurl.gyp:googleurl_unittests',
189 ], 189 ],
190 'conditions': [ 190 'conditions': [
191 ['OS=="win"', { 191 ['OS=="win"', {
192 'dependencies': [ 192 'dependencies': [
193 '../chrome/chrome.gyp:installer_util_unittests', 193 '../chrome/chrome.gyp:installer_util_unittests',
194 '../chrome/chrome.gyp:mini_installer_test', 194 '../chrome/chrome.gyp:mini_installer_test',
195 # mini_installer_tests depends on mini_installer. This should be 195 # mini_installer_tests depends on mini_installer. This should be
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 # These targets are here so the build bots can use them to build 294 # These targets are here so the build bots can use them to build
295 # subsets of a full tree for faster cycle times. 295 # subsets of a full tree for faster cycle times.
296 { 296 {
297 'target_name': 'chromium_builder_dbg', 297 'target_name': 'chromium_builder_dbg',
298 'type': 'none', 298 'type': 'none',
299 'dependencies': [ 299 'dependencies': [
300 '../chrome/chrome.gyp:browser_tests', 300 '../chrome/chrome.gyp:browser_tests',
301 '../chrome/chrome.gyp:interactive_ui_tests', 301 '../chrome/chrome.gyp:interactive_ui_tests',
302 '../chrome/chrome.gyp:safe_browsing_tests', 302 '../chrome/chrome.gyp:safe_browsing_tests',
303 '../chrome/chrome.gyp:sync_integration_tests', 303 '../chrome/chrome.gyp:sync_integration_tests',
304 '../chrome/chrome.gyp:sync_unit_tests',
305 '../chrome/chrome.gyp:ui_tests', 304 '../chrome/chrome.gyp:ui_tests',
306 '../chrome/chrome.gyp:unit_tests', 305 '../chrome/chrome.gyp:unit_tests',
307 '../content/content.gyp:content_browsertests', 306 '../content/content.gyp:content_browsertests',
308 '../content/content.gyp:content_unittests', 307 '../content/content.gyp:content_unittests',
309 '../ui/ui.gyp:gfx_unittests', 308 '../ui/ui.gyp:gfx_unittests',
310 '../gpu/gpu.gyp:gpu_unittests', 309 '../gpu/gpu.gyp:gpu_unittests',
311 '../ipc/ipc.gyp:ipc_tests', 310 '../ipc/ipc.gyp:ipc_tests',
312 '../jingle/jingle.gyp:jingle_unittests', 311 '../jingle/jingle.gyp:jingle_unittests',
313 '../media/media.gyp:media_unittests', 312 '../media/media.gyp:media_unittests',
314 '../printing/printing.gyp:printing_unittests', 313 '../printing/printing.gyp:printing_unittests',
315 '../remoting/remoting.gyp:remoting_unittests', 314 '../remoting/remoting.gyp:remoting_unittests',
316 '../rlz/rlz.gyp:*', 315 '../rlz/rlz.gyp:*',
317 '../sql/sql.gyp:sql_unittests', 316 '../sql/sql.gyp:sql_unittests',
317 '../sync/sync.gyp:sync_unit_tests',
318 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 318 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
319 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 319 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
320 'temp_gyp/googleurl.gyp:googleurl_unittests', 320 'temp_gyp/googleurl.gyp:googleurl_unittests',
321 ], 321 ],
322 }, 322 },
323 { 323 {
324 'target_name': 'chromium_builder_rel', 324 'target_name': 'chromium_builder_rel',
325 'type': 'none', 325 'type': 'none',
326 'dependencies': [ 326 'dependencies': [
327 '../chrome/chrome.gyp:browser_tests', 327 '../chrome/chrome.gyp:browser_tests',
328 '../chrome/chrome.gyp:performance_browser_tests', 328 '../chrome/chrome.gyp:performance_browser_tests',
329 '../chrome/chrome.gyp:performance_ui_tests', 329 '../chrome/chrome.gyp:performance_ui_tests',
330 '../chrome/chrome.gyp:plugin_tests', 330 '../chrome/chrome.gyp:plugin_tests',
331 '../chrome/chrome.gyp:safe_browsing_tests', 331 '../chrome/chrome.gyp:safe_browsing_tests',
332 '../chrome/chrome.gyp:sync_integration_tests', 332 '../chrome/chrome.gyp:sync_integration_tests',
333 '../chrome/chrome.gyp:sync_unit_tests',
334 '../chrome/chrome.gyp:ui_tests', 333 '../chrome/chrome.gyp:ui_tests',
335 '../chrome/chrome.gyp:unit_tests', 334 '../chrome/chrome.gyp:unit_tests',
336 '../content/content.gyp:content_browsertests', 335 '../content/content.gyp:content_browsertests',
337 '../content/content.gyp:content_unittests', 336 '../content/content.gyp:content_unittests',
338 '../ui/ui.gyp:gfx_unittests', 337 '../ui/ui.gyp:gfx_unittests',
339 '../gpu/gpu.gyp:gpu_unittests', 338 '../gpu/gpu.gyp:gpu_unittests',
340 '../ipc/ipc.gyp:ipc_tests', 339 '../ipc/ipc.gyp:ipc_tests',
341 '../jingle/jingle.gyp:jingle_unittests', 340 '../jingle/jingle.gyp:jingle_unittests',
342 '../media/media.gyp:media_unittests', 341 '../media/media.gyp:media_unittests',
343 '../printing/printing.gyp:printing_unittests', 342 '../printing/printing.gyp:printing_unittests',
344 '../remoting/remoting.gyp:remoting_unittests', 343 '../remoting/remoting.gyp:remoting_unittests',
345 '../sql/sql.gyp:sql_unittests', 344 '../sql/sql.gyp:sql_unittests',
345 '../sync/sync.gyp:sync_unit_tests',
346 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 346 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
347 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 347 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
348 'temp_gyp/googleurl.gyp:googleurl_unittests', 348 'temp_gyp/googleurl.gyp:googleurl_unittests',
349 ], 349 ],
350 }, 350 },
351 { 351 {
352 'target_name': 'chromium_builder_dbg_tsan_mac', 352 'target_name': 'chromium_builder_dbg_tsan_mac',
353 'type': 'none', 353 'type': 'none',
354 'dependencies': [ 354 'dependencies': [
355 '../base/base.gyp:base_unittests', 355 '../base/base.gyp:base_unittests',
(...skipping 14 matching lines...) Expand all
370 'type': 'none', 370 'type': 'none',
371 'dependencies': [ 371 'dependencies': [
372 '../base/base.gyp:base_unittests', 372 '../base/base.gyp:base_unittests',
373 '../crypto/crypto.gyp:crypto_unittests', 373 '../crypto/crypto.gyp:crypto_unittests',
374 '../ipc/ipc.gyp:ipc_tests', 374 '../ipc/ipc.gyp:ipc_tests',
375 '../media/media.gyp:media_unittests', 375 '../media/media.gyp:media_unittests',
376 '../net/net.gyp:net_unittests', 376 '../net/net.gyp:net_unittests',
377 '../printing/printing.gyp:printing_unittests', 377 '../printing/printing.gyp:printing_unittests',
378 '../remoting/remoting.gyp:remoting_unittests', 378 '../remoting/remoting.gyp:remoting_unittests',
379 '../chrome/chrome.gyp:safe_browsing_tests', 379 '../chrome/chrome.gyp:safe_browsing_tests',
380 '../chrome/chrome.gyp:sync_unit_tests',
381 '../chrome/chrome.gyp:unit_tests', 380 '../chrome/chrome.gyp:unit_tests',
382 '../chrome/chrome.gyp:ui_tests', 381 '../chrome/chrome.gyp:ui_tests',
383 '../content/content.gyp:content_unittests', 382 '../content/content.gyp:content_unittests',
384 '../ui/ui.gyp:gfx_unittests', 383 '../ui/ui.gyp:gfx_unittests',
385 '../jingle/jingle.gyp:jingle_unittests', 384 '../jingle/jingle.gyp:jingle_unittests',
386 '../sql/sql.gyp:sql_unittests', 385 '../sql/sql.gyp:sql_unittests',
386 '../sync/sync.gyp:sync_unit_tests',
387 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 387 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
388 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 388 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
389 'temp_gyp/googleurl.gyp:googleurl_unittests', 389 'temp_gyp/googleurl.gyp:googleurl_unittests',
390 ], 390 ],
391 }, 391 },
392 ], # targets 392 ], # targets
393 }], # OS="mac" 393 }], # OS="mac"
394 ['OS=="win"', { 394 ['OS=="win"', {
395 'targets': [ 395 'targets': [
396 # These targets are here so the build bots can use them to build 396 # These targets are here so the build bots can use them to build
397 # subsets of a full tree for faster cycle times. 397 # subsets of a full tree for faster cycle times.
398 { 398 {
399 'target_name': 'chromium_builder', 399 'target_name': 'chromium_builder',
400 'type': 'none', 400 'type': 'none',
401 'dependencies': [ 401 'dependencies': [
402 '../chrome/chrome.gyp:browser_tests', 402 '../chrome/chrome.gyp:browser_tests',
403 '../chrome/chrome.gyp:installer_util_unittests', 403 '../chrome/chrome.gyp:installer_util_unittests',
404 '../chrome/chrome.gyp:interactive_ui_tests', 404 '../chrome/chrome.gyp:interactive_ui_tests',
405 '../chrome/chrome.gyp:mini_installer_test', 405 '../chrome/chrome.gyp:mini_installer_test',
406 '../chrome/chrome.gyp:performance_browser_tests', 406 '../chrome/chrome.gyp:performance_browser_tests',
407 '../chrome/chrome.gyp:performance_ui_tests', 407 '../chrome/chrome.gyp:performance_ui_tests',
408 '../chrome/chrome.gyp:plugin_tests', 408 '../chrome/chrome.gyp:plugin_tests',
409 '../chrome/chrome.gyp:safe_browsing_tests', 409 '../chrome/chrome.gyp:safe_browsing_tests',
410 '../chrome/chrome.gyp:sync_integration_tests', 410 '../chrome/chrome.gyp:sync_integration_tests',
411 '../chrome/chrome.gyp:sync_unit_tests',
412 '../chrome/chrome.gyp:ui_tests', 411 '../chrome/chrome.gyp:ui_tests',
413 '../chrome/chrome.gyp:unit_tests', 412 '../chrome/chrome.gyp:unit_tests',
414 '../content/content.gyp:content_browsertests', 413 '../content/content.gyp:content_browsertests',
415 '../content/content.gyp:content_unittests', 414 '../content/content.gyp:content_unittests',
416 # mini_installer_tests depends on mini_installer. This should be 415 # mini_installer_tests depends on mini_installer. This should be
417 # defined in installer.gyp. 416 # defined in installer.gyp.
418 '../chrome/installer/mini_installer.gyp:mini_installer', 417 '../chrome/installer/mini_installer.gyp:mini_installer',
419 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', 418 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
420 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', 419 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
421 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests', 420 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
422 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', 421 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
423 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', 422 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
424 '../chrome_frame/chrome_frame.gyp:npchrome_frame', 423 '../chrome_frame/chrome_frame.gyp:npchrome_frame',
425 '../courgette/courgette.gyp:courgette_unittests', 424 '../courgette/courgette.gyp:courgette_unittests',
426 '../ui/ui.gyp:gfx_unittests', 425 '../ui/ui.gyp:gfx_unittests',
427 '../gpu/gpu.gyp:gpu_unittests', 426 '../gpu/gpu.gyp:gpu_unittests',
428 '../ipc/ipc.gyp:ipc_tests', 427 '../ipc/ipc.gyp:ipc_tests',
429 '../jingle/jingle.gyp:jingle_unittests', 428 '../jingle/jingle.gyp:jingle_unittests',
430 '../media/media.gyp:media_unittests', 429 '../media/media.gyp:media_unittests',
431 '../printing/printing.gyp:printing_unittests', 430 '../printing/printing.gyp:printing_unittests',
432 '../remoting/remoting.gyp:remoting_unittests', 431 '../remoting/remoting.gyp:remoting_unittests',
433 '../sql/sql.gyp:sql_unittests', 432 '../sql/sql.gyp:sql_unittests',
433 '../sync/sync.gyp:sync_unit_tests',
434 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests', 434 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests',
435 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests', 435 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni ttests',
436 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', 436 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
437 '../ui/views/views.gyp:views_unittests', 437 '../ui/views/views.gyp:views_unittests',
438 # TODO(nsylvain) ui_tests.exe depends on test_shell_common. 438 # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
439 # This should: 439 # This should:
440 # 1) not be the case. OR. 440 # 1) not be the case. OR.
441 # 2) be expressed in the ui tests dependencies. 441 # 2) be expressed in the ui tests dependencies.
442 '../webkit/webkit.gyp:test_shell_common', 442 '../webkit/webkit.gyp:test_shell_common',
443 'temp_gyp/googleurl.gyp:googleurl_unittests', 443 'temp_gyp/googleurl.gyp:googleurl_unittests',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 ['use_ash==1', { 578 ['use_ash==1', {
579 'dependencies': [ 579 'dependencies': [
580 '../ash/ash.gyp:ash_shell', 580 '../ash/ash.gyp:ash_shell',
581 '../ash/ash.gyp:aura_shell_unittests', 581 '../ash/ash.gyp:aura_shell_unittests',
582 ], 582 ],
583 }], 583 }],
584 ['OS=="linux"', { 584 ['OS=="linux"', {
585 # Tests that currently only work on Linux. 585 # Tests that currently only work on Linux.
586 'dependencies': [ 586 'dependencies': [
587 '../base/base.gyp:base_unittests', 587 '../base/base.gyp:base_unittests',
588 '../chrome/chrome.gyp:sync_unit_tests',
589 '../content/content.gyp:content_unittests', 588 '../content/content.gyp:content_unittests',
590 '../ipc/ipc.gyp:ipc_tests', 589 '../ipc/ipc.gyp:ipc_tests',
591 '../sql/sql.gyp:sql_unittests', 590 '../sql/sql.gyp:sql_unittests',
591 '../sync/sync.gyp:sync_unit_tests',
592 '../ui/ui.gyp:gfx_unittests', 592 '../ui/ui.gyp:gfx_unittests',
593 ], 593 ],
594 }], 594 }],
595 ['OS=="mac"', { 595 ['OS=="mac"', {
596 # Exclude dependencies that are not currently implemented. 596 # Exclude dependencies that are not currently implemented.
597 'dependencies!': [ 597 'dependencies!': [
598 '../chrome/chrome.gyp:chrome', 598 '../chrome/chrome.gyp:chrome',
599 '../chrome/chrome.gyp:unit_tests', 599 '../chrome/chrome.gyp:unit_tests',
600 '../chrome/chrome.gyp:ui_tests', 600 '../chrome/chrome.gyp:ui_tests',
601 '../ui/views/views.gyp:views_unittests', 601 '../ui/views/views.gyp:views_unittests',
602 ], 602 ],
603 }], 603 }],
604 ['chromeos==1', { 604 ['chromeos==1', {
605 'dependencies': [ 605 'dependencies': [
606 '../chromeos/chromeos.gyp:chromeos_unittests', 606 '../chromeos/chromeos.gyp:chromeos_unittests',
607 ], 607 ],
608 }], 608 }],
609 ], 609 ],
610 }, 610 },
611 ], # targets 611 ], # targets
612 }], # "use_aura==1" 612 }], # "use_aura==1"
613 ], # conditions 613 ], # conditions
614 } 614 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/sync/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698