| 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 1149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1160 'geolocation/GeoNotifier.h', | 1160 'geolocation/GeoNotifier.h', |
| 1161 'geolocation/GeolocationWatchers.cpp', | 1161 'geolocation/GeolocationWatchers.cpp', |
| 1162 'geolocation/GeolocationWatchers.h', | 1162 'geolocation/GeolocationWatchers.h', |
| 1163 'geolocation/NavigatorGeolocation.cpp', | 1163 'geolocation/NavigatorGeolocation.cpp', |
| 1164 'geolocation/NavigatorGeolocation.h', | 1164 'geolocation/NavigatorGeolocation.h', |
| 1165 'imagebitmap/ImageBitmapRenderingContext.cpp', | 1165 'imagebitmap/ImageBitmapRenderingContext.cpp', |
| 1166 'imagebitmap/ImageBitmapRenderingContext.h', | 1166 'imagebitmap/ImageBitmapRenderingContext.h', |
| 1167 'imagecapture/ImageCapture.cpp', | 1167 'imagecapture/ImageCapture.cpp', |
| 1168 'imagecapture/ImageCapture.h', | 1168 'imagecapture/ImageCapture.h', |
| 1169 'imagecapture/MediaSettingsRange.h', | 1169 'imagecapture/MediaSettingsRange.h', |
| 1170 'imagecapture/PhotoCapabilities.cpp', |
| 1170 'imagecapture/PhotoCapabilities.h', | 1171 'imagecapture/PhotoCapabilities.h', |
| 1171 'indexeddb/GlobalIndexedDB.cpp', | 1172 'indexeddb/GlobalIndexedDB.cpp', |
| 1172 'indexeddb/GlobalIndexedDB.h', | 1173 'indexeddb/GlobalIndexedDB.h', |
| 1173 'indexeddb/IDBAny.cpp', | 1174 'indexeddb/IDBAny.cpp', |
| 1174 'indexeddb/IDBAny.h', | 1175 'indexeddb/IDBAny.h', |
| 1175 'indexeddb/IDBCursor.cpp', | 1176 'indexeddb/IDBCursor.cpp', |
| 1176 'indexeddb/IDBCursor.h', | 1177 'indexeddb/IDBCursor.h', |
| 1177 'indexeddb/IDBCursorWithValue.cpp', | 1178 'indexeddb/IDBCursorWithValue.cpp', |
| 1178 'indexeddb/IDBCursorWithValue.h', | 1179 'indexeddb/IDBCursorWithValue.h', |
| 1179 'indexeddb/IDBDatabase.cpp', | 1180 'indexeddb/IDBDatabase.cpp', |
| (...skipping 877 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2057 'webaudio/ConvolverNodeTest.cpp', | 2058 'webaudio/ConvolverNodeTest.cpp', |
| 2058 'webaudio/DynamicsCompressorNodeTest.cpp', | 2059 'webaudio/DynamicsCompressorNodeTest.cpp', |
| 2059 'webaudio/ScriptProcessorNodeTest.cpp', | 2060 'webaudio/ScriptProcessorNodeTest.cpp', |
| 2060 'webaudio/StereoPannerNodeTest.cpp', | 2061 'webaudio/StereoPannerNodeTest.cpp', |
| 2061 'webdatabase/QuotaTrackerTest.cpp', | 2062 'webdatabase/QuotaTrackerTest.cpp', |
| 2062 'websockets/DOMWebSocketTest.cpp', | 2063 'websockets/DOMWebSocketTest.cpp', |
| 2063 'websockets/DocumentWebSocketChannelTest.cpp', | 2064 'websockets/DocumentWebSocketChannelTest.cpp', |
| 2064 ], | 2065 ], |
| 2065 }, | 2066 }, |
| 2066 } | 2067 } |
| OLD | NEW |