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

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

Issue 2052473002: Revert of [webnfc] Implement push() method in blink nfc module. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onionsoup_webnfc
Patch Set: Created 4 years, 6 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 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'netinfo/NavigatorNetworkInformation.cpp', 1307 'netinfo/NavigatorNetworkInformation.cpp',
1308 'netinfo/NavigatorNetworkInformation.h', 1308 'netinfo/NavigatorNetworkInformation.h',
1309 'netinfo/NetworkInformation.cpp', 1309 'netinfo/NetworkInformation.cpp',
1310 'netinfo/NetworkInformation.h', 1310 'netinfo/NetworkInformation.h',
1311 'netinfo/WorkerNavigatorNetworkInformation.cpp', 1311 'netinfo/WorkerNavigatorNetworkInformation.cpp',
1312 'netinfo/WorkerNavigatorNetworkInformation.h', 1312 'netinfo/WorkerNavigatorNetworkInformation.h',
1313 'nfc/NavigatorNFC.cpp', 1313 'nfc/NavigatorNFC.cpp',
1314 'nfc/NavigatorNFC.h', 1314 'nfc/NavigatorNFC.h',
1315 'nfc/NFC.cpp', 1315 'nfc/NFC.cpp',
1316 'nfc/NFC.h', 1316 'nfc/NFC.h',
1317 'nfc/NFCError.cpp',
1318 'nfc/NFCError.h',
1319 'notifications/Notification.cpp', 1317 'notifications/Notification.cpp',
1320 'notifications/Notification.h', 1318 'notifications/Notification.h',
1321 'notifications/NotificationData.cpp', 1319 'notifications/NotificationData.cpp',
1322 'notifications/NotificationData.h', 1320 'notifications/NotificationData.h',
1323 'notifications/NotificationEvent.cpp', 1321 'notifications/NotificationEvent.cpp',
1324 'notifications/NotificationEvent.h', 1322 'notifications/NotificationEvent.h',
1325 'notifications/NotificationImageLoader.cpp', 1323 'notifications/NotificationImageLoader.cpp',
1326 'notifications/NotificationImageLoader.h', 1324 'notifications/NotificationImageLoader.h',
1327 'notifications/NotificationPermissionCallback.h', 1325 'notifications/NotificationPermissionCallback.h',
1328 'notifications/NotificationPermissionClient.cpp', 1326 'notifications/NotificationPermissionClient.cpp',
(...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 'webaudio/ConvolverNodeTest.cpp', 1995 'webaudio/ConvolverNodeTest.cpp',
1998 'webaudio/DynamicsCompressorNodeTest.cpp', 1996 'webaudio/DynamicsCompressorNodeTest.cpp',
1999 'webaudio/ScriptProcessorNodeTest.cpp', 1997 'webaudio/ScriptProcessorNodeTest.cpp',
2000 'webaudio/StereoPannerNodeTest.cpp', 1998 'webaudio/StereoPannerNodeTest.cpp',
2001 'webdatabase/QuotaTrackerTest.cpp', 1999 'webdatabase/QuotaTrackerTest.cpp',
2002 'websockets/DOMWebSocketTest.cpp', 2000 'websockets/DOMWebSocketTest.cpp',
2003 'websockets/DocumentWebSocketChannelTest.cpp', 2001 'websockets/DocumentWebSocketChannelTest.cpp',
2004 ], 2002 ],
2005 }, 2003 },
2006 } 2004 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gyp ('k') | third_party/WebKit/Source/modules/nfc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698