| OLD | NEW |
| 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 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1311 'nfc/NFC.cpp', | 1311 'nfc/NFC.cpp', |
| 1312 'nfc/NFC.h', | 1312 'nfc/NFC.h', |
| 1313 'notifications/Notification.cpp', | 1313 'notifications/Notification.cpp', |
| 1314 'notifications/Notification.h', | 1314 'notifications/Notification.h', |
| 1315 'notifications/NotificationData.cpp', | 1315 'notifications/NotificationData.cpp', |
| 1316 'notifications/NotificationData.h', | 1316 'notifications/NotificationData.h', |
| 1317 'notifications/NotificationEvent.cpp', | 1317 'notifications/NotificationEvent.cpp', |
| 1318 'notifications/NotificationEvent.h', | 1318 'notifications/NotificationEvent.h', |
| 1319 'notifications/NotificationImageLoader.cpp', | 1319 'notifications/NotificationImageLoader.cpp', |
| 1320 'notifications/NotificationImageLoader.h', | 1320 'notifications/NotificationImageLoader.h', |
| 1321 'notifications/NotificationManager.cpp', | |
| 1322 'notifications/NotificationManager.h', | |
| 1323 'notifications/NotificationPermissionCallback.h', | 1321 'notifications/NotificationPermissionCallback.h', |
| 1324 'notifications/NotificationPermissionClient.cpp', | 1322 'notifications/NotificationPermissionClient.cpp', |
| 1325 'notifications/NotificationPermissionClient.h', | 1323 'notifications/NotificationPermissionClient.h', |
| 1326 'notifications/NotificationResourcesLoader.cpp', | 1324 'notifications/NotificationResourcesLoader.cpp', |
| 1327 'notifications/NotificationResourcesLoader.h', | 1325 'notifications/NotificationResourcesLoader.h', |
| 1328 'notifications/ServiceWorkerGlobalScopeNotifications.h', | 1326 'notifications/ServiceWorkerGlobalScopeNotifications.h', |
| 1329 'notifications/ServiceWorkerRegistrationNotifications.cpp', | 1327 'notifications/ServiceWorkerRegistrationNotifications.cpp', |
| 1330 'notifications/ServiceWorkerRegistrationNotifications.h', | 1328 'notifications/ServiceWorkerRegistrationNotifications.h', |
| 1331 'offscreencanvas/OffscreenCanvasModules.cpp', | 1329 'offscreencanvas/OffscreenCanvasModules.cpp', |
| 1332 'offscreencanvas/OffscreenCanvasModules.h', | 1330 'offscreencanvas/OffscreenCanvasModules.h', |
| (...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1991 'webaudio/ConvolverNodeTest.cpp', | 1989 'webaudio/ConvolverNodeTest.cpp', |
| 1992 'webaudio/DynamicsCompressorNodeTest.cpp', | 1990 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 1993 'webaudio/ScriptProcessorNodeTest.cpp', | 1991 'webaudio/ScriptProcessorNodeTest.cpp', |
| 1994 'webaudio/StereoPannerNodeTest.cpp', | 1992 'webaudio/StereoPannerNodeTest.cpp', |
| 1995 'webdatabase/QuotaTrackerTest.cpp', | 1993 'webdatabase/QuotaTrackerTest.cpp', |
| 1996 'websockets/DOMWebSocketTest.cpp', | 1994 'websockets/DOMWebSocketTest.cpp', |
| 1997 'websockets/DocumentWebSocketChannelTest.cpp', | 1995 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1998 ], | 1996 ], |
| 1999 }, | 1997 }, |
| 2000 } | 1998 } |
| OLD | NEW |