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

Side by Side Diff: build/gn_migration.gypi

Issue 1218203002: Convert sandbox_mac_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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 | sandbox/mac/sandbox_mac.gypi » ('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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 # This file defines five targets that we are using to track the progress of the 5 # This file defines five targets that we are using to track the progress of the
6 # GYP->GN migration: 6 # GYP->GN migration:
7 # 7 #
8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should 8 # 'both_gn_and_gyp' lists what GN is currently capable of building and should
9 # match the 'both_gn_and_gyp' target in //BUILD.gn. 9 # match the 'both_gn_and_gyp' target in //BUILD.gn.
10 # 10 #
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 '../media/cast/cast.gyp:cast_unittests_run', 536 '../media/cast/cast.gyp:cast_unittests_run',
537 '../media/media.gyp:media_unittests_run', 537 '../media/media.gyp:media_unittests_run',
538 '../media/midi/midi.gyp:midi_unittests_run', 538 '../media/midi/midi.gyp:midi_unittests_run',
539 '../net/net.gyp:net_unittests_run', 539 '../net/net.gyp:net_unittests_run',
540 '../printing/printing.gyp:printing_unittests_run', 540 '../printing/printing.gyp:printing_unittests_run',
541 '../remoting/remoting.gyp:remoting_unittests_run', 541 '../remoting/remoting.gyp:remoting_unittests_run',
542 '../skia/skia_tests.gyp:skia_unittests_run', 542 '../skia/skia_tests.gyp:skia_unittests_run',
543 '../sql/sql.gyp:sql_unittests_run', 543 '../sql/sql.gyp:sql_unittests_run',
544 '../sync/sync.gyp:sync_unit_tests_run', 544 '../sync/sync.gyp:sync_unit_tests_run',
545 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run', 545 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalid ation_unittests_run',
546 '../tools/gn/gn.gyp:gn_unittests_run',
546 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run', 547 '../ui/accessibility/accessibility.gyp:accessibility_unittests_run',
547 '../ui/app_list/app_list.gyp:app_list_unittests_run', 548 '../ui/app_list/app_list.gyp:app_list_unittests_run',
548 '../ui/events/events.gyp:events_unittests_run', 549 '../ui/events/events.gyp:events_unittests_run',
549 '../ui/message_center/message_center.gyp:message_center_unittests_ru n', 550 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
550 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run', 551 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run',
551 '../url/url.gyp:url_unittests_run', 552 '../url/url.gyp:url_unittests_run',
552 ], 553 ],
553 'conditions': [ 554 'conditions': [
555 ['OS=="linux"', {
556 'dependencies': [
557 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
558 ],
559 }],
560 ['OS=="mac"', {
561 'dependencies': [
562 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run',
563 ],
564 }],
565 ['use_ash==1', {
566 'dependencies': [
567 '../ash/ash.gyp:ash_unittests_run',
568 ],
569 }],
554 ['use_aura==1', { 570 ['use_aura==1', {
555 'dependencies': [ 571 'dependencies': [
556 '../ui/aura/aura.gyp:aura_unittests_run', 572 '../ui/aura/aura.gyp:aura_unittests_run',
557 '../ui/wm/wm.gyp:wm_unittests_run', 573 '../ui/wm/wm.gyp:wm_unittests_run',
558 ], 574 ],
559 }], 575 }],
560 ['enable_webrtc==1 or OS!="android"', { 576 ['enable_webrtc==1 or OS!="android"', {
561 'dependencies': [ 577 'dependencies': [
562 '../jingle/jingle.gyp:jingle_unittests_run', 578 '../jingle/jingle.gyp:jingle_unittests_run',
563 ], 579 ],
564 }], 580 }],
565 ], 581 ],
566 }], 582 }],
567 ['test_isolation_mode!="noop" and use_ash==1', {
568 'dependencies': [
569 '../ash/ash.gyp:ash_unittests_run',
570 ],
571 }],
572 ['test_isolation_mode!="noop" and OS=="linux"', {
573 'dependencies': [
574 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
575 ],
576 }],
577 ['use_openssl==1', { 583 ['use_openssl==1', {
578 'dependencies': [ 584 'dependencies': [
579 # TODO(GYP): All of these targets still need to be converted. 585 # TODO(GYP): All of these targets still need to be converted.
580 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test', 586 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
581 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test', 587 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
582 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' , 588 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' ,
583 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' , 589 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' ,
584 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' , 590 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' ,
585 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test', 591 '../third_party/boringssl/boringssl_tests.gyp:boringssl_hkdf_test',
586 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim e_test', 592 '../third_party/boringssl/boringssl_tests.gyp:boringssl_constant_tim e_test',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'dependencies': [ 698 'dependencies': [
693 # TODO(GYP): All of these targets need to be ported over. 699 # TODO(GYP): All of these targets need to be ported over.
694 '../components/components.gyp:policy_win64', 700 '../components/components.gyp:policy_win64',
695 ] 701 ]
696 }], 702 }],
697 ], 703 ],
698 }, 704 },
699 ] 705 ]
700 } 706 }
701 707
OLDNEW
« no previous file with comments | « no previous file | sandbox/mac/sandbox_mac.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698