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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 }, | 69 }, |
70 | 70 |
71 # Remoting unit tests | 71 # Remoting unit tests |
72 { | 72 { |
73 'target_name': 'remoting_unittests', | 73 'target_name': 'remoting_unittests', |
74 'type': '<(gtest_target_type)', | 74 'type': '<(gtest_target_type)', |
75 'dependencies': [ | 75 'dependencies': [ |
76 '../base/base.gyp:base', | 76 '../base/base.gyp:base', |
77 '../base/base.gyp:base_i18n', | 77 '../base/base.gyp:base_i18n', |
78 '../base/base.gyp:test_support_base', | 78 '../base/base.gyp:test_support_base', |
| 79 '../components/components.gyp:policy', |
79 '../ipc/ipc.gyp:ipc', | 80 '../ipc/ipc.gyp:ipc', |
80 '../net/net.gyp:net_test_support', | 81 '../net/net.gyp:net_test_support', |
81 '../ppapi/ppapi.gyp:ppapi_cpp', | 82 '../ppapi/ppapi.gyp:ppapi_cpp', |
82 '../testing/gmock.gyp:gmock', | 83 '../testing/gmock.gyp:gmock', |
83 '../testing/gtest.gyp:gtest', | 84 '../testing/gtest.gyp:gtest', |
84 '../third_party/libyuv/libyuv.gyp:libyuv', | 85 '../third_party/libyuv/libyuv.gyp:libyuv', |
85 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 86 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
86 '../ui/base/ui_base.gyp:ui_base', | 87 '../ui/base/ui_base.gyp:ui_base', |
87 '../ui/gfx/gfx.gyp:gfx', | 88 '../ui/gfx/gfx.gyp:gfx', |
88 '../ui/gfx/gfx.gyp:gfx_geometry', | 89 '../ui/gfx/gfx.gyp:gfx_geometry', |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'dependencies': [ | 444 'dependencies': [ |
444 '../base/allocator/allocator.gyp:allocator', | 445 '../base/allocator/allocator.gyp:allocator', |
445 ], | 446 ], |
446 }], | 447 }], |
447 ], # end of 'conditions' | 448 ], # end of 'conditions' |
448 }, # end of target 'remoting_perftests' | 449 }, # end of target 'remoting_perftests' |
449 ] | 450 ] |
450 }] | 451 }] |
451 ] | 452 ] |
452 } | 453 } |
OLD | NEW |