| 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 'target_name': 'remoting_test_common', | 8 'target_name': 'remoting_test_common', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'remoting_resources', | 100 'remoting_resources', |
| 101 'remoting_test_common', | 101 'remoting_test_common', |
| 102 ], | 102 ], |
| 103 'defines': [ | 103 'defines': [ |
| 104 'VERSION=<(version_full)', | 104 'VERSION=<(version_full)', |
| 105 ], | 105 ], |
| 106 'include_dirs': [ | 106 'include_dirs': [ |
| 107 '../testing/gmock/include', | 107 '../testing/gmock/include', |
| 108 ], | 108 ], |
| 109 'sources': [ | 109 'sources': [ |
| 110 'base/auth_token_util_unittest.cc', | |
| 111 'base/auto_thread_task_runner_unittest.cc', | 110 'base/auto_thread_task_runner_unittest.cc', |
| 112 'base/auto_thread_unittest.cc', | 111 'base/auto_thread_unittest.cc', |
| 113 'base/breakpad_win_unittest.cc', | 112 'base/breakpad_win_unittest.cc', |
| 114 'base/buffered_socket_writer_unittest.cc', | 113 'base/buffered_socket_writer_unittest.cc', |
| 115 'base/capabilities_unittest.cc', | 114 'base/capabilities_unittest.cc', |
| 116 'base/compound_buffer_unittest.cc', | 115 'base/compound_buffer_unittest.cc', |
| 117 'base/rate_counter_unittest.cc', | 116 'base/rate_counter_unittest.cc', |
| 118 'base/resources_unittest.cc', | 117 'base/resources_unittest.cc', |
| 119 'base/rsa_key_pair_unittest.cc', | 118 'base/rsa_key_pair_unittest.cc', |
| 120 'base/run_all_unittests.cc', | 119 'base/run_all_unittests.cc', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 421 'dependencies': [ | 420 'dependencies': [ |
| 422 '../base/allocator/allocator.gyp:allocator', | 421 '../base/allocator/allocator.gyp:allocator', |
| 423 ], | 422 ], |
| 424 }], | 423 }], |
| 425 ], # end of 'conditions' | 424 ], # end of 'conditions' |
| 426 }, # end of target 'remoting_perftests' | 425 }, # end of target 'remoting_perftests' |
| 427 ] | 426 ] |
| 428 }] | 427 }] |
| 429 ] | 428 ] |
| 430 } | 429 } |
| OLD | NEW |