| 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/libyuv/libyuv.gyp:libyuv', |
| 20 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 21 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 21 '../ui/base/ui_base.gyp:ui_base', | 22 '../ui/base/ui_base.gyp:ui_base', |
| 22 '../ui/gfx/gfx.gyp:gfx', | 23 '../ui/gfx/gfx.gyp:gfx', |
| 23 '../ui/gfx/gfx.gyp:gfx_geometry', | 24 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 24 'remoting_base', | 25 'remoting_base', |
| 25 'remoting_breakpad', | 26 'remoting_breakpad', |
| 26 'remoting_client', | 27 'remoting_client', |
| 27 'remoting_client_plugin', | 28 'remoting_client_plugin', |
| 28 'remoting_host', | 29 'remoting_host', |
| 29 'remoting_host_setup_base', | 30 'remoting_host_setup_base', |
| (...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 | 234 # TODO(dmikurube): Kill linux_use_tcmalloc. http://crbug.com/345554 |
| 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 [ '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': [ | 236 'dependencies': [ |
| 236 '../base/allocator/allocator.gyp:allocator', | 237 '../base/allocator/allocator.gyp:allocator', |
| 237 ], | 238 ], |
| 238 }], | 239 }], |
| 239 ], # end of 'conditions' | 240 ], # end of 'conditions' |
| 240 }, # end of target 'remoting_unittests' | 241 }, # end of target 'remoting_unittests' |
| 241 ], # end of targets | 242 ], # end of targets |
| 242 } | 243 } |
| OLD | NEW |