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

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: rebased 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 'svg/SVGTextElement.idl', 361 'svg/SVGTextElement.idl',
362 'svg/SVGTextPathElement.idl', 362 'svg/SVGTextPathElement.idl',
363 'svg/SVGTextPositioningElement.idl', 363 'svg/SVGTextPositioningElement.idl',
364 'svg/SVGTitleElement.idl', 364 'svg/SVGTitleElement.idl',
365 'svg/SVGTransform.idl', 365 'svg/SVGTransform.idl',
366 'svg/SVGTransformList.idl', 366 'svg/SVGTransformList.idl',
367 'svg/SVGUnitTypes.idl', 367 'svg/SVGUnitTypes.idl',
368 'svg/SVGUseElement.idl', 368 'svg/SVGUseElement.idl',
369 'svg/SVGViewElement.idl', 369 'svg/SVGViewElement.idl',
370 'svg/SVGViewSpec.idl', 370 'svg/SVGViewSpec.idl',
371 'svg/SVGZoomEvent.idl',
372 'timing/MemoryInfo.idl', 371 'timing/MemoryInfo.idl',
373 'timing/Performance.idl', 372 'timing/Performance.idl',
374 'timing/PerformanceCompositeTiming.idl', 373 'timing/PerformanceCompositeTiming.idl',
375 'timing/PerformanceEntry.idl', 374 'timing/PerformanceEntry.idl',
376 'timing/PerformanceMark.idl', 375 'timing/PerformanceMark.idl',
377 'timing/PerformanceMeasure.idl', 376 'timing/PerformanceMeasure.idl',
378 'timing/PerformanceNavigation.idl', 377 'timing/PerformanceNavigation.idl',
379 'timing/PerformanceObserver.idl', 378 'timing/PerformanceObserver.idl',
380 'timing/PerformanceObserverEntryList.idl', 379 'timing/PerformanceObserverEntryList.idl',
381 'timing/PerformanceRenderTiming.idl', 380 'timing/PerformanceRenderTiming.idl',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 'events/PromiseRejectionEvent.idl', 486 'events/PromiseRejectionEvent.idl',
488 'events/RelatedEvent.idl', 487 'events/RelatedEvent.idl',
489 'events/ResourceProgressEvent.idl', 488 'events/ResourceProgressEvent.idl',
490 'events/SecurityPolicyViolationEvent.idl', 489 'events/SecurityPolicyViolationEvent.idl',
491 'events/TextEvent.idl', 490 'events/TextEvent.idl',
492 'events/TouchEvent.idl', 491 'events/TouchEvent.idl',
493 'events/TransitionEvent.idl', 492 'events/TransitionEvent.idl',
494 'events/UIEvent.idl', 493 'events/UIEvent.idl',
495 'events/WheelEvent.idl', 494 'events/WheelEvent.idl',
496 'html/track/TrackEvent.idl', 495 'html/track/TrackEvent.idl',
497 'svg/SVGZoomEvent.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/LayoutAPIShim.h', 505 'layout/api/LayoutAPIShim.h',
(...skipping 3181 matching lines...) Expand 10 before | Expand all | Expand 10 after
3689 'svg/SVGUnknownElement.cpp', 3687 'svg/SVGUnknownElement.cpp',
3690 'svg/SVGUnknownElement.h', 3688 'svg/SVGUnknownElement.h',
3691 'svg/SVGUseElement.cpp', 3689 'svg/SVGUseElement.cpp',
3692 'svg/SVGUseElement.h', 3690 'svg/SVGUseElement.h',
3693 'svg/SVGViewElement.cpp', 3691 'svg/SVGViewElement.cpp',
3694 'svg/SVGViewElement.h', 3692 'svg/SVGViewElement.h',
3695 'svg/SVGViewSpec.cpp', 3693 'svg/SVGViewSpec.cpp',
3696 'svg/SVGViewSpec.h', 3694 'svg/SVGViewSpec.h',
3697 'svg/SVGZoomAndPan.cpp', 3695 'svg/SVGZoomAndPan.cpp',
3698 'svg/SVGZoomAndPan.h', 3696 'svg/SVGZoomAndPan.h',
3699 'svg/SVGZoomEvent.cpp',
3700 'svg/SVGZoomEvent.h',
3701 'svg/animation/SMILTime.cpp', 3697 'svg/animation/SMILTime.cpp',
3702 'svg/animation/SMILTimeContainer.cpp', 3698 'svg/animation/SMILTimeContainer.cpp',
3703 'svg/animation/SMILTimeContainer.h', 3699 'svg/animation/SMILTimeContainer.h',
3704 'svg/animation/SVGSMILElement.cpp', 3700 'svg/animation/SVGSMILElement.cpp',
3705 'svg/graphics/SVGImage.cpp', 3701 'svg/graphics/SVGImage.cpp',
3706 'svg/graphics/SVGImage.h', 3702 'svg/graphics/SVGImage.h',
3707 'svg/graphics/SVGImageChromeClient.cpp', 3703 'svg/graphics/SVGImageChromeClient.cpp',
3708 'svg/graphics/SVGImageChromeClient.h', 3704 'svg/graphics/SVGImageChromeClient.h',
3709 'svg/graphics/SVGImageForContainer.cpp', 3705 'svg/graphics/SVGImageForContainer.cpp',
3710 'svg/graphics/SVGImageForContainer.h', 3706 'svg/graphics/SVGImageForContainer.h',
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
4208 'testing/PrivateScriptTestTest.cpp', 4204 'testing/PrivateScriptTestTest.cpp',
4209 'timing/MemoryInfoTest.cpp', 4205 'timing/MemoryInfoTest.cpp',
4210 'timing/PerformanceBaseTest.cpp', 4206 'timing/PerformanceBaseTest.cpp',
4211 'timing/PerformanceObserverTest.cpp', 4207 'timing/PerformanceObserverTest.cpp',
4212 'workers/WorkerThreadTest.cpp', 4208 'workers/WorkerThreadTest.cpp',
4213 'workers/WorkerThreadTestHelper.h', 4209 'workers/WorkerThreadTestHelper.h',
4214 'xml/parser/SharedBufferReaderTest.cpp', 4210 'xml/parser/SharedBufferReaderTest.cpp',
4215 ], 4211 ],
4216 } 4212 }
4217 } 4213 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698