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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1681923002: Remove XMLHttpRequestProgressEvent (position and totalSize) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update tests Created 4 years, 10 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 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'workers/WorkerLocation.idl', 388 'workers/WorkerLocation.idl',
389 'xml/DOMParser.idl', 389 'xml/DOMParser.idl',
390 'xml/XMLSerializer.idl', 390 'xml/XMLSerializer.idl',
391 'xml/XPathEvaluator.idl', 391 'xml/XPathEvaluator.idl',
392 'xml/XPathExpression.idl', 392 'xml/XPathExpression.idl',
393 'xml/XPathNSResolver.idl', 393 'xml/XPathNSResolver.idl',
394 'xml/XPathResult.idl', 394 'xml/XPathResult.idl',
395 'xml/XSLTProcessor.idl', 395 'xml/XSLTProcessor.idl',
396 'xmlhttprequest/XMLHttpRequest.idl', 396 'xmlhttprequest/XMLHttpRequest.idl',
397 'xmlhttprequest/XMLHttpRequestEventTarget.idl', 397 'xmlhttprequest/XMLHttpRequestEventTarget.idl',
398 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
399 'xmlhttprequest/XMLHttpRequestUpload.idl', 398 'xmlhttprequest/XMLHttpRequestUpload.idl',
400 ], 399 ],
401 # core IDL files that have partial interfaces in modules. 400 # core IDL files that have partial interfaces in modules.
402 'core_idl_with_modules_dependency_files': [ 401 'core_idl_with_modules_dependency_files': [
403 'clipboard/DataTransferItem.idl', 402 'clipboard/DataTransferItem.idl',
404 'dom/Touch.idl', 403 'dom/Touch.idl',
405 'dom/URL.idl', 404 'dom/URL.idl',
406 'events/MouseEvent.idl', 405 'events/MouseEvent.idl',
407 'frame/Navigator.idl', 406 'frame/Navigator.idl',
408 'frame/Screen.idl', 407 'frame/Screen.idl',
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'events/ResourceProgressEvent.idl', 486 'events/ResourceProgressEvent.idl',
488 'events/SecurityPolicyViolationEvent.idl', 487 'events/SecurityPolicyViolationEvent.idl',
489 'events/TextEvent.idl', 488 'events/TextEvent.idl',
490 'events/TouchEvent.idl', 489 'events/TouchEvent.idl',
491 'events/TransitionEvent.idl', 490 'events/TransitionEvent.idl',
492 'events/UIEvent.idl', 491 'events/UIEvent.idl',
493 'events/WheelEvent.idl', 492 'events/WheelEvent.idl',
494 'html/MediaKeyEvent.idl', 493 'html/MediaKeyEvent.idl',
495 'html/track/TrackEvent.idl', 494 'html/track/TrackEvent.idl',
496 'svg/SVGZoomEvent.idl', 495 'svg/SVGZoomEvent.idl',
497 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
498 ], 496 ],
499 # IDL files that only have typedefs/enums. 497 # IDL files that only have typedefs/enums.
500 'core_typedefs_enums_only_idl_files': [ 498 'core_typedefs_enums_only_idl_files': [
501 'dom/CommonDefinitions.idl', 499 'dom/CommonDefinitions.idl',
502 'timing/DOMHighResTimeStamp.idl', 500 'timing/DOMHighResTimeStamp.idl',
503 'timing/PerformanceEntryList.idl', 501 'timing/PerformanceEntryList.idl',
504 ], 502 ],
505 'webcore_rendering_files': [ 503 'webcore_rendering_files': [
506 'layout/api/HitTestAction.h', 504 'layout/api/HitTestAction.h',
507 'layout/api/LineLayoutAPIShim.h', 505 'layout/api/LineLayoutAPIShim.h',
(...skipping 1797 matching lines...) Expand 10 before | Expand all | Expand 10 after
2305 'xml/parser/XMLDocumentParser.cpp', 2303 'xml/parser/XMLDocumentParser.cpp',
2306 'xml/parser/XMLDocumentParser.h', 2304 'xml/parser/XMLDocumentParser.h',
2307 'xml/parser/XMLDocumentParserScope.cpp', 2305 'xml/parser/XMLDocumentParserScope.cpp',
2308 'xml/parser/XMLDocumentParserScope.h', 2306 'xml/parser/XMLDocumentParserScope.h',
2309 'xml/parser/XMLErrors.cpp', 2307 'xml/parser/XMLErrors.cpp',
2310 'xml/parser/XMLErrors.h', 2308 'xml/parser/XMLErrors.h',
2311 'xml/parser/XMLParserInput.h', 2309 'xml/parser/XMLParserInput.h',
2312 'xmlhttprequest/XMLHttpRequest.cpp', 2310 'xmlhttprequest/XMLHttpRequest.cpp',
2313 'xmlhttprequest/XMLHttpRequest.h', 2311 'xmlhttprequest/XMLHttpRequest.h',
2314 'xmlhttprequest/XMLHttpRequestEventTarget.h', 2312 'xmlhttprequest/XMLHttpRequestEventTarget.h',
2315 'xmlhttprequest/XMLHttpRequestProgressEvent.h',
2316 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp', 2313 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp',
2317 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h', 2314 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h',
2318 'xmlhttprequest/XMLHttpRequestUpload.cpp', 2315 'xmlhttprequest/XMLHttpRequestUpload.cpp',
2319 'xmlhttprequest/XMLHttpRequestUpload.h', 2316 'xmlhttprequest/XMLHttpRequestUpload.h',
2320 ], 2317 ],
2321 'webcore_dom_files': [ 2318 'webcore_dom_files': [
2322 'dom/AXObjectCache.cpp', 2319 'dom/AXObjectCache.cpp',
2323 'dom/AXObjectCache.h', 2320 'dom/AXObjectCache.h',
2324 'dom/ActiveDOMObject.cpp', 2321 'dom/ActiveDOMObject.cpp',
2325 'dom/AddConsoleMessageTask.cpp', 2322 'dom/AddConsoleMessageTask.cpp',
(...skipping 1734 matching lines...) Expand 10 before | Expand all | Expand 10 after
4060 'style/SVGComputedStyleTest.cpp', 4057 'style/SVGComputedStyleTest.cpp',
4061 'svg/SVGPathParserTest.cpp', 4058 'svg/SVGPathParserTest.cpp',
4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4063 'testing/PrivateScriptTestTest.cpp', 4060 'testing/PrivateScriptTestTest.cpp',
4064 'timing/MemoryInfoTest.cpp', 4061 'timing/MemoryInfoTest.cpp',
4065 'workers/WorkerThreadTest.cpp', 4062 'workers/WorkerThreadTest.cpp',
4066 'xml/parser/SharedBufferReaderTest.cpp', 4063 'xml/parser/SharedBufferReaderTest.cpp',
4067 ], 4064 ],
4068 } 4065 }
4069 } 4066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698