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

Side by Side Diff: device/BUILD.gn

Issue 2865653002: [Device Service] Decouple NFC implementation from //content (Closed)
Patch Set: Rebase 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
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | device/nfc/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "$google_play_services_package:google_play_services_base_java", 299 "$google_play_services_package:google_play_services_base_java",
300 "$google_play_services_package:google_play_services_basement_java", 300 "$google_play_services_package:google_play_services_basement_java",
301 "$google_play_services_package:google_play_services_location_java", 301 "$google_play_services_package:google_play_services_location_java",
302 "//base:base_java", 302 "//base:base_java",
303 "//base:base_java_test_support", 303 "//base:base_java_test_support",
304 "//device/gamepad:java", 304 "//device/gamepad:java",
305 "//device/geolocation:geolocation_java", 305 "//device/geolocation:geolocation_java",
306 "//device/geolocation:geolocation_java_test_support", 306 "//device/geolocation:geolocation_java_test_support",
307 "//device/nfc:mojo_bindings_java", 307 "//device/nfc:mojo_bindings_java",
308 "//device/nfc/android:java", 308 "//device/nfc/android:java",
309 "//device/nfc/public/java:nfc_java",
309 "//mojo/public/java:bindings_java", 310 "//mojo/public/java:bindings_java",
310 "//third_party/android_tools:android_support_annotations_java", 311 "//third_party/android_tools:android_support_annotations_java",
311 ] 312 ]
312 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ] 313 srcjar_deps = [ "//device/gamepad:java_enums_srcjar" ]
313 } 314 }
314 315
315 java_cpp_enum("bluetooth_test_javagen") { 316 java_cpp_enum("bluetooth_test_javagen") {
316 sources = [ 317 sources = [
317 "bluetooth/test/bluetooth_test.h", 318 "bluetooth/test/bluetooth_test.h",
318 ] 319 ]
319 } 320 }
320 } 321 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | device/nfc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698