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

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

Issue 18505003: Stop inheriting SVGFilterPrimitiveStandardAttributes in SVG (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
« no previous file with comments | « no previous file | Source/core/svg/SVGFEBlendElement.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'svg/SVGFEMergeElement.idl', 374 'svg/SVGFEMergeElement.idl',
375 'svg/SVGFEMergeNodeElement.idl', 375 'svg/SVGFEMergeNodeElement.idl',
376 'svg/SVGFEMorphologyElement.idl', 376 'svg/SVGFEMorphologyElement.idl',
377 'svg/SVGFEOffsetElement.idl', 377 'svg/SVGFEOffsetElement.idl',
378 'svg/SVGFEPointLightElement.idl', 378 'svg/SVGFEPointLightElement.idl',
379 'svg/SVGFESpecularLightingElement.idl', 379 'svg/SVGFESpecularLightingElement.idl',
380 'svg/SVGFESpotLightElement.idl', 380 'svg/SVGFESpotLightElement.idl',
381 'svg/SVGFETileElement.idl', 381 'svg/SVGFETileElement.idl',
382 'svg/SVGFETurbulenceElement.idl', 382 'svg/SVGFETurbulenceElement.idl',
383 'svg/SVGFilterElement.idl', 383 'svg/SVGFilterElement.idl',
384 'svg/SVGFilterPrimitiveStandardAttributes.idl',
384 'svg/SVGFitToViewBox.idl', 385 'svg/SVGFitToViewBox.idl',
385 'svg/SVGFontElement.idl', 386 'svg/SVGFontElement.idl',
386 'svg/SVGFontFaceElement.idl', 387 'svg/SVGFontFaceElement.idl',
387 'svg/SVGFontFaceFormatElement.idl', 388 'svg/SVGFontFaceFormatElement.idl',
388 'svg/SVGFontFaceNameElement.idl', 389 'svg/SVGFontFaceNameElement.idl',
389 'svg/SVGFontFaceSrcElement.idl', 390 'svg/SVGFontFaceSrcElement.idl',
390 'svg/SVGFontFaceUriElement.idl', 391 'svg/SVGFontFaceUriElement.idl',
391 'svg/SVGForeignObjectElement.idl', 392 'svg/SVGForeignObjectElement.idl',
392 'svg/SVGGElement.idl', 393 'svg/SVGGElement.idl',
393 'svg/SVGGlyphElement.idl', 394 'svg/SVGGlyphElement.idl',
(...skipping 3314 matching lines...) Expand 10 before | Expand all | Expand 10 after
3708 'bison_exe': 'bison', 3709 'bison_exe': 'bison',
3709 # We specify a preprocess so it happens locally and won't get 3710 # We specify a preprocess so it happens locally and won't get
3710 # distributed to goma. 3711 # distributed to goma.
3711 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3712 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3712 # use /usr/bin/clang once we require Xcode 4.x. 3713 # use /usr/bin/clang once we require Xcode 4.x.
3713 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3714 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3714 }], 3715 }],
3715 ], 3716 ],
3716 } 3717 }
3717 } 3718 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGFEBlendElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698