| 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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 292 'battery/BatteryManager.cpp', | 292 'battery/BatteryManager.cpp', |
| 293 'battery/BatteryManager.h', | 293 'battery/BatteryManager.h', |
| 294 'battery/BatteryStatus.cpp', | 294 'battery/BatteryStatus.cpp', |
| 295 'battery/BatteryStatus.h', | 295 'battery/BatteryStatus.h', |
| 296 'battery/NavigatorBattery.cpp', | 296 'battery/NavigatorBattery.cpp', |
| 297 'battery/NavigatorBattery.h', | 297 'battery/NavigatorBattery.h', |
| 298 'beacon/NavigatorBeacon.cpp', | 298 'beacon/NavigatorBeacon.cpp', |
| 299 'beacon/NavigatorBeacon.h', | 299 'beacon/NavigatorBeacon.h', |
| 300 'crypto/AesKeyAlgorithm.cpp', | 300 'crypto/AesKeyAlgorithm.cpp', |
| 301 'crypto/AesKeyAlgorithm.h', | 301 'crypto/AesKeyAlgorithm.h', |
| 302 'crypto/CryptoResultImpl.cpp', |
| 303 'crypto/CryptoResultImpl.h', |
| 302 'crypto/Crypto.cpp', | 304 'crypto/Crypto.cpp', |
| 303 'crypto/Crypto.h', | 305 'crypto/Crypto.h', |
| 304 'crypto/CryptoResultImpl.cpp', | |
| 305 'crypto/CryptoResultImpl.h', | |
| 306 'crypto/DOMWindowCrypto.cpp', | 306 'crypto/DOMWindowCrypto.cpp', |
| 307 'crypto/DOMWindowCrypto.h', | 307 'crypto/DOMWindowCrypto.h', |
| 308 'crypto/HmacKeyAlgorithm.cpp', | 308 'crypto/HmacKeyAlgorithm.cpp', |
| 309 'crypto/HmacKeyAlgorithm.h', | 309 'crypto/HmacKeyAlgorithm.h', |
| 310 'crypto/Key.cpp', | 310 'crypto/Key.cpp', |
| 311 'crypto/Key.h', | 311 'crypto/Key.h', |
| 312 'crypto/KeyAlgorithm.cpp', | 312 'crypto/KeyAlgorithm.cpp', |
| 313 'crypto/KeyAlgorithm.h', | 313 'crypto/KeyAlgorithm.h', |
| 314 'crypto/KeyPair.cpp', | 314 'crypto/KeyPair.cpp', |
| 315 'crypto/KeyPair.h', | 315 'crypto/KeyPair.h', |
| (...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 976 'indexeddb/IDBRequestTest.cpp', | 976 'indexeddb/IDBRequestTest.cpp', |
| 977 'indexeddb/IDBTransactionTest.cpp', | 977 'indexeddb/IDBTransactionTest.cpp', |
| 978 'websockets/WebSocketDeflaterTest.cpp', | 978 'websockets/WebSocketDeflaterTest.cpp', |
| 979 'websockets/WebSocketExtensionDispatcherTest.cpp', | 979 'websockets/WebSocketExtensionDispatcherTest.cpp', |
| 980 'websockets/WebSocketExtensionParserTest.cpp', | 980 'websockets/WebSocketExtensionParserTest.cpp', |
| 981 'websockets/WebSocketPerMessageDeflateTest.cpp', | 981 'websockets/WebSocketPerMessageDeflateTest.cpp', |
| 982 'websockets/WebSocketTest.cpp', | 982 'websockets/WebSocketTest.cpp', |
| 983 ], | 983 ], |
| 984 }, | 984 }, |
| 985 } | 985 } |
| OLD | NEW |