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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 '../core/core_generated.gypi', 3 '../core/core_generated.gypi',
4 'modules_generated.gypi', 4 'modules_generated.gypi',
5 ], 5 ],
6 'variables': { 6 'variables': {
7 # Experimental hooks for embedder to provide extra IDL and source files. 7 # Experimental hooks for embedder to provide extra IDL and source files.
8 # 8 #
9 # Note: this is not a supported API. If you rely on this, you will be broken 9 # Note: this is not a supported API. If you rely on this, you will be broken
10 # from time to time as the code generator changes in backward incompatible 10 # from time to time as the code generator changes in backward incompatible
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'mediastream/RTCSessionDescriptionCallback.idl', 135 'mediastream/RTCSessionDescriptionCallback.idl',
136 'mediastream/RTCStatsCallback.idl', 136 'mediastream/RTCStatsCallback.idl',
137 'mediastream/RTCStatsReport.idl', 137 'mediastream/RTCStatsReport.idl',
138 'mediastream/RTCStatsResponse.idl', 138 'mediastream/RTCStatsResponse.idl',
139 'mediastream/SourceInfo.idl', 139 'mediastream/SourceInfo.idl',
140 'navigatorconnect/CrossOriginServiceWorkerClient.idl', 140 'navigatorconnect/CrossOriginServiceWorkerClient.idl',
141 'navigatorconnect/ServicePort.idl', 141 'navigatorconnect/ServicePort.idl',
142 'navigatorconnect/ServicePortConnectEvent.idl', 142 'navigatorconnect/ServicePortConnectEvent.idl',
143 'navigatorconnect/ServicePortCollection.idl', 143 'navigatorconnect/ServicePortCollection.idl',
144 'netinfo/NetworkInformation.idl', 144 'netinfo/NetworkInformation.idl',
145 'nfc/NFC.idl',
145 'notifications/Notification.idl', 146 'notifications/Notification.idl',
146 'notifications/NotificationEvent.idl', 147 'notifications/NotificationEvent.idl',
147 'notifications/NotificationPermissionCallback.idl', 148 'notifications/NotificationPermissionCallback.idl',
148 'permissions/Permissions.idl', 149 'permissions/Permissions.idl',
149 'permissions/PermissionStatus.idl', 150 'permissions/PermissionStatus.idl',
150 'plugins/MimeType.idl', 151 'plugins/MimeType.idl',
151 'plugins/MimeTypeArray.idl', 152 'plugins/MimeTypeArray.idl',
152 'plugins/Plugin.idl', 153 'plugins/Plugin.idl',
153 'plugins/PluginArray.idl', 154 'plugins/PluginArray.idl',
154 'presentation/Presentation.idl', 155 'presentation/Presentation.idl',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'mediasource/HTMLVideoElementMediaSource.idl', 339 'mediasource/HTMLVideoElementMediaSource.idl',
339 'mediasource/URLMediaSource.idl', 340 'mediasource/URLMediaSource.idl',
340 'mediastream/NavigatorMediaStream.idl', 341 'mediastream/NavigatorMediaStream.idl',
341 'mediastream/NavigatorUserMedia.idl', 342 'mediastream/NavigatorUserMedia.idl',
342 'mediastream/URLMediaStream.idl', 343 'mediastream/URLMediaStream.idl',
343 'mediastream/WindowMediaStream.idl', 344 'mediastream/WindowMediaStream.idl',
344 'navigatorconnect/NavigatorServices.idl', 345 'navigatorconnect/NavigatorServices.idl',
345 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl', 346 'navigatorconnect/ServiceWorkerGlobalScopeNavigatorConnect.idl',
346 'navigatorconnect/WorkerNavigatorServices.idl', 347 'navigatorconnect/WorkerNavigatorServices.idl',
347 'navigatorcontentutils/NavigatorContentUtils.idl', 348 'navigatorcontentutils/NavigatorContentUtils.idl',
349 'nfc/NavigatorNFC.idl',
348 'netinfo/NavigatorNetworkInformation.idl', 350 'netinfo/NavigatorNetworkInformation.idl',
349 'netinfo/WorkerNavigatorNetworkInformation.idl', 351 'netinfo/WorkerNavigatorNetworkInformation.idl',
350 'notifications/ServiceWorkerGlobalScopeNotifications.idl', 352 'notifications/ServiceWorkerGlobalScopeNotifications.idl',
351 'notifications/ServiceWorkerRegistrationNotifications.idl', 353 'notifications/ServiceWorkerRegistrationNotifications.idl',
352 'permissions/NavigatorPermissions.idl', 354 'permissions/NavigatorPermissions.idl',
353 'permissions/WorkerNavigatorPermissions.idl', 355 'permissions/WorkerNavigatorPermissions.idl',
354 'plugins/NavigatorPlugins.idl', 356 'plugins/NavigatorPlugins.idl',
355 'presentation/NavigatorPresentation.idl', 357 'presentation/NavigatorPresentation.idl',
356 'push_messaging/ServiceWorkerGlobalScopePush.idl', 358 'push_messaging/ServiceWorkerGlobalScopePush.idl',
357 'push_messaging/ServiceWorkerRegistrationPush.idl', 359 'push_messaging/ServiceWorkerRegistrationPush.idl',
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 'navigatorconnect/WorkerNavigatorServices.h', 1172 'navigatorconnect/WorkerNavigatorServices.h',
1171 'navigatorcontentutils/NavigatorContentUtils.cpp', 1173 'navigatorcontentutils/NavigatorContentUtils.cpp',
1172 'navigatorcontentutils/NavigatorContentUtils.h', 1174 'navigatorcontentutils/NavigatorContentUtils.h',
1173 'navigatorcontentutils/NavigatorContentUtilsClient.h', 1175 'navigatorcontentutils/NavigatorContentUtilsClient.h',
1174 'netinfo/NavigatorNetworkInformation.cpp', 1176 'netinfo/NavigatorNetworkInformation.cpp',
1175 'netinfo/NavigatorNetworkInformation.h', 1177 'netinfo/NavigatorNetworkInformation.h',
1176 'netinfo/NetworkInformation.cpp', 1178 'netinfo/NetworkInformation.cpp',
1177 'netinfo/NetworkInformation.h', 1179 'netinfo/NetworkInformation.h',
1178 'netinfo/WorkerNavigatorNetworkInformation.cpp', 1180 'netinfo/WorkerNavigatorNetworkInformation.cpp',
1179 'netinfo/WorkerNavigatorNetworkInformation.h', 1181 'netinfo/WorkerNavigatorNetworkInformation.h',
1182 'nfc/NavigatorNFC.cpp',
1183 'nfc/NavigatorNFC.h',
1184 'nfc/NFC.cpp',
1185 'nfc/NFC.h',
1180 'notifications/Notification.cpp', 1186 'notifications/Notification.cpp',
1181 'notifications/Notification.h', 1187 'notifications/Notification.h',
1182 'notifications/NotificationData.cpp', 1188 'notifications/NotificationData.cpp',
1183 'notifications/NotificationData.h', 1189 'notifications/NotificationData.h',
1184 'notifications/NotificationEvent.cpp', 1190 'notifications/NotificationEvent.cpp',
1185 'notifications/NotificationEvent.h', 1191 'notifications/NotificationEvent.h',
1186 'notifications/NotificationPermissionCallback.h', 1192 'notifications/NotificationPermissionCallback.h',
1187 'notifications/NotificationPermissionClient.cpp', 1193 'notifications/NotificationPermissionClient.cpp',
1188 'notifications/NotificationPermissionClient.h', 1194 'notifications/NotificationPermissionClient.h',
1189 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1195 'notifications/ServiceWorkerGlobalScopeNotifications.h',
(...skipping 590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1780 'webaudio/AudioBasicProcessorHandlerTest.cpp', 1786 'webaudio/AudioBasicProcessorHandlerTest.cpp',
1781 'webaudio/ConvolverNodeTest.cpp', 1787 'webaudio/ConvolverNodeTest.cpp',
1782 'webaudio/DynamicsCompressorNodeTest.cpp', 1788 'webaudio/DynamicsCompressorNodeTest.cpp',
1783 'webaudio/ScriptProcessorNodeTest.cpp', 1789 'webaudio/ScriptProcessorNodeTest.cpp',
1784 'webaudio/StereoPannerNodeTest.cpp', 1790 'webaudio/StereoPannerNodeTest.cpp',
1785 'websockets/DOMWebSocketTest.cpp', 1791 'websockets/DOMWebSocketTest.cpp',
1786 'websockets/DocumentWebSocketChannelTest.cpp', 1792 'websockets/DocumentWebSocketChannelTest.cpp',
1787 ], 1793 ],
1788 }, 1794 },
1789 } 1795 }
OLDNEW
« 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