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

Side by Side Diff: build/gn_migration.gypi

Issue 1221843002: Convert jingle_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@5_printing_unittests
Patch Set: Rebase 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 | jingle/jingle.gyp » ('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 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 '../ui/message_center/message_center.gyp:message_center_unittests_ru n', 545 '../ui/message_center/message_center.gyp:message_center_unittests_ru n',
546 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run', 546 '../ui/touch_selection/ui_touch_selection.gyp:ui_touch_selection_uni ttests_run',
547 '../url/url.gyp:url_unittests_run', 547 '../url/url.gyp:url_unittests_run',
548 ], 548 ],
549 'conditions': [ 549 'conditions': [
550 ['use_aura==1', { 550 ['use_aura==1', {
551 'dependencies': [ 551 'dependencies': [
552 '../ui/aura/aura.gyp:aura_unittests_run', 552 '../ui/aura/aura.gyp:aura_unittests_run',
553 ], 553 ],
554 }], 554 }],
555 ['enable_webrtc==1 or OS!="android"', {
556 'dependencies': [
557 '../jingle/jingle.gyp:jingle_unittests_run',
558 ],
559 }],
555 ], 560 ],
556 }], 561 }],
557 ['test_isolation_mode!="noop" and use_ash==1', { 562 ['test_isolation_mode!="noop" and use_ash==1', {
558 'dependencies': [ 563 'dependencies': [
559 '../ash/ash.gyp:ash_unittests_run', 564 '../ash/ash.gyp:ash_unittests_run',
560 ], 565 ],
561 }], 566 }],
562 ['test_isolation_mode!="noop" and OS=="linux"', { 567 ['test_isolation_mode!="noop" and OS=="linux"', {
563 'dependencies': [ 568 'dependencies': [
564 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run', 569 '../sandbox/sandbox.gyp:sandbox_linux_unittests_run',
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'dependencies': [ 687 'dependencies': [
683 # TODO(GYP): All of these targets need to be ported over. 688 # TODO(GYP): All of these targets need to be ported over.
684 '../components/components.gyp:policy_win64', 689 '../components/components.gyp:policy_win64',
685 ] 690 ]
686 }], 691 }],
687 ], 692 ],
688 }, 693 },
689 ] 694 ]
690 } 695 }
691 696
OLDNEW
« no previous file with comments | « no previous file | jingle/jingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698