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/CrossThreadCryptoResult.h', |
302 'crypto/Crypto.cpp', | 303 'crypto/Crypto.cpp', |
303 'crypto/Crypto.h', | 304 'crypto/Crypto.h', |
304 'crypto/CryptoResultImpl.cpp', | 305 'crypto/CryptoResultImpl.cpp', |
305 'crypto/CryptoResultImpl.h', | 306 'crypto/CryptoResultImpl.h', |
306 'crypto/DOMWindowCrypto.cpp', | 307 'crypto/DOMWindowCrypto.cpp', |
307 'crypto/DOMWindowCrypto.h', | 308 'crypto/DOMWindowCrypto.h', |
308 'crypto/HmacKeyAlgorithm.cpp', | 309 'crypto/HmacKeyAlgorithm.cpp', |
309 'crypto/HmacKeyAlgorithm.h', | 310 'crypto/HmacKeyAlgorithm.h', |
310 'crypto/Key.cpp', | 311 'crypto/Key.cpp', |
311 'crypto/Key.h', | 312 'crypto/Key.h', |
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
976 'indexeddb/IDBRequestTest.cpp', | 977 'indexeddb/IDBRequestTest.cpp', |
977 'indexeddb/IDBTransactionTest.cpp', | 978 'indexeddb/IDBTransactionTest.cpp', |
978 'websockets/WebSocketDeflaterTest.cpp', | 979 'websockets/WebSocketDeflaterTest.cpp', |
979 'websockets/WebSocketExtensionDispatcherTest.cpp', | 980 'websockets/WebSocketExtensionDispatcherTest.cpp', |
980 'websockets/WebSocketExtensionParserTest.cpp', | 981 'websockets/WebSocketExtensionParserTest.cpp', |
981 'websockets/WebSocketPerMessageDeflateTest.cpp', | 982 'websockets/WebSocketPerMessageDeflateTest.cpp', |
982 'websockets/WebSocketTest.cpp', | 983 'websockets/WebSocketTest.cpp', |
983 ], | 984 ], |
984 }, | 985 }, |
985 } | 986 } |
OLD | NEW |