| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 'test/fake_remote_host_info_fetcher.cc', | 61 'test/fake_remote_host_info_fetcher.cc', |
| 62 'test/fake_remote_host_info_fetcher.h', | 62 'test/fake_remote_host_info_fetcher.h', |
| 63 'test/fake_socket_factory.cc', | 63 'test/fake_socket_factory.cc', |
| 64 'test/fake_socket_factory.h', | 64 'test/fake_socket_factory.h', |
| 65 'test/leaky_bucket.cc', | 65 'test/leaky_bucket.cc', |
| 66 'test/leaky_bucket.h', | 66 'test/leaky_bucket.h', |
| 67 'test/mock_access_token_fetcher.cc', | 67 'test/mock_access_token_fetcher.cc', |
| 68 'test/mock_access_token_fetcher.h', | 68 'test/mock_access_token_fetcher.h', |
| 69 'test/refresh_token_store.cc', | 69 'test/refresh_token_store.cc', |
| 70 'test/refresh_token_store.h', | 70 'test/refresh_token_store.h', |
| 71 'test/remote_application_data.cc', |
| 72 'test/remote_application_data.h', |
| 71 'test/remote_connection_observer.h', | 73 'test/remote_connection_observer.h', |
| 72 'test/remote_host_info.cc', | 74 'test/remote_host_info.cc', |
| 73 'test/remote_host_info.h', | 75 'test/remote_host_info.h', |
| 74 'test/remote_host_info_fetcher.cc', | 76 'test/remote_host_info_fetcher.cc', |
| 75 'test/remote_host_info_fetcher.h', | 77 'test/remote_host_info_fetcher.h', |
| 76 'test/test_chromoting_client.cc', | 78 'test/test_chromoting_client.cc', |
| 77 'test/test_chromoting_client.h', | 79 'test/test_chromoting_client.h', |
| 78 'test/test_video_renderer.cc', | 80 'test/test_video_renderer.cc', |
| 79 'test/test_video_renderer.h', | 81 'test/test_video_renderer.h', |
| 80 ], | 82 ], |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 'dependencies': [ | 453 'dependencies': [ |
| 452 '../base/allocator/allocator.gyp:allocator', | 454 '../base/allocator/allocator.gyp:allocator', |
| 453 ], | 455 ], |
| 454 }], | 456 }], |
| 455 ], # end of 'conditions' | 457 ], # end of 'conditions' |
| 456 }, # end of target 'remoting_perftests' | 458 }, # end of target 'remoting_perftests' |
| 457 ] | 459 ] |
| 458 }] | 460 }] |
| 459 ] | 461 ] |
| 460 } | 462 } |
| OLD | NEW |