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

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

Issue 2133983003: Remove SVGZoomEvent interface and onzoom attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove SVGZoomEvent.idl Created 4 years, 5 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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 'events/PromiseRejectionEvent.idl', 485 'events/PromiseRejectionEvent.idl',
487 'events/RelatedEvent.idl', 486 'events/RelatedEvent.idl',
488 'events/ResourceProgressEvent.idl', 487 'events/ResourceProgressEvent.idl',
489 'events/SecurityPolicyViolationEvent.idl', 488 'events/SecurityPolicyViolationEvent.idl',
490 'events/TextEvent.idl', 489 'events/TextEvent.idl',
491 'events/TouchEvent.idl', 490 'events/TouchEvent.idl',
492 'events/TransitionEvent.idl', 491 'events/TransitionEvent.idl',
493 'events/UIEvent.idl', 492 'events/UIEvent.idl',
494 'events/WheelEvent.idl', 493 'events/WheelEvent.idl',
495 'html/track/TrackEvent.idl', 494 'html/track/TrackEvent.idl',
496 'svg/SVGZoomEvent.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',
506 'layout/api/LayoutAPIShim.h', 504 'layout/api/LayoutAPIShim.h',
(...skipping 3175 matching lines...) Expand 10 before | Expand all | Expand 10 after
3682 'svg/SVGUnknownElement.cpp', 3680 'svg/SVGUnknownElement.cpp',
3683 'svg/SVGUnknownElement.h', 3681 'svg/SVGUnknownElement.h',
3684 'svg/SVGUseElement.cpp', 3682 'svg/SVGUseElement.cpp',
3685 'svg/SVGUseElement.h', 3683 'svg/SVGUseElement.h',
3686 'svg/SVGViewElement.cpp', 3684 'svg/SVGViewElement.cpp',
3687 'svg/SVGViewElement.h', 3685 'svg/SVGViewElement.h',
3688 'svg/SVGViewSpec.cpp', 3686 'svg/SVGViewSpec.cpp',
3689 'svg/SVGViewSpec.h', 3687 'svg/SVGViewSpec.h',
3690 'svg/SVGZoomAndPan.cpp', 3688 'svg/SVGZoomAndPan.cpp',
3691 'svg/SVGZoomAndPan.h', 3689 'svg/SVGZoomAndPan.h',
3692 'svg/SVGZoomEvent.cpp',
3693 'svg/SVGZoomEvent.h',
3694 'svg/animation/SMILTime.cpp', 3690 'svg/animation/SMILTime.cpp',
3695 'svg/animation/SMILTimeContainer.cpp', 3691 'svg/animation/SMILTimeContainer.cpp',
3696 'svg/animation/SMILTimeContainer.h', 3692 'svg/animation/SMILTimeContainer.h',
3697 'svg/animation/SVGSMILElement.cpp', 3693 'svg/animation/SVGSMILElement.cpp',
3698 'svg/graphics/SVGImage.cpp', 3694 'svg/graphics/SVGImage.cpp',
3699 'svg/graphics/SVGImage.h', 3695 'svg/graphics/SVGImage.h',
3700 'svg/graphics/SVGImageChromeClient.cpp', 3696 'svg/graphics/SVGImageChromeClient.cpp',
3701 'svg/graphics/SVGImageChromeClient.h', 3697 'svg/graphics/SVGImageChromeClient.h',
3702 'svg/graphics/SVGImageForContainer.cpp', 3698 'svg/graphics/SVGImageForContainer.cpp',
3703 'svg/graphics/SVGImageForContainer.h', 3699 'svg/graphics/SVGImageForContainer.h',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
4196 'testing/PrivateScriptTestTest.cpp', 4192 'testing/PrivateScriptTestTest.cpp',
4197 'timing/MemoryInfoTest.cpp', 4193 'timing/MemoryInfoTest.cpp',
4198 'timing/PerformanceBaseTest.cpp', 4194 'timing/PerformanceBaseTest.cpp',
4199 'timing/PerformanceObserverTest.cpp', 4195 'timing/PerformanceObserverTest.cpp',
4200 'workers/WorkerThreadTest.cpp', 4196 'workers/WorkerThreadTest.cpp',
4201 'workers/WorkerThreadTestHelper.h', 4197 'workers/WorkerThreadTestHelper.h',
4202 'xml/parser/SharedBufferReaderTest.cpp', 4198 'xml/parser/SharedBufferReaderTest.cpp',
4203 ], 4199 ],
4204 } 4200 }
4205 } 4201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698