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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: device/nfc/android/BUILD.gn
diff --git a/device/nfc/android/BUILD.gn b/device/nfc/android/BUILD.gn
deleted file mode 100644
index 8dc604240d4394f793a8290c0e5a8c5640e405db..0000000000000000000000000000000000000000
--- a/device/nfc/android/BUILD.gn
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-import("//build/config/android/config.gni")
-import("//build/config/android/rules.gni")
-
-android_library("java") {
- java_files = [
- "java/src/org/chromium/device/nfc/InvalidNfcMessageException.java",
- "java/src/org/chromium/device/nfc/NfcProviderImpl.java",
- "java/src/org/chromium/device/nfc/NfcImpl.java",
- "java/src/org/chromium/device/nfc/NfcMessageValidator.java",
- "java/src/org/chromium/device/nfc/NfcTagHandler.java",
- "java/src/org/chromium/device/nfc/NfcTypeConverter.java",
- ]
-
- deps = [
- "//base:base_java",
- "//device/nfc:mojo_bindings_java",
- "//device/nfc/public/java:nfc_java",
- "//mojo/public/java:bindings_java",
- "//mojo/public/java:system_java",
- "//services/service_manager/public/interfaces:interfaces_java",
- "//services/service_manager/public/java:service_manager_java",
- ]
-}
« 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