Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Side by Side Diff: Source/modules/modules.gypi

Issue 232053005: Implement navigator.sendBeacon() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Revert CSP checking on redirects Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Experimental hooks for embedder to provide extra IDL and source files. 3 # Experimental hooks for embedder to provide extra IDL and source files.
4 # 4 #
5 # Note: this is not a supported API. If you rely on this, you will be broken 5 # Note: this is not a supported API. If you rely on this, you will be broken
6 # from time to time as the code generator changes in backward incompatible 6 # from time to time as the code generator changes in backward incompatible
7 # ways. 7 # ways.
8 'extra_blink_module_idl_files': [], 8 'extra_blink_module_idl_files': [],
9 'extra_blink_module_files': [], 9 'extra_blink_module_files': [],
10 # Files for which bindings (.cpp and .h files) will be generated 10 # Files for which bindings (.cpp and .h files) will be generated
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'webmidi/MIDIMessageEvent.idl', 182 'webmidi/MIDIMessageEvent.idl',
183 'webmidi/MIDIOutput.idl', 183 'webmidi/MIDIOutput.idl',
184 'webmidi/MIDIPort.idl', 184 'webmidi/MIDIPort.idl',
185 'webmidi/MIDISuccessCallback.idl', 185 'webmidi/MIDISuccessCallback.idl',
186 'websockets/CloseEvent.idl', 186 'websockets/CloseEvent.idl',
187 'websockets/WebSocket.idl', 187 'websockets/WebSocket.idl',
188 ], 188 ],
189 # 'partial interface' or target (right side of) 'implements' 189 # 'partial interface' or target (right side of) 'implements'
190 'modules_dependency_idl_files': [ 190 'modules_dependency_idl_files': [
191 'battery/NavigatorBattery.idl', 191 'battery/NavigatorBattery.idl',
192 'beacon/NavigatorBeacon.idl',
192 'crypto/WindowCrypto.idl', 193 'crypto/WindowCrypto.idl',
193 'crypto/WorkerGlobalScopeCrypto.idl', 194 'crypto/WorkerGlobalScopeCrypto.idl',
194 'device_light/WindowDeviceLight.idl', 195 'device_light/WindowDeviceLight.idl',
195 'device_orientation/WindowDeviceMotion.idl', 196 'device_orientation/WindowDeviceMotion.idl',
196 'device_orientation/WindowDeviceOrientation.idl', 197 'device_orientation/WindowDeviceOrientation.idl',
197 'donottrack/NavigatorDoNotTrack.idl', 198 'donottrack/NavigatorDoNotTrack.idl',
198 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl', 199 'encryptedmedia/HTMLMediaElementEncryptedMedia.idl',
199 'filesystem/DataTransferItemFileSystem.idl', 200 'filesystem/DataTransferItemFileSystem.idl',
200 'filesystem/HTMLInputElementFileSystem.idl', 201 'filesystem/HTMLInputElementFileSystem.idl',
201 'filesystem/InspectorFrontendHostFileSystem.idl', 202 'filesystem/InspectorFrontendHostFileSystem.idl',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 'modules_files': [ 259 'modules_files': [
259 '<@(extra_blink_module_files)', 260 '<@(extra_blink_module_files)',
260 'battery/BatteryDispatcher.cpp', 261 'battery/BatteryDispatcher.cpp',
261 'battery/BatteryDispatcher.h', 262 'battery/BatteryDispatcher.h',
262 'battery/BatteryManager.cpp', 263 'battery/BatteryManager.cpp',
263 'battery/BatteryManager.h', 264 'battery/BatteryManager.h',
264 'battery/BatteryStatus.cpp', 265 'battery/BatteryStatus.cpp',
265 'battery/BatteryStatus.h', 266 'battery/BatteryStatus.h',
266 'battery/NavigatorBattery.cpp', 267 'battery/NavigatorBattery.cpp',
267 'battery/NavigatorBattery.h', 268 'battery/NavigatorBattery.h',
269 'beacon/NavigatorBeacon.cpp',
270 'beacon/NavigatorBeacon.h',
268 'crypto/AesKeyAlgorithm.cpp', 271 'crypto/AesKeyAlgorithm.cpp',
269 'crypto/AesKeyAlgorithm.h', 272 'crypto/AesKeyAlgorithm.h',
270 'crypto/Crypto.cpp', 273 'crypto/Crypto.cpp',
271 'crypto/Crypto.h', 274 'crypto/Crypto.h',
272 'crypto/CryptoResultImpl.cpp', 275 'crypto/CryptoResultImpl.cpp',
273 'crypto/CryptoResultImpl.h', 276 'crypto/CryptoResultImpl.h',
274 'crypto/DOMWindowCrypto.cpp', 277 'crypto/DOMWindowCrypto.cpp',
275 'crypto/DOMWindowCrypto.h', 278 'crypto/DOMWindowCrypto.h',
276 'crypto/HmacKeyAlgorithm.cpp', 279 'crypto/HmacKeyAlgorithm.cpp',
277 'crypto/HmacKeyAlgorithm.h', 280 'crypto/HmacKeyAlgorithm.h',
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'indexeddb/IDBKeyPathTest.cpp', 927 'indexeddb/IDBKeyPathTest.cpp',
925 'indexeddb/IDBRequestTest.cpp', 928 'indexeddb/IDBRequestTest.cpp',
926 'indexeddb/IDBTransactionTest.cpp', 929 'indexeddb/IDBTransactionTest.cpp',
927 'websockets/WebSocketDeflaterTest.cpp', 930 'websockets/WebSocketDeflaterTest.cpp',
928 'websockets/WebSocketExtensionDispatcherTest.cpp', 931 'websockets/WebSocketExtensionDispatcherTest.cpp',
929 'websockets/WebSocketExtensionParserTest.cpp', 932 'websockets/WebSocketExtensionParserTest.cpp',
930 'websockets/WebSocketPerMessageDeflateTest.cpp', 933 'websockets/WebSocketPerMessageDeflateTest.cpp',
931 ], 934 ],
932 }, 935 },
933 } 936 }
OLDNEW
« no previous file with comments | « Source/modules/beacon/NavigatorBeacon.idl ('k') | Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698