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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 'gamepad/WebKitGamepadList.h', | 441 'gamepad/WebKitGamepadList.h', |
442 'geolocation/CircularRegion.cpp', | 442 'geolocation/CircularRegion.cpp', |
443 'geolocation/CircularRegion.h', | 443 'geolocation/CircularRegion.h', |
444 'geolocation/Coordinates.cpp', | 444 'geolocation/Coordinates.cpp', |
445 'geolocation/GeofencingRegion.h', | 445 'geolocation/GeofencingRegion.h', |
446 'geolocation/Geolocation.cpp', | 446 'geolocation/Geolocation.cpp', |
447 'geolocation/GeolocationController.cpp', | 447 'geolocation/GeolocationController.cpp', |
448 'geolocation/GeolocationInspectorAgent.cpp', | 448 'geolocation/GeolocationInspectorAgent.cpp', |
449 'geolocation/GeoNotifier.cpp', | 449 'geolocation/GeoNotifier.cpp', |
450 'geolocation/GeoNotifier.h', | 450 'geolocation/GeoNotifier.h', |
| 451 'geolocation/GeolocationWatchers.cpp', |
| 452 'geolocation/GeolocationWatchers.h', |
451 'geolocation/NavigatorGeolocation.cpp', | 453 'geolocation/NavigatorGeolocation.cpp', |
452 'geolocation/NavigatorGeolocation.h', | 454 'geolocation/NavigatorGeolocation.h', |
453 'geolocation/PositionOptions.cpp', | 455 'geolocation/PositionOptions.cpp', |
454 'geolocation/PositionOptions.h', | 456 'geolocation/PositionOptions.h', |
455 'imagebitmap/ImageBitmapFactories.cpp', | 457 'imagebitmap/ImageBitmapFactories.cpp', |
456 'imagebitmap/ImageBitmapFactories.h', | 458 'imagebitmap/ImageBitmapFactories.h', |
457 'indexeddb/DOMWindowIndexedDatabase.cpp', | 459 'indexeddb/DOMWindowIndexedDatabase.cpp', |
458 'indexeddb/DOMWindowIndexedDatabase.h', | 460 'indexeddb/DOMWindowIndexedDatabase.h', |
459 'indexeddb/IDBAny.cpp', | 461 'indexeddb/IDBAny.cpp', |
460 'indexeddb/IDBAny.h', | 462 'indexeddb/IDBAny.h', |
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 'indexeddb/IDBRequestTest.cpp', | 987 'indexeddb/IDBRequestTest.cpp', |
986 'indexeddb/IDBTransactionTest.cpp', | 988 'indexeddb/IDBTransactionTest.cpp', |
987 'websockets/DOMWebSocketTest.cpp', | 989 'websockets/DOMWebSocketTest.cpp', |
988 'websockets/WebSocketDeflaterTest.cpp', | 990 'websockets/WebSocketDeflaterTest.cpp', |
989 'websockets/WebSocketExtensionDispatcherTest.cpp', | 991 'websockets/WebSocketExtensionDispatcherTest.cpp', |
990 'websockets/WebSocketExtensionParserTest.cpp', | 992 'websockets/WebSocketExtensionParserTest.cpp', |
991 'websockets/WebSocketPerMessageDeflateTest.cpp', | 993 'websockets/WebSocketPerMessageDeflateTest.cpp', |
992 ], | 994 ], |
993 }, | 995 }, |
994 } | 996 } |
OLD | NEW |