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

Side by Side Diff: build/gn_migration.gypi

Issue 1692363003: Convert views_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gnnn Created 4 years, 10 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 | testing/buildbot/chromium.chromiumos.json » ('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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 ['enable_webrtc==1 or OS!="android"', { 637 ['enable_webrtc==1 or OS!="android"', {
638 'dependencies': [ 638 'dependencies': [
639 '../jingle/jingle.gyp:jingle_unittests_run', 639 '../jingle/jingle.gyp:jingle_unittests_run',
640 ], 640 ],
641 }], 641 }],
642 ['disable_nacl==0 and disable_nacl_untrusted==0', { 642 ['disable_nacl==0 and disable_nacl_untrusted==0', {
643 'dependencies': [ 643 'dependencies': [
644 '../components/nacl.gyp:nacl_loader_unittests_run', 644 '../components/nacl.gyp:nacl_loader_unittests_run',
645 ] 645 ]
646 }], 646 }],
647 ['toolkit_views==1', {
648 'dependencies': [
649 '../ui/views/views.gyp:views_unittests_run',
650 ],
651 }],
647 ], 652 ],
648 }], 653 }],
649 ['use_openssl==1', { 654 ['use_openssl==1', {
650 'dependencies': [ 655 'dependencies': [
651 # TODO(GYP): All of these targets still need to be converted. 656 # TODO(GYP): All of these targets still need to be converted.
652 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test', 657 '../third_party/boringssl/boringssl_tests.gyp:boringssl_ecdsa_test',
653 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test', 658 '../third_party/boringssl/boringssl_tests.gyp:boringssl_bn_test',
654 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' , 659 '../third_party/boringssl/boringssl_tests.gyp:boringssl_pqueue_test' ,
655 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' , 660 '../third_party/boringssl/boringssl_tests.gyp:boringssl_digest_test' ,
656 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' , 661 '../third_party/boringssl/boringssl_tests.gyp:boringssl_cipher_test' ,
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
782 }], 787 }],
783 ['OS=="android" and target_arch != "x64"', { 788 ['OS=="android" and target_arch != "x64"', {
784 'dependencies': [ 789 'dependencies': [
785 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host' 790 '../third_party/android_platform/relocation_packer.gyp:android_reloc ation_packer_unittests#host'
786 ], 791 ],
787 }], 792 }],
788 ], 793 ],
789 }, 794 },
790 ] 795 ]
791 } 796 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698