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

Side by Side Diff: Source/core/core.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
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/AnimationEffect.idl', 6 'animation/AnimationEffect.idl',
7 'animation/AnimationPlayer.idl', 7 'animation/AnimationPlayer.idl',
8 'animation/TimedItem.idl', 8 'animation/TimedItem.idl',
9 'animation/Timeline.idl', 9 'animation/Timeline.idl',
10 'animation/Timing.idl', 10 'animation/Timing.idl',
(...skipping 1296 matching lines...) Expand 10 before | Expand all | Expand 10 after
1307 'inspector/TraceEventDispatcher.cpp', 1307 'inspector/TraceEventDispatcher.cpp',
1308 'inspector/TraceEventDispatcher.h', 1308 'inspector/TraceEventDispatcher.h',
1309 'inspector/WorkerConsoleAgent.cpp', 1309 'inspector/WorkerConsoleAgent.cpp',
1310 'inspector/WorkerConsoleAgent.h', 1310 'inspector/WorkerConsoleAgent.h',
1311 'inspector/WorkerDebuggerAgent.cpp', 1311 'inspector/WorkerDebuggerAgent.cpp',
1312 'inspector/WorkerDebuggerAgent.h', 1312 'inspector/WorkerDebuggerAgent.h',
1313 'inspector/WorkerInspectorController.cpp', 1313 'inspector/WorkerInspectorController.cpp',
1314 'inspector/WorkerInspectorController.h', 1314 'inspector/WorkerInspectorController.h',
1315 'inspector/WorkerRuntimeAgent.cpp', 1315 'inspector/WorkerRuntimeAgent.cpp',
1316 'inspector/WorkerRuntimeAgent.h', 1316 'inspector/WorkerRuntimeAgent.h',
1317 'loader/BeaconLoader.cpp',
1318 'loader/BeaconLoader.h',
1317 'loader/CookieJar.cpp', 1319 'loader/CookieJar.cpp',
1318 'loader/CrossOriginPreflightResultCache.cpp', 1320 'loader/CrossOriginPreflightResultCache.cpp',
1319 'loader/DocumentLoadTiming.cpp', 1321 'loader/DocumentLoadTiming.cpp',
1320 'loader/DocumentLoader.cpp', 1322 'loader/DocumentLoader.cpp',
1321 'loader/DocumentThreadableLoader.cpp', 1323 'loader/DocumentThreadableLoader.cpp',
1322 'loader/DocumentThreadableLoader.h', 1324 'loader/DocumentThreadableLoader.h',
1323 'loader/DocumentThreadableLoaderClient.h', 1325 'loader/DocumentThreadableLoaderClient.h',
1324 'loader/DocumentWriter.cpp', 1326 'loader/DocumentWriter.cpp',
1325 'loader/EmptyClients.cpp', 1327 'loader/EmptyClients.cpp',
1326 'loader/EmptyClients.h', 1328 'loader/EmptyClients.h',
(...skipping 2055 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 'html/track/vtt/VTTScannerTest.cpp', 3384 'html/track/vtt/VTTScannerTest.cpp',
3383 'loader/MixedContentCheckerTest.cpp', 3385 'loader/MixedContentCheckerTest.cpp',
3384 'rendering/RenderOverflowTest.cpp', 3386 'rendering/RenderOverflowTest.cpp',
3385 'rendering/shapes/BoxShapeTest.cpp', 3387 'rendering/shapes/BoxShapeTest.cpp',
3386 'testing/UnitTestHelpers.cpp', 3388 'testing/UnitTestHelpers.cpp',
3387 'testing/UnitTestHelpers.h', 3389 'testing/UnitTestHelpers.h',
3388 'xml/parser/SharedBufferReaderTest.cpp', 3390 'xml/parser/SharedBufferReaderTest.cpp',
3389 ], 3391 ],
3390 } 3392 }
3391 } 3393 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698