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

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

Issue 18500004: Remove ElementTimeControl IDL interface (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 | Annotate | Revision Log
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/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 3251 matching lines...) Expand 10 before | Expand all | Expand 10 after
3262 'rendering/svg/SVGTextMetrics.cpp', 3262 'rendering/svg/SVGTextMetrics.cpp',
3263 'rendering/svg/SVGTextMetrics.h', 3263 'rendering/svg/SVGTextMetrics.h',
3264 'rendering/svg/SVGTextMetricsBuilder.cpp', 3264 'rendering/svg/SVGTextMetricsBuilder.cpp',
3265 'rendering/svg/SVGTextMetricsBuilder.h', 3265 'rendering/svg/SVGTextMetricsBuilder.h',
3266 'rendering/svg/SVGTextQuery.cpp', 3266 'rendering/svg/SVGTextQuery.cpp',
3267 'rendering/svg/SVGTextQuery.h', 3267 'rendering/svg/SVGTextQuery.h',
3268 'rendering/svg/SVGTextRunRenderingContext.cpp', 3268 'rendering/svg/SVGTextRunRenderingContext.cpp',
3269 'rendering/svg/SVGTextRunRenderingContext.h', 3269 'rendering/svg/SVGTextRunRenderingContext.h',
3270 'svg/ColorDistance.cpp', 3270 'svg/ColorDistance.cpp',
3271 'svg/ColorDistance.h', 3271 'svg/ColorDistance.h',
3272 'svg/ElementTimeControl.h',
3273 'svg/GradientAttributes.h', 3272 'svg/GradientAttributes.h',
3274 'svg/LinearGradientAttributes.h', 3273 'svg/LinearGradientAttributes.h',
3275 'svg/PatternAttributes.h', 3274 'svg/PatternAttributes.h',
3276 'svg/RadialGradientAttributes.h', 3275 'svg/RadialGradientAttributes.h',
3277 'svg/SVGAElement.cpp', 3276 'svg/SVGAElement.cpp',
3278 'svg/SVGAElement.h', 3277 'svg/SVGAElement.h',
3279 'svg/SVGAltGlyphDefElement.cpp', 3278 'svg/SVGAltGlyphDefElement.cpp',
3280 'svg/SVGAltGlyphDefElement.h', 3279 'svg/SVGAltGlyphDefElement.h',
3281 'svg/SVGAltGlyphElement.cpp', 3280 'svg/SVGAltGlyphElement.cpp',
3282 'svg/SVGAltGlyphElement.h', 3281 'svg/SVGAltGlyphElement.h',
(...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 'bison_exe': 'bison', 3707 'bison_exe': 'bison',
3709 # We specify a preprocess so it happens locally and won't get 3708 # We specify a preprocess so it happens locally and won't get
3710 # distributed to goma. 3709 # distributed to goma.
3711 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3710 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3712 # use /usr/bin/clang once we require Xcode 4.x. 3711 # use /usr/bin/clang once we require Xcode 4.x.
3713 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3712 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3714 }], 3713 }],
3715 ], 3714 ],
3716 } 3715 }
3717 } 3716 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/svg/ElementTimeControl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698