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

Side by Side Diff: device/BUILD.gn

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Response to reviews Created 3 years, 7 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("vr/features/features.gni") 5 import("vr/features/features.gni")
6 import("//build/config/features.gni") 6 import("//build/config/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/config.gni") 10 import("//build/config/android/config.gni")
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 "$google_play_services_package:google_play_services_location_java", 302 "$google_play_services_package:google_play_services_location_java",
303 "//base:base_java", 303 "//base:base_java",
304 "//base:base_java_test_support", 304 "//base:base_java_test_support",
305 "//device/gamepad:java", 305 "//device/gamepad:java",
306 "//device/generic_sensor:java", 306 "//device/generic_sensor:java",
307 "//device/generic_sensor/public/interfaces:interfaces_java", 307 "//device/generic_sensor/public/interfaces:interfaces_java",
308 "//device/geolocation:geolocation_java", 308 "//device/geolocation:geolocation_java",
309 "//device/geolocation:geolocation_java_test_support", 309 "//device/geolocation:geolocation_java_test_support",
310 "//device/nfc:mojo_bindings_java", 310 "//device/nfc:mojo_bindings_java",
311 "//device/nfc/android:java", 311 "//device/nfc/android:java",
312 "//device/nfc/public/java:nfc_java",
312 "//mojo/public/java:bindings_java", 313 "//mojo/public/java:bindings_java",
313 "//third_party/android_tools:android_support_annotations_java", 314 "//third_party/android_tools:android_support_annotations_java",
314 ] 315 ]
315 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 316 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
316 } 317 }
317 318
318 java_cpp_enum("bluetooth_test_javagen") { 319 java_cpp_enum("bluetooth_test_javagen") {
319 sources = [ 320 sources = [
320 "bluetooth/test/bluetooth_test.h", 321 "bluetooth/test/bluetooth_test.h",
321 ] 322 ]
322 } 323 }
323 } 324 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698