| 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_support', | 9 'target_name': 'remoting_test_support', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 ] | 581 ] |
| 582 }], # end of 'enable_remoting_host' | 582 }], # end of 'enable_remoting_host' |
| 583 ['disable_nacl==0 and disable_nacl_untrusted==0', { | 583 ['disable_nacl==0 and disable_nacl_untrusted==0', { |
| 584 'targets': [ | 584 'targets': [ |
| 585 { | 585 { |
| 586 'target_name': 'remoting_webapp_browser_test', | 586 'target_name': 'remoting_webapp_browser_test', |
| 587 'type': 'none', | 587 'type': 'none', |
| 588 'variables': { | 588 'variables': { |
| 589 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.browsertest.v
2', | 589 'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.browsertest.v
2', |
| 590 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.browsertest.v2.zip', | 590 'zip_path': '<(PRODUCT_DIR)/remoting-webapp.browsertest.v2.zip', |
| 591 'webapp_type': 'v2_pnacl', | 591 'webapp_type': 'v2', |
| 592 'main_html_file': '<(SHARED_INTERMEDIATE_DIR)/browser_test/main.html
', | 592 'main_html_file': '<(SHARED_INTERMEDIATE_DIR)/browser_test/main.html
', |
| 593 'extra_files': [ | 593 'extra_files': [ |
| 594 'webapp/crd/remoting_client_pnacl.nmf.jinja2', | 594 'webapp/crd/remoting_client_pnacl.nmf.jinja2', |
| 595 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe', | 595 '<(PRODUCT_DIR)/remoting_client_plugin_newlib.pexe', |
| 596 '<@(remoting_webapp_browsertest_main_html_extra_files)', | 596 '<@(remoting_webapp_browsertest_main_html_extra_files)', |
| 597 ], | 597 ], |
| 598 }, | 598 }, |
| 599 'dependencies': [ | 599 'dependencies': [ |
| 600 'remoting_nacl.gyp:remoting_client_plugin_nacl', | 600 'remoting_nacl.gyp:remoting_client_plugin_nacl', |
| 601 'remoting_webapp_browser_test_main_html', | 601 'remoting_webapp_browser_test_main_html', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 616 '../build/isolate.gypi', | 616 '../build/isolate.gypi', |
| 617 ], | 617 ], |
| 618 'sources': [ | 618 'sources': [ |
| 619 'remoting_unittests.isolate', | 619 'remoting_unittests.isolate', |
| 620 ], | 620 ], |
| 621 }, | 621 }, |
| 622 ], | 622 ], |
| 623 }], | 623 }], |
| 624 ] # end of 'conditions' | 624 ] # end of 'conditions' |
| 625 } | 625 } |
| OLD | NEW |