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

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

Issue 2163213007: Deprecate currentView, useCurrentView properties of SVGSVGElement and SVGViewSpec interface (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep #svgView() impl Created 4 years, 4 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 'svg/SVGTextContentElement.idl', 359 'svg/SVGTextContentElement.idl',
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',
370 'timing/MemoryInfo.idl', 369 'timing/MemoryInfo.idl',
371 'timing/Performance.idl', 370 'timing/Performance.idl',
372 'timing/PerformanceCompositeTiming.idl', 371 'timing/PerformanceCompositeTiming.idl',
373 'timing/PerformanceEntry.idl', 372 'timing/PerformanceEntry.idl',
374 'timing/PerformanceMark.idl', 373 'timing/PerformanceMark.idl',
375 'timing/PerformanceMeasure.idl', 374 'timing/PerformanceMeasure.idl',
376 'timing/PerformanceNavigation.idl', 375 'timing/PerformanceNavigation.idl',
377 'timing/PerformanceObserver.idl', 376 'timing/PerformanceObserver.idl',
378 'timing/PerformanceObserverEntryList.idl', 377 'timing/PerformanceObserverEntryList.idl',
379 'timing/PerformanceRenderTiming.idl', 378 'timing/PerformanceRenderTiming.idl',
(...skipping 3830 matching lines...) Expand 10 before | Expand all | Expand 10 after
4210 'testing/PrivateScriptTestTest.cpp', 4209 'testing/PrivateScriptTestTest.cpp',
4211 'timing/MemoryInfoTest.cpp', 4210 'timing/MemoryInfoTest.cpp',
4212 'timing/PerformanceBaseTest.cpp', 4211 'timing/PerformanceBaseTest.cpp',
4213 'timing/PerformanceObserverTest.cpp', 4212 'timing/PerformanceObserverTest.cpp',
4214 'workers/WorkerThreadTest.cpp', 4213 'workers/WorkerThreadTest.cpp',
4215 'workers/WorkerThreadTestHelper.h', 4214 'workers/WorkerThreadTestHelper.h',
4216 'xml/parser/SharedBufferReaderTest.cpp', 4215 'xml/parser/SharedBufferReaderTest.cpp',
4217 ], 4216 ],
4218 } 4217 }
4219 } 4218 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698