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

Unified Diff: device/nfc/BUILD.gn

Issue 1486033002: [webnfc] Introduce NFC mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove dependency from content / browser Created 5 years 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
« no previous file with comments | « no previous file | device/nfc/nfc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/BUILD.gn
diff --git a/device/nfc/BUILD.gn b/device/nfc/BUILD.gn
index 340c9246df0d0761f48f0c0e258c7e10975e1a95..5932bf6529ed66f02cfb560fddc3d20f020a3c4d 100644
--- a/device/nfc/BUILD.gn
+++ b/device/nfc/BUILD.gn
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//build/config/features.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
+
static_library("nfc") {
sources = [
"nfc_adapter.cc",
@@ -40,3 +43,9 @@ static_library("nfc") {
]
}
}
+
+mojom("mojo_bindings") {
+ sources = [
+ "nfc.mojom",
+ ]
+}
« no previous file with comments | « no previous file | device/nfc/nfc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698