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