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