OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/config/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//remoting/remoting_version.gni") | 7 import("//remoting/remoting_version.gni") |
8 import("//remoting/remoting_host.gni") | 8 import("//remoting/remoting_host.gni") |
9 import("//testing/test.gni") | 9 import("//testing/test.gni") |
10 | 10 |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 "//remoting/base:unit_tests", | 106 "//remoting/base:unit_tests", |
107 "//remoting/client:unit_tests", | 107 "//remoting/client:unit_tests", |
108 "//remoting/protocol:test_support", | 108 "//remoting/protocol:test_support", |
109 "//remoting/protocol:unit_tests", | 109 "//remoting/protocol:unit_tests", |
110 "//testing/gmock", | 110 "//testing/gmock", |
111 "//testing/gtest", | 111 "//testing/gtest", |
112 "//third_party/webrtc", | 112 "//third_party/webrtc", |
113 ] | 113 ] |
114 | 114 |
115 if (is_android) { | 115 if (is_android) { |
116 deps += [ "//testing/android:native_test_native_code" ] | 116 deps += [ "//testing/android/native_test:native_test_native_code" ] |
117 } else { | 117 } else { |
118 deps += [ | 118 deps += [ |
119 "//remoting/client/plugin", | 119 "//remoting/client/plugin", |
120 "//remoting/client/plugin:unit_tests", | 120 "//remoting/client/plugin:unit_tests", |
121 ] | 121 ] |
122 } | 122 } |
123 | 123 |
124 if (enable_remoting_host) { | 124 if (enable_remoting_host) { |
125 deps += [ | 125 deps += [ |
126 "//remoting/codec:unit_tests", | 126 "//remoting/codec:unit_tests", |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
208 } | 208 } |
209 } | 209 } |
210 | 210 |
211 group("remoting_key_tester_pexe") { | 211 group("remoting_key_tester_pexe") { |
212 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain. | 212 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain. |
213 #sources = [ | 213 #sources = [ |
214 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc", | 214 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc", |
215 #] | 215 #] |
216 } | 216 } |
217 } | 217 } |
OLD | NEW |