| 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 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1329 'netinfo/NavigatorNetworkInformation.cpp', | 1329 'netinfo/NavigatorNetworkInformation.cpp', |
| 1330 'netinfo/NavigatorNetworkInformation.h', | 1330 'netinfo/NavigatorNetworkInformation.h', |
| 1331 'netinfo/NetworkInformation.cpp', | 1331 'netinfo/NetworkInformation.cpp', |
| 1332 'netinfo/NetworkInformation.h', | 1332 'netinfo/NetworkInformation.h', |
| 1333 'netinfo/WorkerNavigatorNetworkInformation.cpp', | 1333 'netinfo/WorkerNavigatorNetworkInformation.cpp', |
| 1334 'netinfo/WorkerNavigatorNetworkInformation.h', | 1334 'netinfo/WorkerNavigatorNetworkInformation.h', |
| 1335 'nfc/NavigatorNFC.cpp', | 1335 'nfc/NavigatorNFC.cpp', |
| 1336 'nfc/NavigatorNFC.h', | 1336 'nfc/NavigatorNFC.h', |
| 1337 'nfc/NFC.cpp', | 1337 'nfc/NFC.cpp', |
| 1338 'nfc/NFC.h', | 1338 'nfc/NFC.h', |
| 1339 'nfc/NFCError.cpp', |
| 1340 'nfc/NFCError.h', |
| 1339 'notifications/Notification.cpp', | 1341 'notifications/Notification.cpp', |
| 1340 'notifications/Notification.h', | 1342 'notifications/Notification.h', |
| 1341 'notifications/NotificationData.cpp', | 1343 'notifications/NotificationData.cpp', |
| 1342 'notifications/NotificationData.h', | 1344 'notifications/NotificationData.h', |
| 1343 'notifications/NotificationEvent.cpp', | 1345 'notifications/NotificationEvent.cpp', |
| 1344 'notifications/NotificationEvent.h', | 1346 'notifications/NotificationEvent.h', |
| 1345 'notifications/NotificationImageLoader.cpp', | 1347 'notifications/NotificationImageLoader.cpp', |
| 1346 'notifications/NotificationImageLoader.h', | 1348 'notifications/NotificationImageLoader.h', |
| 1347 'notifications/NotificationPermissionCallback.h', | 1349 'notifications/NotificationPermissionCallback.h', |
| 1348 'notifications/NotificationPermissionClient.cpp', | 1350 'notifications/NotificationPermissionClient.cpp', |
| (...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2020 'webaudio/ConvolverNodeTest.cpp', | 2022 'webaudio/ConvolverNodeTest.cpp', |
| 2021 'webaudio/DynamicsCompressorNodeTest.cpp', | 2023 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2022 'webaudio/ScriptProcessorNodeTest.cpp', | 2024 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2023 'webaudio/StereoPannerNodeTest.cpp', | 2025 'webaudio/StereoPannerNodeTest.cpp', |
| 2024 'webdatabase/QuotaTrackerTest.cpp', | 2026 'webdatabase/QuotaTrackerTest.cpp', |
| 2025 'websockets/DOMWebSocketTest.cpp', | 2027 'websockets/DOMWebSocketTest.cpp', |
| 2026 'websockets/DocumentWebSocketChannelTest.cpp', | 2028 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2027 ], | 2029 ], |
| 2028 }, | 2030 }, |
| 2029 } | 2031 } |
| OLD | NEW |