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

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

Issue 1175513002: Removing Interface SVGRenderingIntent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 'svg/SVGPathSegMovetoRel.idl', 390 'svg/SVGPathSegMovetoRel.idl',
391 'svg/SVGPatternElement.idl', 391 'svg/SVGPatternElement.idl',
392 'svg/SVGPoint.idl', 392 'svg/SVGPoint.idl',
393 'svg/SVGPointList.idl', 393 'svg/SVGPointList.idl',
394 'svg/SVGPolygonElement.idl', 394 'svg/SVGPolygonElement.idl',
395 'svg/SVGPolylineElement.idl', 395 'svg/SVGPolylineElement.idl',
396 'svg/SVGPreserveAspectRatio.idl', 396 'svg/SVGPreserveAspectRatio.idl',
397 'svg/SVGRadialGradientElement.idl', 397 'svg/SVGRadialGradientElement.idl',
398 'svg/SVGRect.idl', 398 'svg/SVGRect.idl',
399 'svg/SVGRectElement.idl', 399 'svg/SVGRectElement.idl',
400 'svg/SVGRenderingIntent.idl',
401 'svg/SVGSVGElement.idl', 400 'svg/SVGSVGElement.idl',
402 'svg/SVGScriptElement.idl', 401 'svg/SVGScriptElement.idl',
403 'svg/SVGSetElement.idl', 402 'svg/SVGSetElement.idl',
404 'svg/SVGStopElement.idl', 403 'svg/SVGStopElement.idl',
405 'svg/SVGStringList.idl', 404 'svg/SVGStringList.idl',
406 'svg/SVGStyleElement.idl', 405 'svg/SVGStyleElement.idl',
407 'svg/SVGSwitchElement.idl', 406 'svg/SVGSwitchElement.idl',
408 'svg/SVGSymbolElement.idl', 407 'svg/SVGSymbolElement.idl',
409 'svg/SVGTSpanElement.idl', 408 'svg/SVGTSpanElement.idl',
410 'svg/SVGTextContentElement.idl', 409 'svg/SVGTextContentElement.idl',
(...skipping 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after
3476 'svg/SVGPreserveAspectRatio.cpp', 3475 'svg/SVGPreserveAspectRatio.cpp',
3477 'svg/SVGPreserveAspectRatioTearOff.cpp', 3476 'svg/SVGPreserveAspectRatioTearOff.cpp',
3478 'svg/SVGRadialGradientElement.cpp', 3477 'svg/SVGRadialGradientElement.cpp',
3479 'svg/SVGRadialGradientElement.h', 3478 'svg/SVGRadialGradientElement.h',
3480 'svg/SVGRect.cpp', 3479 'svg/SVGRect.cpp',
3481 'svg/SVGRect.h', 3480 'svg/SVGRect.h',
3482 'svg/SVGRectElement.cpp', 3481 'svg/SVGRectElement.cpp',
3483 'svg/SVGRectElement.h', 3482 'svg/SVGRectElement.h',
3484 'svg/SVGRectTearOff.cpp', 3483 'svg/SVGRectTearOff.cpp',
3485 'svg/SVGRectTearOff.h', 3484 'svg/SVGRectTearOff.h',
3486 'svg/SVGRenderingIntent.h',
3487 'svg/SVGSVGElement.cpp', 3485 'svg/SVGSVGElement.cpp',
3488 'svg/SVGSVGElement.h', 3486 'svg/SVGSVGElement.h',
3489 'svg/SVGScriptElement.cpp', 3487 'svg/SVGScriptElement.cpp',
3490 'svg/SVGScriptElement.h', 3488 'svg/SVGScriptElement.h',
3491 'svg/SVGSetElement.cpp', 3489 'svg/SVGSetElement.cpp',
3492 'svg/SVGSetElement.h', 3490 'svg/SVGSetElement.h',
3493 'svg/SVGStaticStringList.cpp', 3491 'svg/SVGStaticStringList.cpp',
3494 'svg/SVGStaticStringList.h', 3492 'svg/SVGStaticStringList.h',
3495 'svg/SVGStopElement.cpp', 3493 'svg/SVGStopElement.cpp',
3496 'svg/SVGStopElement.h', 3494 'svg/SVGStopElement.h',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
3917 'style/ComputedStyleTest.cpp', 3915 'style/ComputedStyleTest.cpp',
3918 'style/OutlineValueTest.cpp', 3916 'style/OutlineValueTest.cpp',
3919 'style/SVGComputedStyleTest.cpp', 3917 'style/SVGComputedStyleTest.cpp',
3920 'testing/PrivateScriptTestTest.cpp', 3918 'testing/PrivateScriptTestTest.cpp',
3921 'timing/MemoryInfoTest.cpp', 3919 'timing/MemoryInfoTest.cpp',
3922 'workers/WorkerThreadTest.cpp', 3920 'workers/WorkerThreadTest.cpp',
3923 'xml/parser/SharedBufferReaderTest.cpp', 3921 'xml/parser/SharedBufferReaderTest.cpp',
3924 ], 3922 ],
3925 } 3923 }
3926 } 3924 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/svg/SVGRenderingIntent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698