| 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 # Remoting unit tests | 7 # Remoting unit tests |
| 8 { | 8 { |
| 9 'target_name': 'remoting_unittests', | 9 'target_name': 'remoting_unittests', |
| 10 'type': '<(gtest_target_type)', | 10 'type': '<(gtest_target_type)', |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 'remoting_host_setup_base', | 223 'remoting_host_setup_base', |
| 224 'remoting_it2me_host_static', | 224 'remoting_it2me_host_static', |
| 225 'remoting_native_messaging_base', | 225 'remoting_native_messaging_base', |
| 226 ], | 226 ], |
| 227 'sources/': [ | 227 'sources/': [ |
| 228 ['exclude', '^codec/'], | 228 ['exclude', '^codec/'], |
| 229 ['exclude', '^host/'], | 229 ['exclude', '^host/'], |
| 230 ['exclude', '^base/resources_unittest\\.cc$'], | 230 ['exclude', '^base/resources_unittest\\.cc$'], |
| 231 ] | 231 ] |
| 232 }], | 232 }], |
| 233 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 | 233 [ 'OS == "linux" and use_allocator!="none"', { |
| 234 [ 'OS == "linux" and ((use_allocator!="none" and use_allocator!="see_use
_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))',
{ | |
| 235 'dependencies': [ | 234 'dependencies': [ |
| 236 '../base/allocator/allocator.gyp:allocator', | 235 '../base/allocator/allocator.gyp:allocator', |
| 237 ], | 236 ], |
| 238 }], | 237 }], |
| 239 ], # end of 'conditions' | 238 ], # end of 'conditions' |
| 240 }, # end of target 'remoting_unittests' | 239 }, # end of target 'remoting_unittests' |
| 241 ], # end of targets | 240 ], # end of targets |
| 242 } | 241 } |
| OLD | NEW |