| 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  207       ], |  207       ], | 
|  208       'sources': [ |  208       'sources': [ | 
|  209         # Note: sources list duplicated in GN build. |  209         # Note: sources list duplicated in GN build. | 
|  210         'base/auto_thread_task_runner_unittest.cc', |  210         'base/auto_thread_task_runner_unittest.cc', | 
|  211         'base/auto_thread_unittest.cc', |  211         'base/auto_thread_unittest.cc', | 
|  212         'base/breakpad_win_unittest.cc', |  212         'base/breakpad_win_unittest.cc', | 
|  213         'base/buffered_socket_writer_unittest.cc', |  213         'base/buffered_socket_writer_unittest.cc', | 
|  214         'base/capabilities_unittest.cc', |  214         'base/capabilities_unittest.cc', | 
|  215         'base/compound_buffer_unittest.cc', |  215         'base/compound_buffer_unittest.cc', | 
|  216         'base/rate_counter_unittest.cc', |  216         'base/rate_counter_unittest.cc', | 
|  217         'base/resources_unittest.cc', |  | 
|  218         'base/rsa_key_pair_unittest.cc', |  217         'base/rsa_key_pair_unittest.cc', | 
|  219         'base/run_all_unittests.cc', |  218         'base/run_all_unittests.cc', | 
|  220         'base/running_average_unittest.cc', |  219         'base/running_average_unittest.cc', | 
|  221         'base/test_rsa_key_pair.h', |  220         'base/test_rsa_key_pair.h', | 
|  222         'base/typed_buffer_unittest.cc', |  221         'base/typed_buffer_unittest.cc', | 
|  223         'base/util_unittest.cc', |  222         'base/util_unittest.cc', | 
|  224         'client/audio_player_unittest.cc', |  223         'client/audio_player_unittest.cc', | 
|  225         'client/client_status_logger_unittest.cc', |  224         'client/client_status_logger_unittest.cc', | 
|  226         'client/empty_cursor_filter_unittest.cc', |  225         'client/empty_cursor_filter_unittest.cc', | 
|  227         'client/key_event_mapper_unittest.cc', |  226         'client/key_event_mapper_unittest.cc', | 
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  271         'host/mouse_shape_pump_unittest.cc', |  270         'host/mouse_shape_pump_unittest.cc', | 
|  272         'host/native_messaging/native_messaging_reader_unittest.cc', |  271         'host/native_messaging/native_messaging_reader_unittest.cc', | 
|  273         'host/native_messaging/native_messaging_writer_unittest.cc', |  272         'host/native_messaging/native_messaging_writer_unittest.cc', | 
|  274         'host/pairing_registry_delegate_linux_unittest.cc', |  273         'host/pairing_registry_delegate_linux_unittest.cc', | 
|  275         'host/pairing_registry_delegate_win_unittest.cc', |  274         'host/pairing_registry_delegate_win_unittest.cc', | 
|  276         'host/pin_hash_unittest.cc', |  275         'host/pin_hash_unittest.cc', | 
|  277         'host/policy_watcher_unittest.cc', |  276         'host/policy_watcher_unittest.cc', | 
|  278         'host/register_support_host_request_unittest.cc', |  277         'host/register_support_host_request_unittest.cc', | 
|  279         'host/remote_input_filter_unittest.cc', |  278         'host/remote_input_filter_unittest.cc', | 
|  280         'host/resizing_host_observer_unittest.cc', |  279         'host/resizing_host_observer_unittest.cc', | 
 |  280         'host/resources_unittest.cc', | 
|  281         'host/screen_resolution_unittest.cc', |  281         'host/screen_resolution_unittest.cc', | 
|  282         'host/server_log_entry_host_unittest.cc', |  282         'host/server_log_entry_host_unittest.cc', | 
|  283         'host/setup/me2me_native_messaging_host.cc', |  283         'host/setup/me2me_native_messaging_host.cc', | 
|  284         'host/setup/me2me_native_messaging_host.h', |  284         'host/setup/me2me_native_messaging_host.h', | 
|  285         'host/setup/me2me_native_messaging_host_unittest.cc', |  285         'host/setup/me2me_native_messaging_host_unittest.cc', | 
|  286         'host/setup/mock_oauth_client.cc', |  286         'host/setup/mock_oauth_client.cc', | 
|  287         'host/setup/mock_oauth_client.h', |  287         'host/setup/mock_oauth_client.h', | 
|  288         'host/setup/oauth_helper_unittest.cc', |  288         'host/setup/oauth_helper_unittest.cc', | 
|  289         'host/setup/pin_validator_unittest.cc', |  289         'host/setup/pin_validator_unittest.cc', | 
|  290         'host/shaped_desktop_capturer_unittest.cc', |  290         'host/shaped_desktop_capturer_unittest.cc', | 
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  384         ['enable_remoting_host == 0', { |  384         ['enable_remoting_host == 0', { | 
|  385           'dependencies!': [ |  385           'dependencies!': [ | 
|  386             'remoting_host', |  386             'remoting_host', | 
|  387             'remoting_host_setup_base', |  387             'remoting_host_setup_base', | 
|  388             'remoting_it2me_host_static', |  388             'remoting_it2me_host_static', | 
|  389             'remoting_native_messaging_base', |  389             'remoting_native_messaging_base', | 
|  390           ], |  390           ], | 
|  391           'sources/': [ |  391           'sources/': [ | 
|  392             ['exclude', '^codec/'], |  392             ['exclude', '^codec/'], | 
|  393             ['exclude', '^host/'], |  393             ['exclude', '^host/'], | 
|  394             ['exclude', '^base/resources_unittest\\.cc$'], |  | 
|  395           ] |  394           ] | 
|  396         }], |  395         }], | 
|  397         [ 'OS == "linux" and use_allocator!="none"', { |  396         [ 'OS == "linux" and use_allocator!="none"', { | 
|  398           'dependencies': [ |  397           'dependencies': [ | 
|  399             '../base/allocator/allocator.gyp:allocator', |  398             '../base/allocator/allocator.gyp:allocator', | 
|  400           ], |  399           ], | 
|  401         }], |  400         }], | 
|  402       ],  # end of 'conditions' |  401       ],  # end of 'conditions' | 
|  403     },  # end of target 'remoting_unittests' |  402     },  # end of target 'remoting_unittests' | 
|  404     { |  403     { | 
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  606             '../build/isolate.gypi', |  605             '../build/isolate.gypi', | 
|  607           ], |  606           ], | 
|  608           'sources': [ |  607           'sources': [ | 
|  609             'remoting_unittests.isolate', |  608             'remoting_unittests.isolate', | 
|  610           ], |  609           ], | 
|  611         }, |  610         }, | 
|  612       ], |  611       ], | 
|  613     }], |  612     }], | 
|  614   ] # end of 'conditions' |  613   ] # end of 'conditions' | 
|  615 } |  614 } | 
| OLD | NEW |