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

Unified Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1444303002: [webnfc] Align NFC interface with latest specification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes for review comments from Kenneth Created 5 years, 1 month 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/modules.gypi
diff --git a/third_party/WebKit/Source/modules/modules.gypi b/third_party/WebKit/Source/modules/modules.gypi
index 39655bbc37b423576966217ff74f369463bf3856..63a7cd695f67ac608ccfe214b3a07a87f2d66ad7 100644
--- a/third_party/WebKit/Source/modules/modules.gypi
+++ b/third_party/WebKit/Source/modules/modules.gypi
@@ -144,6 +144,7 @@
'navigatorconnect/ServicePortConnectEvent.idl',
'navigatorconnect/ServicePortCollection.idl',
'netinfo/NetworkInformation.idl',
+ 'nfc/MessageCallback.idl',
'nfc/NFC.idl',
'notifications/Notification.idl',
'notifications/NotificationEvent.idl',
@@ -470,6 +471,7 @@
'navigatorconnect/ServicePortConnectOptions.idl',
'navigatorconnect/ServicePortConnectResponse.idl',
'navigatorconnect/ServicePortMatchOptions.idl',
+ 'nfc/NFCMessage.idl',
'nfc/NFCPushOptions.idl',
'nfc/NFCRecord.idl',
'nfc/NFCWatchOptions.idl',
@@ -607,6 +609,8 @@
'<(blink_modules_output_dir)/navigatorconnect/ServicePortConnectResponse.h',
'<(blink_modules_output_dir)/navigatorconnect/ServicePortMatchOptions.cpp',
'<(blink_modules_output_dir)/navigatorconnect/ServicePortMatchOptions.h',
+ '<(blink_modules_output_dir)/nfc/NFCMessage.cpp',
+ '<(blink_modules_output_dir)/nfc/NFCMessage.h',
'<(blink_modules_output_dir)/nfc/NFCPushOptions.cpp',
'<(blink_modules_output_dir)/nfc/NFCPushOptions.h',
'<(blink_modules_output_dir)/nfc/NFCRecord.cpp',

Powered by Google App Engine
This is Rietveld 408576698