| OLD | NEW |
| 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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'target_name': 'chromium_builder_tests', | 196 'target_name': 'chromium_builder_tests', |
| 197 'type': 'none', | 197 'type': 'none', |
| 198 'dependencies': [ | 198 'dependencies': [ |
| 199 '../base/base.gyp:base_unittests', | 199 '../base/base.gyp:base_unittests', |
| 200 '../chrome/chrome.gyp:unit_tests', | 200 '../chrome/chrome.gyp:unit_tests', |
| 201 '../crypto/crypto.gyp:crypto_unittests', | 201 '../crypto/crypto.gyp:crypto_unittests', |
| 202 '../media/media.gyp:media_unittests', | 202 '../media/media.gyp:media_unittests', |
| 203 '../net/net.gyp:net_unittests', | 203 '../net/net.gyp:net_unittests', |
| 204 '../sql/sql.gyp:sql_unittests', | 204 '../sql/sql.gyp:sql_unittests', |
| 205 '../ui/ui.gyp:ui_unittests', | 205 '../ui/ui.gyp:ui_unittests', |
| 206 '../url/url.gyp:googleurl_unittests', | 206 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 207 ], | 207 ], |
| 208 'conditions': [ | 208 'conditions': [ |
| 209 ['OS!="ios"', { | 209 ['OS!="ios"', { |
| 210 'dependencies': [ | 210 'dependencies': [ |
| 211 '../cc/cc_tests.gyp:cc_unittests', | 211 '../cc/cc_tests.gyp:cc_unittests', |
| 212 '../chrome/chrome.gyp:browser_tests', | 212 '../chrome/chrome.gyp:browser_tests', |
| 213 '../chrome/chrome.gyp:chromedriver2_tests', | 213 '../chrome/chrome.gyp:chromedriver2_tests', |
| 214 '../chrome/chrome.gyp:chromedriver2_unittests', | 214 '../chrome/chrome.gyp:chromedriver2_unittests', |
| 215 '../chrome/chrome.gyp:interactive_ui_tests', | 215 '../chrome/chrome.gyp:interactive_ui_tests', |
| 216 '../chrome/chrome.gyp:sync_integration_tests', | 216 '../chrome/chrome.gyp:sync_integration_tests', |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 '../cc/cc_tests.gyp:cc_unittests', | 438 '../cc/cc_tests.gyp:cc_unittests', |
| 439 '../chrome/chrome.gyp:browser_tests', | 439 '../chrome/chrome.gyp:browser_tests', |
| 440 '../chrome/chrome.gyp:interactive_ui_tests', | 440 '../chrome/chrome.gyp:interactive_ui_tests', |
| 441 '../chrome/chrome.gyp:sync_integration_tests', | 441 '../chrome/chrome.gyp:sync_integration_tests', |
| 442 '../chrome/chrome.gyp:unit_tests', | 442 '../chrome/chrome.gyp:unit_tests', |
| 443 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 443 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 444 '../components/components.gyp:components_unittests', | 444 '../components/components.gyp:components_unittests', |
| 445 '../content/content.gyp:content_browsertests', | 445 '../content/content.gyp:content_browsertests', |
| 446 '../content/content.gyp:content_unittests', | 446 '../content/content.gyp:content_unittests', |
| 447 '../device/device.gyp:device_unittests', | 447 '../device/device.gyp:device_unittests', |
| 448 '../ui/ui.gyp:ui_unittests', |
| 448 '../gpu/gpu.gyp:gpu_unittests', | 449 '../gpu/gpu.gyp:gpu_unittests', |
| 449 '../ipc/ipc.gyp:ipc_tests', | 450 '../ipc/ipc.gyp:ipc_tests', |
| 450 '../jingle/jingle.gyp:jingle_unittests', | 451 '../jingle/jingle.gyp:jingle_unittests', |
| 451 '../media/media.gyp:media_unittests', | 452 '../media/media.gyp:media_unittests', |
| 452 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 453 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 453 '../printing/printing.gyp:printing_unittests', | 454 '../printing/printing.gyp:printing_unittests', |
| 454 '../remoting/remoting.gyp:remoting_unittests', | 455 '../remoting/remoting.gyp:remoting_unittests', |
| 455 '../rlz/rlz.gyp:*', | 456 '../rlz/rlz.gyp:*', |
| 456 '../sql/sql.gyp:sql_unittests', | 457 '../sql/sql.gyp:sql_unittests', |
| 457 '../sync/sync.gyp:sync_unit_tests', | 458 '../sync/sync.gyp:sync_unit_tests', |
| 458 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 459 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 459 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 460 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 460 '../ui/ui.gyp:ui_unittests', | |
| 461 '../url/url.gyp:googleurl_unittests', | |
| 462 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 461 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
| 462 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 463 ], | 463 ], |
| 464 }, | 464 }, |
| 465 { | 465 { |
| 466 'target_name': 'chromium_builder_rel', | 466 'target_name': 'chromium_builder_rel', |
| 467 'type': 'none', | 467 'type': 'none', |
| 468 'dependencies': [ | 468 'dependencies': [ |
| 469 '../cc/cc_tests.gyp:cc_unittests', | 469 '../cc/cc_tests.gyp:cc_unittests', |
| 470 '../chrome/chrome.gyp:browser_tests', | 470 '../chrome/chrome.gyp:browser_tests', |
| 471 '../chrome/chrome.gyp:performance_browser_tests', | 471 '../chrome/chrome.gyp:performance_browser_tests', |
| 472 '../chrome/chrome.gyp:performance_ui_tests', | 472 '../chrome/chrome.gyp:performance_ui_tests', |
| 473 '../chrome/chrome.gyp:sync_integration_tests', | 473 '../chrome/chrome.gyp:sync_integration_tests', |
| 474 '../chrome/chrome.gyp:unit_tests', | 474 '../chrome/chrome.gyp:unit_tests', |
| 475 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 475 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 476 '../components/components.gyp:components_unittests', | 476 '../components/components.gyp:components_unittests', |
| 477 '../content/content.gyp:content_browsertests', | 477 '../content/content.gyp:content_browsertests', |
| 478 '../content/content.gyp:content_unittests', | 478 '../content/content.gyp:content_unittests', |
| 479 '../device/device.gyp:device_unittests', | 479 '../device/device.gyp:device_unittests', |
| 480 '../ui/ui.gyp:ui_unittests', |
| 480 '../gpu/gpu.gyp:gpu_unittests', | 481 '../gpu/gpu.gyp:gpu_unittests', |
| 481 '../ipc/ipc.gyp:ipc_tests', | 482 '../ipc/ipc.gyp:ipc_tests', |
| 482 '../jingle/jingle.gyp:jingle_unittests', | 483 '../jingle/jingle.gyp:jingle_unittests', |
| 483 '../media/media.gyp:media_unittests', | 484 '../media/media.gyp:media_unittests', |
| 484 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 485 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 485 '../printing/printing.gyp:printing_unittests', | 486 '../printing/printing.gyp:printing_unittests', |
| 486 '../remoting/remoting.gyp:remoting_unittests', | 487 '../remoting/remoting.gyp:remoting_unittests', |
| 487 '../sql/sql.gyp:sql_unittests', | 488 '../sql/sql.gyp:sql_unittests', |
| 488 '../sync/sync.gyp:sync_unit_tests', | 489 '../sync/sync.gyp:sync_unit_tests', |
| 489 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 490 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 490 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 491 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 491 '../ui/ui.gyp:ui_unittests', | |
| 492 '../url/url.gyp:googleurl_unittests', | |
| 493 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 492 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
| 493 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 494 ], | 494 ], |
| 495 }, | 495 }, |
| 496 { | 496 { |
| 497 'target_name': 'chromium_builder_dbg_tsan_mac', | 497 'target_name': 'chromium_builder_dbg_tsan_mac', |
| 498 'type': 'none', | 498 'type': 'none', |
| 499 'dependencies': [ | 499 'dependencies': [ |
| 500 '../base/base.gyp:base_unittests', | 500 '../base/base.gyp:base_unittests', |
| 501 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 501 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 502 '../crypto/crypto.gyp:crypto_unittests', | 502 '../crypto/crypto.gyp:crypto_unittests', |
| 503 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 504 '../net/net.gyp:net_unittests', |
| 503 '../ipc/ipc.gyp:ipc_tests', | 505 '../ipc/ipc.gyp:ipc_tests', |
| 504 '../jingle/jingle.gyp:jingle_unittests', | 506 '../jingle/jingle.gyp:jingle_unittests', |
| 505 '../media/media.gyp:media_unittests', | 507 '../media/media.gyp:media_unittests', |
| 506 '../net/net.gyp:net_unittests', | |
| 507 '../printing/printing.gyp:printing_unittests', | 508 '../printing/printing.gyp:printing_unittests', |
| 508 '../remoting/remoting.gyp:remoting_unittests', | 509 '../remoting/remoting.gyp:remoting_unittests', |
| 509 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 510 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 510 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 511 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 511 '../url/url.gyp:googleurl_unittests', | |
| 512 ], | 512 ], |
| 513 }, | 513 }, |
| 514 { | 514 { |
| 515 'target_name': 'chromium_builder_asan_mac', | 515 'target_name': 'chromium_builder_asan_mac', |
| 516 'type': 'none', | 516 'type': 'none', |
| 517 'dependencies': [ | 517 'dependencies': [ |
| 518 '../chrome/chrome.gyp:chrome', | 518 '../chrome/chrome.gyp:chrome', |
| 519 '../net/net.gyp:dns_fuzz_stub', | 519 '../net/net.gyp:dns_fuzz_stub', |
| 520 '../webkit/webkit.gyp:pull_in_DumpRenderTree', | 520 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
| 521 ], | 521 ], |
| 522 }, | 522 }, |
| 523 { | 523 { |
| 524 'target_name': 'chromium_builder_dbg_valgrind_mac', | 524 'target_name': 'chromium_builder_dbg_valgrind_mac', |
| 525 'type': 'none', | 525 'type': 'none', |
| 526 'dependencies': [ | 526 'dependencies': [ |
| 527 '../base/base.gyp:base_unittests', | 527 '../base/base.gyp:base_unittests', |
| 528 '../chrome/chrome.gyp:unit_tests', | |
| 529 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 528 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 530 '../components/components.gyp:components_unittests', | |
| 531 '../content/content.gyp:content_unittests', | |
| 532 '../crypto/crypto.gyp:crypto_unittests', | 529 '../crypto/crypto.gyp:crypto_unittests', |
| 533 '../device/device.gyp:device_unittests', | |
| 534 '../ipc/ipc.gyp:ipc_tests', | 530 '../ipc/ipc.gyp:ipc_tests', |
| 535 '../jingle/jingle.gyp:jingle_unittests', | |
| 536 '../media/media.gyp:media_unittests', | 531 '../media/media.gyp:media_unittests', |
| 537 '../net/net.gyp:net_unittests', | 532 '../net/net.gyp:net_unittests', |
| 538 '../printing/printing.gyp:printing_unittests', | 533 '../printing/printing.gyp:printing_unittests', |
| 539 '../remoting/remoting.gyp:remoting_unittests', | 534 '../remoting/remoting.gyp:remoting_unittests', |
| 535 '../chrome/chrome.gyp:unit_tests', |
| 536 '../components/components.gyp:components_unittests', |
| 537 '../content/content.gyp:content_unittests', |
| 538 '../device/device.gyp:device_unittests', |
| 539 '../ui/ui.gyp:ui_unittests', |
| 540 '../jingle/jingle.gyp:jingle_unittests', |
| 540 '../sql/sql.gyp:sql_unittests', | 541 '../sql/sql.gyp:sql_unittests', |
| 541 '../sync/sync.gyp:sync_unit_tests', | 542 '../sync/sync.gyp:sync_unit_tests', |
| 542 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 543 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 543 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 544 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 544 '../ui/ui.gyp:ui_unittests', | 545 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 545 '../url/url.gyp:googleurl_unittests', | |
| 546 ], | 546 ], |
| 547 }, | 547 }, |
| 548 ], # targets | 548 ], # targets |
| 549 }], # OS="mac" | 549 }], # OS="mac" |
| 550 ['OS=="win"', { | 550 ['OS=="win"', { |
| 551 'targets': [ | 551 'targets': [ |
| 552 # These targets are here so the build bots can use them to build | 552 # These targets are here so the build bots can use them to build |
| 553 # subsets of a full tree for faster cycle times. | 553 # subsets of a full tree for faster cycle times. |
| 554 { | 554 { |
| 555 'target_name': 'chromium_builder', | 555 'target_name': 'chromium_builder', |
| (...skipping 11 matching lines...) Expand all Loading... |
| 567 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 567 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 568 '../components/components.gyp:components_unittests', | 568 '../components/components.gyp:components_unittests', |
| 569 '../content/content.gyp:content_browsertests', | 569 '../content/content.gyp:content_browsertests', |
| 570 '../content/content.gyp:content_unittests', | 570 '../content/content.gyp:content_unittests', |
| 571 # mini_installer_tests depends on mini_installer. This should be | 571 # mini_installer_tests depends on mini_installer. This should be |
| 572 # defined in installer.gyp. | 572 # defined in installer.gyp. |
| 573 '../chrome/installer/mini_installer.gyp:mini_installer', | 573 '../chrome/installer/mini_installer.gyp:mini_installer', |
| 574 '../chrome_frame/chrome_frame.gyp:npchrome_frame', | 574 '../chrome_frame/chrome_frame.gyp:npchrome_frame', |
| 575 '../courgette/courgette.gyp:courgette_unittests', | 575 '../courgette/courgette.gyp:courgette_unittests', |
| 576 '../device/device.gyp:device_unittests', | 576 '../device/device.gyp:device_unittests', |
| 577 '../ui/ui.gyp:ui_unittests', |
| 577 '../gpu/gpu.gyp:gpu_unittests', | 578 '../gpu/gpu.gyp:gpu_unittests', |
| 578 '../ipc/ipc.gyp:ipc_tests', | 579 '../ipc/ipc.gyp:ipc_tests', |
| 579 '../jingle/jingle.gyp:jingle_unittests', | 580 '../jingle/jingle.gyp:jingle_unittests', |
| 580 '../media/media.gyp:media_unittests', | 581 '../media/media.gyp:media_unittests', |
| 581 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 582 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 582 '../printing/printing.gyp:printing_unittests', | 583 '../printing/printing.gyp:printing_unittests', |
| 583 '../remoting/remoting.gyp:remoting_unittests', | 584 '../remoting/remoting.gyp:remoting_unittests', |
| 584 '../sql/sql.gyp:sql_unittests', | 585 '../sql/sql.gyp:sql_unittests', |
| 585 '../sync/sync.gyp:sync_unit_tests', | 586 '../sync/sync.gyp:sync_unit_tests', |
| 586 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 587 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 588 '../ui/ui.gyp:ui_unittests', | |
| 589 '../ui/views/views.gyp:views_unittests', | 589 '../ui/views/views.gyp:views_unittests', |
| 590 '../url/url.gyp:googleurl_unittests', | |
| 591 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 590 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
| 592 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 591 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', |
| 592 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 593 ], | 593 ], |
| 594 'conditions': [ | 594 'conditions': [ |
| 595 ['target_arch!="x64"', { | 595 ['target_arch!="x64"', { |
| 596 'dependencies': [ | 596 'dependencies': [ |
| 597 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', | 597 '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests', |
| 598 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', | 598 '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests', |
| 599 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test
s', | 599 '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_test
s', |
| 600 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', | 600 '../chrome_frame/chrome_frame.gyp:chrome_frame_tests', |
| 601 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', | 601 '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests', |
| 602 ] | 602 ] |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 637 '../crypto/crypto.gyp:crypto_unittests', | 637 '../crypto/crypto.gyp:crypto_unittests', |
| 638 '../ipc/ipc.gyp:ipc_tests', | 638 '../ipc/ipc.gyp:ipc_tests', |
| 639 '../jingle/jingle.gyp:jingle_unittests', | 639 '../jingle/jingle.gyp:jingle_unittests', |
| 640 '../media/media.gyp:media_unittests', | 640 '../media/media.gyp:media_unittests', |
| 641 '../net/net.gyp:net_unittests', | 641 '../net/net.gyp:net_unittests', |
| 642 '../printing/printing.gyp:printing_unittests', | 642 '../printing/printing.gyp:printing_unittests', |
| 643 '../remoting/remoting.gyp:remoting_unittests', | 643 '../remoting/remoting.gyp:remoting_unittests', |
| 644 '../sql/sql.gyp:sql_unittests', | 644 '../sql/sql.gyp:sql_unittests', |
| 645 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 645 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 646 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 646 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 647 '../url/url.gyp:googleurl_unittests', | 647 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 648 ], | 648 ], |
| 649 }, | 649 }, |
| 650 { | 650 { |
| 651 'target_name': 'chromium_builder_dbg_drmemory_win', | 651 'target_name': 'chromium_builder_dbg_drmemory_win', |
| 652 'type': 'none', | 652 'type': 'none', |
| 653 'dependencies': [ | 653 'dependencies': [ |
| 654 '../base/base.gyp:base_unittests', | 654 '../base/base.gyp:base_unittests', |
| 655 '../chrome/chrome.gyp:unit_tests', | 655 '../chrome/chrome.gyp:unit_tests', |
| 656 '../cloud_print/cloud_print.gyp:cloud_print_unittests', | 656 '../cloud_print/cloud_print.gyp:cloud_print_unittests', |
| 657 '../components/components.gyp:components_unittests', | 657 '../components/components.gyp:components_unittests', |
| 658 '../content/content.gyp:content_unittests', | 658 '../content/content.gyp:content_unittests', |
| 659 '../crypto/crypto.gyp:crypto_unittests', | 659 '../crypto/crypto.gyp:crypto_unittests', |
| 660 '../device/device.gyp:device_unittests', | 660 '../device/device.gyp:device_unittests', |
| 661 '../ipc/ipc.gyp:ipc_tests', | 661 '../ipc/ipc.gyp:ipc_tests', |
| 662 '../jingle/jingle.gyp:jingle_unittests', | 662 '../jingle/jingle.gyp:jingle_unittests', |
| 663 '../media/media.gyp:media_unittests', | 663 '../media/media.gyp:media_unittests', |
| 664 '../net/net.gyp:net_unittests', | 664 '../net/net.gyp:net_unittests', |
| 665 '../printing/printing.gyp:printing_unittests', | 665 '../printing/printing.gyp:printing_unittests', |
| 666 '../remoting/remoting.gyp:remoting_unittests', | 666 '../remoting/remoting.gyp:remoting_unittests', |
| 667 '../sql/sql.gyp:sql_unittests', | 667 '../sql/sql.gyp:sql_unittests', |
| 668 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 668 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 669 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 669 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 670 '../url/url.gyp:googleurl_unittests', | 670 'temp_gyp/googleurl.gyp:googleurl_unittests', |
| 671 ], | 671 ], |
| 672 }, | 672 }, |
| 673 { | 673 { |
| 674 'target_name': 'webkit_builder_win', | 674 'target_name': 'webkit_builder_win', |
| 675 'type': 'none', | 675 'type': 'none', |
| 676 'dependencies': [ | 676 'dependencies': [ |
| 677 '../webkit/webkit.gyp:test_shell', | 677 '../webkit/webkit.gyp:test_shell', |
| 678 '../webkit/webkit.gyp:test_shell_tests', | 678 '../webkit/webkit.gyp:test_shell_tests', |
| 679 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', | 679 '../webkit/webkit.gyp:pull_in_webkit_unit_tests', |
| 680 '../webkit/webkit.gyp:pull_in_DumpRenderTree', | 680 '../webkit/webkit.gyp:pull_in_DumpRenderTree', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 825 '../chrome/chrome.gyp:interactive_ui_tests_run', | 825 '../chrome/chrome.gyp:interactive_ui_tests_run', |
| 826 '../chrome/chrome.gyp:sync_integration_tests_run', | 826 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 827 '../chrome/chrome.gyp:unit_tests_run', | 827 '../chrome/chrome.gyp:unit_tests_run', |
| 828 '../net/net.gyp:net_unittests_run', | 828 '../net/net.gyp:net_unittests_run', |
| 829 ], | 829 ], |
| 830 }, # target_name: chromium_swarm_tests | 830 }, # target_name: chromium_swarm_tests |
| 831 ], | 831 ], |
| 832 }], | 832 }], |
| 833 ], # conditions | 833 ], # conditions |
| 834 } | 834 } |
| OLD | NEW |