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

Side by Side Diff: device/nfc/android/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 | « device/nfc/BUILD.gn ('k') | device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java » ('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 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("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 android_library("java") { 8 android_library("java") {
9 java_files = [ 9 java_files = [
10 "java/src/org/chromium/device/nfc/InvalidNfcMessageException.java", 10 "java/src/org/chromium/device/nfc/InvalidNfcMessageException.java",
11 "java/src/org/chromium/device/nfc/NfcProviderImpl.java",
11 "java/src/org/chromium/device/nfc/NfcImpl.java", 12 "java/src/org/chromium/device/nfc/NfcImpl.java",
12 "java/src/org/chromium/device/nfc/NfcMessageValidator.java", 13 "java/src/org/chromium/device/nfc/NfcMessageValidator.java",
13 "java/src/org/chromium/device/nfc/NfcTagHandler.java", 14 "java/src/org/chromium/device/nfc/NfcTagHandler.java",
14 "java/src/org/chromium/device/nfc/NfcTypeConverter.java", 15 "java/src/org/chromium/device/nfc/NfcTypeConverter.java",
15 ] 16 ]
16 17
17 deps = [ 18 deps = [
18 "//base:base_java", 19 "//base:base_java",
19 "//device/nfc:mojo_bindings_java", 20 "//device/nfc:mojo_bindings_java",
21 "//device/nfc/public/java:nfc_java",
20 "//mojo/public/java:bindings_java", 22 "//mojo/public/java:bindings_java",
21 "//mojo/public/java:system_java", 23 "//mojo/public/java:system_java",
24 "//services/service_manager/public/interfaces:interfaces_java",
25 "//services/service_manager/public/java:service_manager_java",
22 ] 26 ]
23 } 27 }
OLDNEW
« no previous file with comments | « device/nfc/BUILD.gn ('k') | device/nfc/android/java/src/org/chromium/device/nfc/NfcImpl.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698