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