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

Unified Diff: Source/modules/modules.gypi

Issue 1291663004: [webnfc]: Step 1: Add NavigatorNfc, Nfc and Layout tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: d'stor ~NFC() override Created 5 years, 4 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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/nfc/NFC.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index 8ef523e6ea5b5cfbe2f631099925567c27687604..e54c8790e4dc10c14969caf81f3a5a978e2a4ac0 100644
--- a/Source/modules/modules.gypi
+++ b/Source/modules/modules.gypi
@@ -142,6 +142,7 @@
'navigatorconnect/ServicePortConnectEvent.idl',
'navigatorconnect/ServicePortCollection.idl',
'netinfo/NetworkInformation.idl',
+ 'nfc/NFC.idl',
'notifications/Notification.idl',
'notifications/NotificationEvent.idl',
'notifications/NotificationPermissionCallback.idl',
@@ -345,6 +346,7 @@
'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
'navigatorconnect/WorkerNavigatorServices.idl',
'navigatorcontentutils/NavigatorContentUtils.idl',
+ 'nfc/NavigatorNFC.idl',
'netinfo/NavigatorNetworkInformation.idl',
'netinfo/WorkerNavigatorNetworkInformation.idl',
'notifications/ServiceWorkerGlobalScopeNotifications.idl',
@@ -1177,6 +1179,10 @@
'netinfo/NetworkInformation.h',
'netinfo/WorkerNavigatorNetworkInformation.cpp',
'netinfo/WorkerNavigatorNetworkInformation.h',
+ 'nfc/NavigatorNFC.cpp',
+ 'nfc/NavigatorNFC.h',
+ 'nfc/NFC.cpp',
+ 'nfc/NFC.h',
'notifications/Notification.cpp',
'notifications/Notification.h',
'notifications/NotificationData.cpp',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/nfc/NFC.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698