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

Side by Side Diff: device/nfc/android/BUILD.gn

Issue 2894373002: [DeviceService] Move //device/nfc to be part of the internal impl of Device Service (Closed)
Patch Set: Modify code comment 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
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni")
7
8 android_library("java") {
9 java_files = [
10 "java/src/org/chromium/device/nfc/InvalidNfcMessageException.java",
11 "java/src/org/chromium/device/nfc/NfcProviderImpl.java",
12 "java/src/org/chromium/device/nfc/NfcImpl.java",
13 "java/src/org/chromium/device/nfc/NfcMessageValidator.java",
14 "java/src/org/chromium/device/nfc/NfcTagHandler.java",
15 "java/src/org/chromium/device/nfc/NfcTypeConverter.java",
16 ]
17
18 deps = [
19 "//base:base_java",
20 "//device/nfc:mojo_bindings_java",
21 "//device/nfc/public/java:nfc_java",
22 "//mojo/public/java:bindings_java",
23 "//mojo/public/java:system_java",
24 "//services/service_manager/public/interfaces:interfaces_java",
25 "//services/service_manager/public/java:service_manager_java",
26 ]
27 }
OLDNEW
« no previous file with comments | « device/nfc/OWNERS ('k') | device/nfc/android/java/src/org/chromium/device/nfc/InvalidNfcMessageException.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698