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

Unified Diff: device/nfc/nfc.gyp

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 | « device/nfc/BUILD.gn ('k') | device/nfc/nfc.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/nfc/nfc.gyp
diff --git a/device/nfc/nfc.gyp b/device/nfc/nfc.gyp
index ccd62b50bbcca4b3f848b0853bf83c45ece51a9c..710bd227a03669c53da5f471ed5c564b4df344c4 100644
--- a/device/nfc/nfc.gyp
+++ b/device/nfc/nfc.gyp
@@ -50,5 +50,15 @@
}],
],
},
+ {
+ 'target_name': 'device_nfc_mojo_bindings',
+ 'type': 'static_library',
+ 'includes': [
+ '../../third_party/mojo/mojom_bindings_generator.gypi',
+ ],
+ 'sources': [
+ 'nfc.mojom',
+ ],
+ },
],
}
« no previous file with comments | « device/nfc/BUILD.gn ('k') | device/nfc/nfc.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698