| 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)', |
| 11 'dependencies': [ | 11 'dependencies': [ |
| 12 '../base/base.gyp:base', | 12 '../base/base.gyp:base', |
| 13 '../base/base.gyp:base_i18n', | 13 '../base/base.gyp:base_i18n', |
| 14 '../base/base.gyp:test_support_base', | 14 '../base/base.gyp:test_support_base', |
| 15 '../ipc/ipc.gyp:ipc', | 15 '../ipc/ipc.gyp:ipc', |
| 16 '../net/net.gyp:net_test_support', | 16 '../net/net.gyp:net_test_support', |
| 17 '../ppapi/ppapi.gyp:ppapi_cpp', | 17 '../ppapi/ppapi.gyp:ppapi_cpp', |
| 18 '../testing/gmock.gyp:gmock', | 18 '../testing/gmock.gyp:gmock', |
| 19 '../testing/gtest.gyp:gtest', | 19 '../testing/gtest.gyp:gtest', |
| 20 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 20 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 21 '../ui/base/ui_base.gyp:ui_base', |
| 21 '../ui/gfx/gfx.gyp:gfx', | 22 '../ui/gfx/gfx.gyp:gfx', |
| 22 '../ui/gfx/gfx.gyp:gfx_geometry', | 23 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 23 '../ui/ui.gyp:ui', | |
| 24 'remoting_base', | 24 'remoting_base', |
| 25 'remoting_breakpad', | 25 'remoting_breakpad', |
| 26 'remoting_client', | 26 'remoting_client', |
| 27 'remoting_client_plugin', | 27 'remoting_client_plugin', |
| 28 'remoting_host', | 28 'remoting_host', |
| 29 'remoting_host_setup_base', | 29 'remoting_host_setup_base', |
| 30 'remoting_it2me_host_static', | 30 'remoting_it2me_host_static', |
| 31 'remoting_native_messaging_base', | 31 'remoting_native_messaging_base', |
| 32 'remoting_protocol', | 32 'remoting_protocol', |
| 33 'remoting_resources', | 33 'remoting_resources', |
| (...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 | 232 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
| 233 [ 'OS == "linux" and ((use_allocator!="none" and use_allocator!="see_use
_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))',
{ | 233 [ 'OS == "linux" and ((use_allocator!="none" and use_allocator!="see_use
_tcmalloc") or (use_allocator=="see_use_tcmalloc" and linux_use_tcmalloc==1))',
{ |
| 234 'dependencies': [ | 234 'dependencies': [ |
| 235 '../base/allocator/allocator.gyp:allocator', | 235 '../base/allocator/allocator.gyp:allocator', |
| 236 ], | 236 ], |
| 237 }], | 237 }], |
| 238 ], # end of 'conditions' | 238 ], # end of 'conditions' |
| 239 }, # end of target 'remoting_unittests' | 239 }, # end of target 'remoting_unittests' |
| 240 ], # end of targets | 240 ], # end of targets |
| 241 } | 241 } |
| OLD | NEW |