| 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 1303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1314 'netinfo/NavigatorNetworkInformation.cpp', | 1314 'netinfo/NavigatorNetworkInformation.cpp', |
| 1315 'netinfo/NavigatorNetworkInformation.h', | 1315 'netinfo/NavigatorNetworkInformation.h', |
| 1316 'netinfo/NetworkInformation.cpp', | 1316 'netinfo/NetworkInformation.cpp', |
| 1317 'netinfo/NetworkInformation.h', | 1317 'netinfo/NetworkInformation.h', |
| 1318 'netinfo/WorkerNavigatorNetworkInformation.cpp', | 1318 'netinfo/WorkerNavigatorNetworkInformation.cpp', |
| 1319 'netinfo/WorkerNavigatorNetworkInformation.h', | 1319 'netinfo/WorkerNavigatorNetworkInformation.h', |
| 1320 'nfc/NavigatorNFC.cpp', | 1320 'nfc/NavigatorNFC.cpp', |
| 1321 'nfc/NavigatorNFC.h', | 1321 'nfc/NavigatorNFC.h', |
| 1322 'nfc/NFC.cpp', | 1322 'nfc/NFC.cpp', |
| 1323 'nfc/NFC.h', | 1323 'nfc/NFC.h', |
| 1324 'nfc/NFCError.cpp', |
| 1325 'nfc/NFCError.h', |
| 1324 'notifications/Notification.cpp', | 1326 'notifications/Notification.cpp', |
| 1325 'notifications/Notification.h', | 1327 'notifications/Notification.h', |
| 1326 'notifications/NotificationData.cpp', | 1328 'notifications/NotificationData.cpp', |
| 1327 'notifications/NotificationData.h', | 1329 'notifications/NotificationData.h', |
| 1328 'notifications/NotificationEvent.cpp', | 1330 'notifications/NotificationEvent.cpp', |
| 1329 'notifications/NotificationEvent.h', | 1331 'notifications/NotificationEvent.h', |
| 1330 'notifications/NotificationImageLoader.cpp', | 1332 'notifications/NotificationImageLoader.cpp', |
| 1331 'notifications/NotificationImageLoader.h', | 1333 'notifications/NotificationImageLoader.h', |
| 1332 'notifications/NotificationPermissionCallback.h', | 1334 'notifications/NotificationPermissionCallback.h', |
| 1333 'notifications/NotificationPermissionClient.cpp', | 1335 'notifications/NotificationPermissionClient.cpp', |
| (...skipping 668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2002 'webaudio/AudioBasicProcessorHandlerTest.cpp', | 2004 'webaudio/AudioBasicProcessorHandlerTest.cpp', |
| 2003 'webaudio/ConvolverNodeTest.cpp', | 2005 'webaudio/ConvolverNodeTest.cpp', |
| 2004 'webaudio/DynamicsCompressorNodeTest.cpp', | 2006 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2005 'webaudio/ScriptProcessorNodeTest.cpp', | 2007 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2006 'webaudio/StereoPannerNodeTest.cpp', | 2008 'webaudio/StereoPannerNodeTest.cpp', |
| 2007 'websockets/DOMWebSocketTest.cpp', | 2009 'websockets/DOMWebSocketTest.cpp', |
| 2008 'websockets/DocumentWebSocketChannelTest.cpp', | 2010 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2009 ], | 2011 ], |
| 2010 }, | 2012 }, |
| 2011 } | 2013 } |
| OLD | NEW |