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

Unified Diff: third_party/WebKit/Source/modules/nfc/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: third_party/WebKit/Source/modules/nfc/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/nfc/BUILD.gn b/third_party/WebKit/Source/modules/nfc/BUILD.gn
index b1e4ee6e3c08ba4538b457a06e2d37535c87523a..3fae2abca731b15eb83857160f6195b2e5cde2dd 100644
--- a/third_party/WebKit/Source/modules/nfc/BUILD.gn
+++ b/third_party/WebKit/Source/modules/nfc/BUILD.gn
@@ -16,6 +16,6 @@ blink_modules_sources("nfc") {
]
deps = [
- "//device/nfc:mojo_bindings_blink",
+ "//services/device/public/interfaces:interfaces_blink",
]
}
« no previous file with comments | « services/device/public/java/src/org/chromium/device/nfc/NfcDelegate.java ('k') | third_party/WebKit/Source/modules/nfc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698