| 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",
|
| ]
|
| }
|
|
|