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

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

Issue 1676493002: Remove SVGZoomEvent and alias SVGZoomEvents (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'svg/SVGTextElement.idl', 360 'svg/SVGTextElement.idl',
361 'svg/SVGTextPathElement.idl', 361 'svg/SVGTextPathElement.idl',
362 'svg/SVGTextPositioningElement.idl', 362 'svg/SVGTextPositioningElement.idl',
363 'svg/SVGTitleElement.idl', 363 'svg/SVGTitleElement.idl',
364 'svg/SVGTransform.idl', 364 'svg/SVGTransform.idl',
365 'svg/SVGTransformList.idl', 365 'svg/SVGTransformList.idl',
366 'svg/SVGUnitTypes.idl', 366 'svg/SVGUnitTypes.idl',
367 'svg/SVGUseElement.idl', 367 'svg/SVGUseElement.idl',
368 'svg/SVGViewElement.idl', 368 'svg/SVGViewElement.idl',
369 'svg/SVGViewSpec.idl', 369 'svg/SVGViewSpec.idl',
370 'svg/SVGZoomEvent.idl',
371 'timing/MemoryInfo.idl', 370 'timing/MemoryInfo.idl',
372 'timing/Performance.idl', 371 'timing/Performance.idl',
373 'timing/PerformanceCompositeTiming.idl', 372 'timing/PerformanceCompositeTiming.idl',
374 'timing/PerformanceEntry.idl', 373 'timing/PerformanceEntry.idl',
375 'timing/PerformanceMark.idl', 374 'timing/PerformanceMark.idl',
376 'timing/PerformanceMeasure.idl', 375 'timing/PerformanceMeasure.idl',
377 'timing/PerformanceNavigation.idl', 376 'timing/PerformanceNavigation.idl',
378 'timing/PerformanceObserver.idl', 377 'timing/PerformanceObserver.idl',
379 'timing/PerformanceObserverEntryList.idl', 378 'timing/PerformanceObserverEntryList.idl',
380 'timing/PerformanceRenderTiming.idl', 379 'timing/PerformanceRenderTiming.idl',
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 'events/RelatedEvent.idl', 484 'events/RelatedEvent.idl',
486 'events/ResourceProgressEvent.idl', 485 'events/ResourceProgressEvent.idl',
487 'events/SecurityPolicyViolationEvent.idl', 486 'events/SecurityPolicyViolationEvent.idl',
488 'events/TextEvent.idl', 487 'events/TextEvent.idl',
489 'events/TouchEvent.idl', 488 'events/TouchEvent.idl',
490 'events/TransitionEvent.idl', 489 'events/TransitionEvent.idl',
491 'events/UIEvent.idl', 490 'events/UIEvent.idl',
492 'events/WheelEvent.idl', 491 'events/WheelEvent.idl',
493 'html/MediaKeyEvent.idl', 492 'html/MediaKeyEvent.idl',
494 'html/track/TrackEvent.idl', 493 'html/track/TrackEvent.idl',
495 'svg/SVGZoomEvent.idl',
496 'xmlhttprequest/XMLHttpRequestProgressEvent.idl', 494 'xmlhttprequest/XMLHttpRequestProgressEvent.idl',
497 ], 495 ],
498 # IDL files that only have typedefs/enums. 496 # IDL files that only have typedefs/enums.
499 'core_typedefs_enums_only_idl_files': [ 497 'core_typedefs_enums_only_idl_files': [
500 'dom/CommonDefinitions.idl', 498 'dom/CommonDefinitions.idl',
501 'timing/DOMHighResTimeStamp.idl', 499 'timing/DOMHighResTimeStamp.idl',
502 'timing/PerformanceEntryList.idl', 500 'timing/PerformanceEntryList.idl',
503 ], 501 ],
504 'webcore_rendering_files': [ 502 'webcore_rendering_files': [
505 'layout/api/HitTestAction.h', 503 'layout/api/HitTestAction.h',
(...skipping 3094 matching lines...) Expand 10 before | Expand all | Expand 10 after
3600 'svg/SVGUnknownElement.cpp', 3598 'svg/SVGUnknownElement.cpp',
3601 'svg/SVGUnknownElement.h', 3599 'svg/SVGUnknownElement.h',
3602 'svg/SVGUseElement.cpp', 3600 'svg/SVGUseElement.cpp',
3603 'svg/SVGUseElement.h', 3601 'svg/SVGUseElement.h',
3604 'svg/SVGViewElement.cpp', 3602 'svg/SVGViewElement.cpp',
3605 'svg/SVGViewElement.h', 3603 'svg/SVGViewElement.h',
3606 'svg/SVGViewSpec.cpp', 3604 'svg/SVGViewSpec.cpp',
3607 'svg/SVGViewSpec.h', 3605 'svg/SVGViewSpec.h',
3608 'svg/SVGZoomAndPan.cpp', 3606 'svg/SVGZoomAndPan.cpp',
3609 'svg/SVGZoomAndPan.h', 3607 'svg/SVGZoomAndPan.h',
3610 'svg/SVGZoomEvent.cpp',
3611 'svg/SVGZoomEvent.h',
3612 'svg/animation/SMILTime.cpp', 3608 'svg/animation/SMILTime.cpp',
3613 'svg/animation/SMILTimeContainer.cpp', 3609 'svg/animation/SMILTimeContainer.cpp',
3614 'svg/animation/SMILTimeContainer.h', 3610 'svg/animation/SMILTimeContainer.h',
3615 'svg/animation/SVGSMILElement.cpp', 3611 'svg/animation/SVGSMILElement.cpp',
3616 'svg/graphics/SVGImage.cpp', 3612 'svg/graphics/SVGImage.cpp',
3617 'svg/graphics/SVGImage.h', 3613 'svg/graphics/SVGImage.h',
3618 'svg/graphics/SVGImageChromeClient.cpp', 3614 'svg/graphics/SVGImageChromeClient.cpp',
3619 'svg/graphics/SVGImageChromeClient.h', 3615 'svg/graphics/SVGImageChromeClient.h',
3620 'svg/graphics/SVGImageForContainer.cpp', 3616 'svg/graphics/SVGImageForContainer.cpp',
3621 'svg/graphics/SVGImageForContainer.h', 3617 'svg/graphics/SVGImageForContainer.h',
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
4061 'style/SVGComputedStyleTest.cpp', 4057 'style/SVGComputedStyleTest.cpp',
4062 'svg/SVGPathParserTest.cpp', 4058 'svg/SVGPathParserTest.cpp',
4063 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4059 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4064 'testing/PrivateScriptTestTest.cpp', 4060 'testing/PrivateScriptTestTest.cpp',
4065 'timing/MemoryInfoTest.cpp', 4061 'timing/MemoryInfoTest.cpp',
4066 'workers/WorkerThreadTest.cpp', 4062 'workers/WorkerThreadTest.cpp',
4067 'xml/parser/SharedBufferReaderTest.cpp', 4063 'xml/parser/SharedBufferReaderTest.cpp',
4068 ], 4064 ],
4069 } 4065 }
4070 } 4066 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698