Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(134)

Side by Side Diff: device/BUILD.gn

Issue 2029703002: Moving VR service from /content/browser to /device (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added nogncheck to failing include Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") # For generate_jni(). 9 import("//build/config/android/rules.gni") # For generate_jni().
10 } 10 }
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "bluetooth/test/mock_bluetooth_cbservice_mac.mm", 53 "bluetooth/test/mock_bluetooth_cbservice_mac.mm",
54 "bluetooth/test/mock_bluetooth_central_manager_mac.h", 54 "bluetooth/test/mock_bluetooth_central_manager_mac.h",
55 "bluetooth/test/mock_bluetooth_central_manager_mac.mm", 55 "bluetooth/test/mock_bluetooth_central_manager_mac.mm",
56 "bluetooth/test/test_bluetooth_adapter_observer.cc", 56 "bluetooth/test/test_bluetooth_adapter_observer.cc",
57 "bluetooth/test/test_bluetooth_adapter_observer.h", 57 "bluetooth/test/test_bluetooth_adapter_observer.h",
58 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc", 58 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.cc",
59 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h", 59 "bluetooth/test/test_bluetooth_local_gatt_service_delegate.h",
60 "nfc/nfc_chromeos_unittest.cc", 60 "nfc/nfc_chromeos_unittest.cc",
61 "nfc/nfc_ndef_record_unittest.cc", 61 "nfc/nfc_ndef_record_unittest.cc",
62 "test/run_all_unittests.cc", 62 "test/run_all_unittests.cc",
63 "vr/vr_device_manager_unittest.cc",
63 ] 64 ]
64 65
65 deps = [ 66 deps = [
66 "//base/test:test_support", 67 "//base/test:test_support",
67 "//device/battery", 68 "//device/battery",
68 "//device/battery:mojo_bindings", 69 "//device/battery:mojo_bindings",
69 "//device/bluetooth", 70 "//device/bluetooth",
70 "//device/bluetooth:mocks", 71 "//device/bluetooth:mocks",
71 "//device/nfc", 72 "//device/nfc",
73 "//device/vr",
74 "//device/vr:fakes",
72 "//mojo/common", 75 "//mojo/common",
73 "//mojo/edk/system", 76 "//mojo/edk/system",
74 "//mojo/public/cpp/bindings", 77 "//mojo/public/cpp/bindings",
75 "//net", 78 "//net",
76 "//testing/gmock", 79 "//testing/gmock",
77 "//testing/gtest", 80 "//testing/gtest",
78 "//tools/usb_gadget", 81 "//tools/usb_gadget",
79 "//url", 82 "//url",
80 ] 83 ]
81 84
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 } 223 }
221 224
222 android_library("bluetooth_test_java") { 225 android_library("bluetooth_test_java") {
223 java_files = bluetooth_java_sources_needing_jni 226 java_files = bluetooth_java_sources_needing_jni
224 deps = [ 227 deps = [
225 "//base:base_java", 228 "//base:base_java",
226 "//device/bluetooth:java", 229 "//device/bluetooth:java",
227 ] 230 ]
228 } 231 }
229 } 232 }
OLDNEW
« no previous file with comments | « content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698