| 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 1299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |