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

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

Issue 109433003: SVGLangSpace interface should be removed (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix compile problem Created 7 years 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 'variables': { 2 'variables': {
3 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSImportRule.idl', 8 'css/CSSImportRule.idl',
9 'css/CSSKeyframeRule.idl', 9 'css/CSSKeyframeRule.idl',
10 'css/CSSKeyframesRule.idl', 10 'css/CSSKeyframesRule.idl',
(...skipping 2981 matching lines...) Expand 10 before | Expand all | Expand 10 after
2992 'svg/SVGGradientElement.cpp', 2992 'svg/SVGGradientElement.cpp',
2993 'svg/SVGGradientElement.h', 2993 'svg/SVGGradientElement.h',
2994 'svg/SVGGraphicsElement.cpp', 2994 'svg/SVGGraphicsElement.cpp',
2995 'svg/SVGGraphicsElement.h', 2995 'svg/SVGGraphicsElement.h',
2996 'svg/SVGHKernElement.cpp', 2996 'svg/SVGHKernElement.cpp',
2997 'svg/SVGHKernElement.h', 2997 'svg/SVGHKernElement.h',
2998 'svg/SVGImageElement.cpp', 2998 'svg/SVGImageElement.cpp',
2999 'svg/SVGImageElement.h', 2999 'svg/SVGImageElement.h',
3000 'svg/SVGImageLoader.cpp', 3000 'svg/SVGImageLoader.cpp',
3001 'svg/SVGImageLoader.h', 3001 'svg/SVGImageLoader.h',
3002 'svg/SVGLangSpace.cpp',
3003 'svg/SVGLangSpace.h',
3004 'svg/SVGLength.cpp', 3002 'svg/SVGLength.cpp',
3005 'svg/SVGLengthContext.cpp', 3003 'svg/SVGLengthContext.cpp',
3006 'svg/SVGLengthList.cpp', 3004 'svg/SVGLengthList.cpp',
3007 'svg/SVGLineElement.cpp', 3005 'svg/SVGLineElement.cpp',
3008 'svg/SVGLineElement.h', 3006 'svg/SVGLineElement.h',
3009 'svg/SVGLinearGradientElement.cpp', 3007 'svg/SVGLinearGradientElement.cpp',
3010 'svg/SVGLinearGradientElement.h', 3008 'svg/SVGLinearGradientElement.h',
3011 'svg/SVGMPathElement.cpp', 3009 'svg/SVGMPathElement.cpp',
3012 'svg/SVGMPathElement.h', 3010 'svg/SVGMPathElement.h',
3013 'svg/SVGMarkerElement.cpp', 3011 'svg/SVGMarkerElement.cpp',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'platform/animation/AnimationTranslationUtilTest.cpp', 3263 'platform/animation/AnimationTranslationUtilTest.cpp',
3266 'platform/animation/TimingFunctionTestHelper.h', 3264 'platform/animation/TimingFunctionTestHelper.h',
3267 'platform/animation/TimingFunctionTestHelper.cpp', 3265 'platform/animation/TimingFunctionTestHelper.cpp',
3268 'platform/animation/TimingFunctionTestHelperTest.cpp', 3266 'platform/animation/TimingFunctionTestHelperTest.cpp',
3269 'rendering/RenderOverflowTest.cpp', 3267 'rendering/RenderOverflowTest.cpp',
3270 'testing/UnitTestHelpers.h', 3268 'testing/UnitTestHelpers.h',
3271 'testing/UnitTestHelpers.cpp', 3269 'testing/UnitTestHelpers.cpp',
3272 ], 3270 ],
3273 } 3271 }
3274 } 3272 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGCircleElement.cpp » ('j') | Source/core/svg/SVGTextContentElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698