OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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("//chrome/common/features.gni") | 5 import("//chrome/common/features.gni") |
6 import("//device/vr/features/features.gni") | 6 import("//device/vr/features/features.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 if (is_android) { | 9 if (is_android) { |
10 import("//build/config/android/rules.gni") | 10 import("//build/config/android/rules.gni") |
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 ":vr_common", | 165 ":vr_common", |
166 ":vr_shell_jni_headers", | 166 ":vr_shell_jni_headers", |
167 "//base", | 167 "//base", |
168 "//cc", | 168 "//cc", |
169 "//chrome:resources", | 169 "//chrome:resources", |
170 "//components/rappor", | 170 "//components/rappor", |
171 "//content/public/android:jni", | 171 "//content/public/android:jni", |
172 "//content/public/browser", | 172 "//content/public/browser", |
173 "//content/public/common", | 173 "//content/public/common", |
174 "//device/gamepad", | 174 "//device/gamepad", |
| 175 "//device/geolocation", |
| 176 "//device/geolocation/public/interfaces", |
175 "//device/vr", | 177 "//device/vr", |
176 "//services/ui/public/cpp/gpu", | 178 "//services/ui/public/cpp/gpu", |
177 "//ui/android", | 179 "//ui/android", |
178 "//ui/base", | 180 "//ui/base", |
179 "//ui/display", | 181 "//ui/display", |
180 "//ui/gl", | 182 "//ui/gl", |
181 "//ui/gl/init", | 183 "//ui/gl/init", |
182 ] | 184 ] |
183 | 185 |
184 public_deps = [ | 186 public_deps = [ |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
235 | 237 |
236 if (is_android) { | 238 if (is_android) { |
237 deps += [ "//ui/android:ui_java" ] | 239 deps += [ "//ui/android:ui_java" ] |
238 } | 240 } |
239 | 241 |
240 data = [ | 242 data = [ |
241 "test/data/", | 243 "test/data/", |
242 "$root_out_dir/components_tests_resources.pak", | 244 "$root_out_dir/components_tests_resources.pak", |
243 ] | 245 ] |
244 } | 246 } |
OLD | NEW |