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

Side by Side Diff: build/gn_migration.gypi

Issue 1219403002: Convert sbox_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_sbox_integration_tests
Patch Set: Fix rebase error 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/sbox_unittests.isolate » ('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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 ], 562 ],
563 }], 563 }],
564 ['OS=="mac"', { 564 ['OS=="mac"', {
565 'dependencies': [ 565 'dependencies': [
566 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run', 566 '../sandbox/sandbox.gyp:sandbox_mac_unittests_run',
567 ], 567 ],
568 }], 568 }],
569 ['OS=="win"', { 569 ['OS=="win"', {
570 'dependencies': [ 570 'dependencies': [
571 '../sandbox/sandbox.gyp:sbox_integration_tests', 571 '../sandbox/sandbox.gyp:sbox_integration_tests',
572 '../sandbox/sandbox.gyp:sbox_unittests',
572 ], 573 ],
573 }], 574 }],
574 ['use_ash==1', { 575 ['use_ash==1', {
575 'dependencies': [ 576 'dependencies': [
576 '../ash/ash.gyp:ash_unittests_run', 577 '../ash/ash.gyp:ash_unittests_run',
577 ], 578 ],
578 }], 579 }],
579 ['use_aura==1', { 580 ['use_aura==1', {
580 'dependencies': [ 581 'dependencies': [
581 '../ui/aura/aura.gyp:aura_unittests_run', 582 '../ui/aura/aura.gyp:aura_unittests_run',
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'dependencies': [ 712 'dependencies': [
712 # TODO(GYP): All of these targets need to be ported over. 713 # TODO(GYP): All of these targets need to be ported over.
713 '../components/components.gyp:policy_win64', 714 '../components/components.gyp:policy_win64',
714 ] 715 ]
715 }], 716 }],
716 ], 717 ],
717 }, 718 },
718 ] 719 ]
719 } 720 }
720 721
OLDNEW
« no previous file with comments | « no previous file | sandbox/sbox_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698