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

Side by Side Diff: remoting/remoting_test.gypi

Issue 1216033005: Convert remoting_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@12_wm_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 | « build/gn_migration.gypi ('k') | remoting/remoting_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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN version: //remoting:test_support 8 # GN version: //remoting:test_support
9 'target_name': 'remoting_test_common', 9 'target_name': 'remoting_test_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 '<@(remoting_webapp_browsertest_main_html_extra_files)', 605 '<@(remoting_webapp_browsertest_main_html_extra_files)',
606 ], 606 ],
607 }, 607 },
608 'dependencies': [ 608 'dependencies': [
609 'remoting_nacl.gyp:remoting_client_plugin_nacl', 609 'remoting_nacl.gyp:remoting_client_plugin_nacl',
610 'remoting_webapp_browser_test_main_html', 610 'remoting_webapp_browser_test_main_html',
611 ], 611 ],
612 'includes': [ 'remoting_webapp.gypi', ], 612 'includes': [ 'remoting_webapp.gypi', ],
613 }, # end of target 'remoting_webapp_browser_test' 613 }, # end of target 'remoting_webapp_browser_test'
614 ] 614 ]
615 }] 615 }],
616 ['test_isolation_mode != "noop"', {
617 'targets': [
618 {
619 'target_name': 'remoting_unittests_run',
620 'type': 'none',
621 'dependencies': [
622 'remoting_unittests',
623 ],
624 'includes': [
625 '../build/isolate.gypi',
626 ],
627 'sources': [
628 'remoting_unittests.isolate',
629 ],
630 },
631 ],
632 }],
616 ] # end of 'conditions' 633 ] # end of 'conditions'
617 } 634 }
OLDNEW
« no previous file with comments | « build/gn_migration.gypi ('k') | remoting/remoting_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698