OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |