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

Side by Side Diff: third_party/WebKit/Source/modules/modules.gypi

Issue 1708543002: [webnfc] Implement push() method in blink nfc module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onionsoup_webnfc
Patch Set: Rebased to master. Added back finalization to NFC class. Created 4 years, 8 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
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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 'netinfo/NavigatorNetworkInformation.cpp', 1310 'netinfo/NavigatorNetworkInformation.cpp',
1311 'netinfo/NavigatorNetworkInformation.h', 1311 'netinfo/NavigatorNetworkInformation.h',
1312 'netinfo/NetworkInformation.cpp', 1312 'netinfo/NetworkInformation.cpp',
1313 'netinfo/NetworkInformation.h', 1313 'netinfo/NetworkInformation.h',
1314 'netinfo/WorkerNavigatorNetworkInformation.cpp', 1314 'netinfo/WorkerNavigatorNetworkInformation.cpp',
1315 'netinfo/WorkerNavigatorNetworkInformation.h', 1315 'netinfo/WorkerNavigatorNetworkInformation.h',
1316 'nfc/NavigatorNFC.cpp', 1316 'nfc/NavigatorNFC.cpp',
1317 'nfc/NavigatorNFC.h', 1317 'nfc/NavigatorNFC.h',
1318 'nfc/NFC.cpp', 1318 'nfc/NFC.cpp',
1319 'nfc/NFC.h', 1319 'nfc/NFC.h',
1320 'nfc/NFCError.cpp',
1321 'nfc/NFCError.h',
1320 'notifications/Notification.cpp', 1322 'notifications/Notification.cpp',
1321 'notifications/Notification.h', 1323 'notifications/Notification.h',
1322 'notifications/NotificationData.cpp', 1324 'notifications/NotificationData.cpp',
1323 'notifications/NotificationData.h', 1325 'notifications/NotificationData.h',
1324 'notifications/NotificationEvent.cpp', 1326 'notifications/NotificationEvent.cpp',
1325 'notifications/NotificationEvent.h', 1327 'notifications/NotificationEvent.h',
1326 'notifications/NotificationPermissionCallback.h', 1328 'notifications/NotificationPermissionCallback.h',
1327 'notifications/NotificationPermissionClient.cpp', 1329 'notifications/NotificationPermissionClient.cpp',
1328 'notifications/NotificationPermissionClient.h', 1330 'notifications/NotificationPermissionClient.h',
1329 'notifications/ServiceWorkerGlobalScopeNotifications.h', 1331 'notifications/ServiceWorkerGlobalScopeNotifications.h',
(...skipping 673 matching lines...) Expand 10 before | Expand all | Expand 10 after
2003 'webaudio/AudioBasicProcessorHandlerTest.cpp', 2005 'webaudio/AudioBasicProcessorHandlerTest.cpp',
2004 'webaudio/ConvolverNodeTest.cpp', 2006 'webaudio/ConvolverNodeTest.cpp',
2005 'webaudio/DynamicsCompressorNodeTest.cpp', 2007 'webaudio/DynamicsCompressorNodeTest.cpp',
2006 'webaudio/ScriptProcessorNodeTest.cpp', 2008 'webaudio/ScriptProcessorNodeTest.cpp',
2007 'webaudio/StereoPannerNodeTest.cpp', 2009 'webaudio/StereoPannerNodeTest.cpp',
2008 'websockets/DOMWebSocketTest.cpp', 2010 'websockets/DOMWebSocketTest.cpp',
2009 'websockets/DocumentWebSocketChannelTest.cpp', 2011 'websockets/DocumentWebSocketChannelTest.cpp',
2010 ], 2012 ],
2011 }, 2013 },
2012 } 2014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698