| 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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 'webmidi/MIDIConnectionEvent.idl', | 290 'webmidi/MIDIConnectionEvent.idl', |
| 291 'webmidi/MIDIMessageEvent.idl', | 291 'webmidi/MIDIMessageEvent.idl', |
| 292 'websockets/CloseEvent.idl', | 292 'websockets/CloseEvent.idl', |
| 293 ], | 293 ], |
| 294 'modules_dictionary_idl_files': [ | 294 'modules_dictionary_idl_files': [ |
| 295 'encoding/TextDecodeOptions.idl', | 295 'encoding/TextDecodeOptions.idl', |
| 296 'encoding/TextDecoderOptions.idl', | 296 'encoding/TextDecoderOptions.idl', |
| 297 'encryptedmedia/MediaKeySystemOptions.idl', | 297 'encryptedmedia/MediaKeySystemOptions.idl', |
| 298 'filesystem/FileSystemFlags.idl', | 298 'filesystem/FileSystemFlags.idl', |
| 299 'geofencing/CircularGeofencingRegionInit.idl', | 299 'geofencing/CircularGeofencingRegionInit.idl', |
| 300 'geolocation/PositionOptions.idl', |
| 300 'indexeddb/IDBIndexParameters.idl', | 301 'indexeddb/IDBIndexParameters.idl', |
| 301 'notifications/NotificationOptions.idl', | 302 'notifications/NotificationOptions.idl', |
| 302 'serviceworkers/CacheQueryOptions.idl', | 303 'serviceworkers/CacheQueryOptions.idl', |
| 303 'serviceworkers/RegistrationOptions.idl', | 304 'serviceworkers/RegistrationOptions.idl', |
| 304 'serviceworkers/ServiceWorkerClientQueryOptions.idl', | 305 'serviceworkers/ServiceWorkerClientQueryOptions.idl', |
| 305 'webmidi/MIDIOptions.idl', | 306 'webmidi/MIDIOptions.idl', |
| 306 ], | 307 ], |
| 307 'generated_modules_files': [ | 308 'generated_modules_files': [ |
| 308 # .cpp files from make_modules_generated actions. | 309 # .cpp files from make_modules_generated actions. |
| 309 '<(blink_modules_output_dir)/EventModules.cpp', | 310 '<(blink_modules_output_dir)/EventModules.cpp', |
| 310 '<(blink_modules_output_dir)/EventModulesHeaders.h', | 311 '<(blink_modules_output_dir)/EventModulesHeaders.h', |
| 311 '<(blink_modules_output_dir)/EventModulesNames.cpp', | 312 '<(blink_modules_output_dir)/EventModulesNames.cpp', |
| 312 '<(blink_modules_output_dir)/EventModulesNames.h', | 313 '<(blink_modules_output_dir)/EventModulesNames.h', |
| 313 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', | 314 '<(blink_modules_output_dir)/EventTargetModulesNames.cpp', |
| 314 '<(blink_modules_output_dir)/EventTargetModulesNames.h', | 315 '<(blink_modules_output_dir)/EventTargetModulesNames.h', |
| 315 '<(blink_modules_output_dir)/IndexedDBNames.cpp', | 316 '<(blink_modules_output_dir)/IndexedDBNames.cpp', |
| 316 '<(blink_modules_output_dir)/IndexedDBNames.h', | 317 '<(blink_modules_output_dir)/IndexedDBNames.h', |
| 317 ], | 318 ], |
| 318 'generated_modules_dictionary_files': [ | 319 'generated_modules_dictionary_files': [ |
| 319 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', | 320 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.cpp', |
| 320 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', | 321 '<(blink_modules_output_dir)/encoding/TextDecodeOptions.h', |
| 321 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', | 322 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.cpp', |
| 322 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', | 323 '<(blink_modules_output_dir)/encoding/TextDecoderOptions.h', |
| 323 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemOptions.cpp', | 324 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemOptions.cpp', |
| 324 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemOptions.h', | 325 '<(blink_modules_output_dir)/encryptedmedia/MediaKeySystemOptions.h', |
| 325 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp', | 326 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.cpp', |
| 326 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h', | 327 '<(blink_modules_output_dir)/filesystem/FileSystemFlags.h', |
| 327 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.cpp', | 328 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.cpp', |
| 328 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.h', | 329 '<(blink_modules_output_dir)/geofencing/CircularGeofencingRegionInit.h', |
| 330 '<(blink_modules_output_dir)/geolocation/PositionOptions.cpp', |
| 331 '<(blink_modules_output_dir)/geolocation/PositionOptions.h', |
| 329 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', | 332 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.cpp', |
| 330 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', | 333 '<(blink_modules_output_dir)/indexeddb/IDBIndexParameters.h', |
| 331 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', | 334 '<(blink_modules_output_dir)/notifications/NotificationOptions.cpp', |
| 332 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', | 335 '<(blink_modules_output_dir)/notifications/NotificationOptions.h', |
| 333 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp', | 336 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.cpp', |
| 334 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h', | 337 '<(blink_modules_output_dir)/serviceworkers/CacheQueryOptions.h', |
| 335 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', | 338 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.cpp', |
| 336 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', | 339 '<(blink_modules_output_dir)/serviceworkers/RegistrationOptions.h', |
| 337 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption
s.cpp', | 340 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption
s.cpp', |
| 338 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption
s.h', | 341 '<(blink_modules_output_dir)/serviceworkers/ServiceWorkerClientQueryOption
s.h', |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'geofencing/WorkerNavigatorGeofencing.h', | 599 'geofencing/WorkerNavigatorGeofencing.h', |
| 597 'geolocation/Coordinates.cpp', | 600 'geolocation/Coordinates.cpp', |
| 598 'geolocation/Geolocation.cpp', | 601 'geolocation/Geolocation.cpp', |
| 599 'geolocation/GeolocationController.cpp', | 602 'geolocation/GeolocationController.cpp', |
| 600 'geolocation/GeoNotifier.cpp', | 603 'geolocation/GeoNotifier.cpp', |
| 601 'geolocation/GeoNotifier.h', | 604 'geolocation/GeoNotifier.h', |
| 602 'geolocation/GeolocationWatchers.cpp', | 605 'geolocation/GeolocationWatchers.cpp', |
| 603 'geolocation/GeolocationWatchers.h', | 606 'geolocation/GeolocationWatchers.h', |
| 604 'geolocation/NavigatorGeolocation.cpp', | 607 'geolocation/NavigatorGeolocation.cpp', |
| 605 'geolocation/NavigatorGeolocation.h', | 608 'geolocation/NavigatorGeolocation.h', |
| 606 'geolocation/PositionOptions.cpp', | |
| 607 'geolocation/PositionOptions.h', | |
| 608 'indexeddb/DOMWindowIndexedDatabase.cpp', | 609 'indexeddb/DOMWindowIndexedDatabase.cpp', |
| 609 'indexeddb/DOMWindowIndexedDatabase.h', | 610 'indexeddb/DOMWindowIndexedDatabase.h', |
| 610 'indexeddb/IDBAny.cpp', | 611 'indexeddb/IDBAny.cpp', |
| 611 'indexeddb/IDBAny.h', | 612 'indexeddb/IDBAny.h', |
| 612 'indexeddb/IDBCursor.cpp', | 613 'indexeddb/IDBCursor.cpp', |
| 613 'indexeddb/IDBCursor.h', | 614 'indexeddb/IDBCursor.h', |
| 614 'indexeddb/IDBCursorWithValue.cpp', | 615 'indexeddb/IDBCursorWithValue.cpp', |
| 615 'indexeddb/IDBCursorWithValue.h', | 616 'indexeddb/IDBCursorWithValue.h', |
| 616 'indexeddb/IDBDatabase.cpp', | 617 'indexeddb/IDBDatabase.cpp', |
| 617 'indexeddb/IDBDatabase.h', | 618 'indexeddb/IDBDatabase.h', |
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1119 'serviceworkers/CacheTest.cpp', | 1120 'serviceworkers/CacheTest.cpp', |
| 1120 'serviceworkers/FetchResponseDataTest.cpp', | 1121 'serviceworkers/FetchResponseDataTest.cpp', |
| 1121 'serviceworkers/RequestTest.cpp', | 1122 'serviceworkers/RequestTest.cpp', |
| 1122 'serviceworkers/ResponseTest.cpp', | 1123 'serviceworkers/ResponseTest.cpp', |
| 1123 'serviceworkers/ServiceWorkerContainerTest.cpp', | 1124 'serviceworkers/ServiceWorkerContainerTest.cpp', |
| 1124 'websockets/DOMWebSocketTest.cpp', | 1125 'websockets/DOMWebSocketTest.cpp', |
| 1125 'websockets/DocumentWebSocketChannelTest.cpp', | 1126 'websockets/DocumentWebSocketChannelTest.cpp', |
| 1126 ], | 1127 ], |
| 1127 }, | 1128 }, |
| 1128 } | 1129 } |
| OLD | NEW |