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

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: 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
Index: Source/modules/modules.gypi
diff --git a/Source/modules/modules.gypi b/Source/modules/modules.gypi
index b96e2d700136461f3dbf848b129ba6a3d00e2cd8..8ccf9f1e934dd6191d328906aec29fdcc83302fc 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',
@@ -1175,6 +1177,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',

Powered by Google App Engine
This is Rietveld 408576698