| 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, |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 'some.gyp:*', | 12 'some.gyp:*', |
| 13 '../base/base.gyp:*', | 13 '../base/base.gyp:*', |
| 14 '../chrome/chrome.gyp:*', | 14 '../chrome/chrome.gyp:*', |
| 15 '../content/content.gyp:*', | 15 '../content/content.gyp:*', |
| 16 '../crypto/crypto.gyp:*', | 16 '../crypto/crypto.gyp:*', |
| 17 '../media/media.gyp:*', | 17 '../media/media.gyp:*', |
| 18 '../net/net.gyp:*', | 18 '../net/net.gyp:*', |
| 19 '../sdch/sdch.gyp:*', | 19 '../sdch/sdch.gyp:*', |
| 20 '../sql/sql.gyp:*', | 20 '../sql/sql.gyp:*', |
| 21 '../sync/sync.gyp:*', | 21 '../sync/sync.gyp:*', |
| 22 '../testing/gmock.gyp:*', | 22 '../testing/gmock.gyp:*', |
| 23 '../testing/gtest.gyp:*', | 23 '../testing/gtest.gyp:*', |
| 24 '../third_party/bzip2/bzip2.gyp:*', | 24 '../third_party/bzip2/bzip2.gyp:*', |
| 25 '../third_party/icu/icu.gyp:*', | 25 '../third_party/icu/icu.gyp:*', |
| 26 '../third_party/libxml/libxml.gyp:*', | 26 '../third_party/libxml/libxml.gyp:*', |
| 27 '../third_party/sqlite/sqlite.gyp:*', | 27 '../third_party/sqlite/sqlite.gyp:*', |
| 28 '../third_party/zlib/zlib.gyp:*', | 28 '../third_party/zlib/zlib.gyp:*', |
| 29 '../ui/ui.gyp:*', | 29 '../ui/ui.gyp:*', |
| 30 '../url/url.gyp:*', |
| 30 '../webkit/support/webkit_support.gyp:*', | 31 '../webkit/support/webkit_support.gyp:*', |
| 31 'temp_gyp/googleurl.gyp:*', | |
| 32 ], | 32 ], |
| 33 'conditions': [ | 33 'conditions': [ |
| 34 ['OS!="ios"', { | 34 ['OS!="ios"', { |
| 35 'dependencies': [ | 35 'dependencies': [ |
| 36 '../cc/cc_tests.gyp:*', | 36 '../cc/cc_tests.gyp:*', |
| 37 '../components/components.gyp:*', | 37 '../components/components.gyp:*', |
| 38 '../device/device.gyp:*', | 38 '../device/device.gyp:*', |
| 39 '../gpu/gpu.gyp:*', | 39 '../gpu/gpu.gyp:*', |
| 40 '../gpu/tools/tools.gyp:*', | 40 '../gpu/tools/tools.gyp:*', |
| 41 '../ipc/ipc.gyp:*', | 41 '../ipc/ipc.gyp:*', |
| (...skipping 154 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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 '../jingle/jingle.gyp:jingle_unittests', | 451 '../jingle/jingle.gyp:jingle_unittests', |
| 452 '../media/media.gyp:media_unittests', | 452 '../media/media.gyp:media_unittests', |
| 453 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 453 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 454 '../printing/printing.gyp:printing_unittests', | 454 '../printing/printing.gyp:printing_unittests', |
| 455 '../remoting/remoting.gyp:remoting_unittests', | 455 '../remoting/remoting.gyp:remoting_unittests', |
| 456 '../rlz/rlz.gyp:*', | 456 '../rlz/rlz.gyp:*', |
| 457 '../sql/sql.gyp:sql_unittests', | 457 '../sql/sql.gyp:sql_unittests', |
| 458 '../sync/sync.gyp:sync_unit_tests', | 458 '../sync/sync.gyp:sync_unit_tests', |
| 459 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 459 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 460 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 460 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 461 '../url/url.gyp:googleurl_unittests', |
| 461 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 462 '../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 '../ui/ui.gyp:ui_unittests', |
| 481 '../gpu/gpu.gyp:gpu_unittests', | 481 '../gpu/gpu.gyp:gpu_unittests', |
| 482 '../ipc/ipc.gyp:ipc_tests', | 482 '../ipc/ipc.gyp:ipc_tests', |
| 483 '../jingle/jingle.gyp:jingle_unittests', | 483 '../jingle/jingle.gyp:jingle_unittests', |
| 484 '../media/media.gyp:media_unittests', | 484 '../media/media.gyp:media_unittests', |
| 485 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 485 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 486 '../printing/printing.gyp:printing_unittests', | 486 '../printing/printing.gyp:printing_unittests', |
| 487 '../remoting/remoting.gyp:remoting_unittests', | 487 '../remoting/remoting.gyp:remoting_unittests', |
| 488 '../sql/sql.gyp:sql_unittests', | 488 '../sql/sql.gyp:sql_unittests', |
| 489 '../sync/sync.gyp:sync_unit_tests', | 489 '../sync/sync.gyp:sync_unit_tests', |
| 490 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 490 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 491 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 491 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 492 '../url/url.gyp:googleurl_unittests', |
| 492 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 493 '../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', | |
| 505 '../ipc/ipc.gyp:ipc_tests', | 503 '../ipc/ipc.gyp:ipc_tests', |
| 506 '../jingle/jingle.gyp:jingle_unittests', | 504 '../jingle/jingle.gyp:jingle_unittests', |
| 507 '../media/media.gyp:media_unittests', | 505 '../media/media.gyp:media_unittests', |
| 506 '../net/net.gyp:net_unittests', |
| 508 '../printing/printing.gyp:printing_unittests', | 507 '../printing/printing.gyp:printing_unittests', |
| 509 '../remoting/remoting.gyp:remoting_unittests', | 508 '../remoting/remoting.gyp:remoting_unittests', |
| 510 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 509 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 511 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 510 '../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 ], |
| (...skipping 13 matching lines...) Expand all Loading... |
| 535 '../chrome/chrome.gyp:unit_tests', | 535 '../chrome/chrome.gyp:unit_tests', |
| 536 '../components/components.gyp:components_unittests', | 536 '../components/components.gyp:components_unittests', |
| 537 '../content/content.gyp:content_unittests', | 537 '../content/content.gyp:content_unittests', |
| 538 '../device/device.gyp:device_unittests', | 538 '../device/device.gyp:device_unittests', |
| 539 '../ui/ui.gyp:ui_unittests', | 539 '../ui/ui.gyp:ui_unittests', |
| 540 '../jingle/jingle.gyp:jingle_unittests', | 540 '../jingle/jingle.gyp:jingle_unittests', |
| 541 '../sql/sql.gyp:sql_unittests', | 541 '../sql/sql.gyp:sql_unittests', |
| 542 '../sync/sync.gyp:sync_unit_tests', | 542 '../sync/sync.gyp:sync_unit_tests', |
| 543 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 543 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 544 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 544 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 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 24 matching lines...) Expand all Loading... |
| 580 '../jingle/jingle.gyp:jingle_unittests', | 580 '../jingle/jingle.gyp:jingle_unittests', |
| 581 '../media/media.gyp:media_unittests', | 581 '../media/media.gyp:media_unittests', |
| 582 '../ppapi/ppapi_internal.gyp:ppapi_unittests', | 582 '../ppapi/ppapi_internal.gyp:ppapi_unittests', |
| 583 '../printing/printing.gyp:printing_unittests', | 583 '../printing/printing.gyp:printing_unittests', |
| 584 '../remoting/remoting.gyp:remoting_unittests', | 584 '../remoting/remoting.gyp:remoting_unittests', |
| 585 '../sql/sql.gyp:sql_unittests', | 585 '../sql/sql.gyp:sql_unittests', |
| 586 '../sync/sync.gyp:sync_unit_tests', | 586 '../sync/sync.gyp:sync_unit_tests', |
| 587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', | 587 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid
ation_unittests', |
| 588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', | 588 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber_uni
ttests', |
| 589 '../ui/views/views.gyp:views_unittests', | 589 '../ui/views/views.gyp:views_unittests', |
| 590 '../url/url.gyp:googleurl_unittests', |
| 590 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', | 591 '../webkit/compositor_bindings/compositor_bindings_tests.gyp:webkit_
compositor_bindings_unittests', |
| 591 '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn', | 592 '../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 'temp_gyp/googleurl.gyp:googleurl_unittests', | 647 '../url/url.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 'temp_gyp/googleurl.gyp:googleurl_unittests', | 670 '../url/url.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 824 '../chrome/chrome.gyp:browser_tests_run', | 824 '../chrome/chrome.gyp:browser_tests_run', |
| 825 '../chrome/chrome.gyp:sync_integration_tests_run', | 825 '../chrome/chrome.gyp:sync_integration_tests_run', |
| 826 '../chrome/chrome.gyp:unit_tests_run', | 826 '../chrome/chrome.gyp:unit_tests_run', |
| 827 '../net/net.gyp:net_unittests_run', | 827 '../net/net.gyp:net_unittests_run', |
| 828 ], | 828 ], |
| 829 }, # target_name: chromium_swarm_tests | 829 }, # target_name: chromium_swarm_tests |
| 830 ], | 830 ], |
| 831 }], | 831 }], |
| 832 ], # conditions | 832 ], # conditions |
| 833 } | 833 } |
| OLD | NEW |