| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 'signaling/fake_signal_strategy.cc', | 49 'signaling/fake_signal_strategy.cc', |
| 50 'signaling/fake_signal_strategy.h', | 50 'signaling/fake_signal_strategy.h', |
| 51 'signaling/mock_signal_strategy.cc', | 51 'signaling/mock_signal_strategy.cc', |
| 52 'signaling/mock_signal_strategy.h', | 52 'signaling/mock_signal_strategy.h', |
| 53 'test/access_token_fetcher.cc', | 53 'test/access_token_fetcher.cc', |
| 54 'test/access_token_fetcher.h', | 54 'test/access_token_fetcher.h', |
| 55 'test/app_remoting_report_issue_request.cc', | 55 'test/app_remoting_report_issue_request.cc', |
| 56 'test/app_remoting_report_issue_request.h', | 56 'test/app_remoting_report_issue_request.h', |
| 57 'test/app_remoting_service_urls.cc', | 57 'test/app_remoting_service_urls.cc', |
| 58 'test/app_remoting_service_urls.h', | 58 'test/app_remoting_service_urls.h', |
| 59 'test/connection_setup_info.cc', |
| 60 'test/connection_setup_info.h', |
| 59 'test/fake_access_token_fetcher.cc', | 61 'test/fake_access_token_fetcher.cc', |
| 60 'test/fake_access_token_fetcher.h', | 62 'test/fake_access_token_fetcher.h', |
| 61 'test/fake_app_remoting_report_issue_request.cc', | 63 'test/fake_app_remoting_report_issue_request.cc', |
| 62 'test/fake_app_remoting_report_issue_request.h', | 64 'test/fake_app_remoting_report_issue_request.h', |
| 63 'test/fake_network_dispatcher.cc', | 65 'test/fake_network_dispatcher.cc', |
| 64 'test/fake_network_dispatcher.h', | 66 'test/fake_network_dispatcher.h', |
| 65 'test/fake_network_manager.cc', | 67 'test/fake_network_manager.cc', |
| 66 'test/fake_network_manager.h', | 68 'test/fake_network_manager.h', |
| 67 'test/fake_port_allocator.cc', | 69 'test/fake_port_allocator.cc', |
| 68 'test/fake_port_allocator.h', | 70 'test/fake_port_allocator.h', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 96 'dependencies!': [ | 98 'dependencies!': [ |
| 97 'remoting_host', | 99 'remoting_host', |
| 98 ], | 100 ], |
| 99 'sources/': [ | 101 'sources/': [ |
| 100 ['exclude', '^host/'], | 102 ['exclude', '^host/'], |
| 101 ] | 103 ] |
| 102 }], | 104 }], |
| 103 ], | 105 ], |
| 104 }, | 106 }, |
| 105 { | 107 { |
| 108 # A chromoting version of remoting_test_driver_common |
| 106 'target_name': 'chromoting_test_driver', | 109 'target_name': 'chromoting_test_driver', |
| 107 'type': '<(gtest_target_type)', | 110 'type': '<(gtest_target_type)', |
| 108 'dependencies': [ | 111 'dependencies': [ |
| 112 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', |
| 113 '../testing/gtest.gyp:gtest', |
| 109 'remoting_test_support', | 114 'remoting_test_support', |
| 110 '../testing/gtest.gyp:gtest', | |
| 111 ], | 115 ], |
| 112 'sources': [ | 116 'sources': [ |
| 113 'test/chromoting_test_driver.cc', | 117 'test/chromoting_test_driver.cc', |
| 114 ], | 118 ], |
| 115 }, # end of target 'chromoting_test_driver' | 119 }, # end of target 'chromoting_test_driver' |
| 116 { | 120 { |
| 117 'target_name': 'ar_test_driver_common', | 121 'target_name': 'ar_test_driver_common', |
| 118 'type': 'static_library', | 122 'type': 'static_library', |
| 119 'dependencies': [ | 123 'dependencies': [ |
| 120 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', | 124 '../remoting/proto/chromotocol.gyp:chromotocol_proto_lib', |
| (...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 597 '../build/isolate.gypi', | 601 '../build/isolate.gypi', |
| 598 ], | 602 ], |
| 599 'sources': [ | 603 'sources': [ |
| 600 'remoting_unittests.isolate', | 604 'remoting_unittests.isolate', |
| 601 ], | 605 ], |
| 602 }, | 606 }, |
| 603 ], | 607 ], |
| 604 }], | 608 }], |
| 605 ] # end of 'conditions' | 609 ] # end of 'conditions' |
| 606 } | 610 } |
| OLD | NEW |