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

Unified Diff: third_party/WebKit/Source/modules/nfc/BUILD.gn

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows Created 4 years, 3 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/vibration/BUILD.gn b/third_party/WebKit/Source/modules/nfc/BUILD.gn
similarity index 56%
copy from third_party/WebKit/Source/modules/vibration/BUILD.gn
copy to third_party/WebKit/Source/modules/nfc/BUILD.gn
index f827f6177c69066679406fa112c94f3df6c3a53c..8d9f3f7dfb0f2928858ae32e6424a0a5cde69e07 100644
--- a/third_party/WebKit/Source/modules/vibration/BUILD.gn
+++ b/third_party/WebKit/Source/modules/nfc/BUILD.gn
@@ -4,15 +4,17 @@
import("//third_party/WebKit/Source/modules/modules.gni")
-blink_modules_sources("vibration") {
+blink_modules_sources("nfc") {
sources = [
- "NavigatorVibration.cpp",
- "NavigatorVibration.h",
- "VibrationController.cpp",
- "VibrationController.h",
+ "NFC.cpp",
+ "NFC.h",
+ "NFCError.cpp",
+ "NFCError.h",
+ "NavigatorNFC.cpp",
+ "NavigatorNFC.h",
]
deps = [
- "//device/vibration:mojo_bindings_blink",
+ "//device/nfc:mojo_bindings_blink",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/netinfo/BUILD.gn ('k') | third_party/WebKit/Source/modules/notifications/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698