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

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

Issue 19263002: Get rid of special casing for SVGNumber in the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix style issues 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 'deprecated_perl_core_idl_files': [ 3 'deprecated_perl_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 3453 matching lines...) Expand 10 before | Expand all | Expand 10 after
3464 'svg/SVGMPathElement.cpp', 3464 'svg/SVGMPathElement.cpp',
3465 'svg/SVGMPathElement.h', 3465 'svg/SVGMPathElement.h',
3466 'svg/SVGMarkerElement.cpp', 3466 'svg/SVGMarkerElement.cpp',
3467 'svg/SVGMarkerElement.h', 3467 'svg/SVGMarkerElement.h',
3468 'svg/SVGMaskElement.cpp', 3468 'svg/SVGMaskElement.cpp',
3469 'svg/SVGMaskElement.h', 3469 'svg/SVGMaskElement.h',
3470 'svg/SVGMetadataElement.cpp', 3470 'svg/SVGMetadataElement.cpp',
3471 'svg/SVGMetadataElement.h', 3471 'svg/SVGMetadataElement.h',
3472 'svg/SVGMissingGlyphElement.cpp', 3472 'svg/SVGMissingGlyphElement.cpp',
3473 'svg/SVGMissingGlyphElement.h', 3473 'svg/SVGMissingGlyphElement.h',
3474 'svg/SVGNumber.h',
3474 'svg/SVGNumberList.cpp', 3475 'svg/SVGNumberList.cpp',
3476 'svg/SVGNumberList.h',
3475 'svg/SVGPaint.cpp', 3477 'svg/SVGPaint.cpp',
3476 'svg/SVGParserUtilities.cpp', 3478 'svg/SVGParserUtilities.cpp',
3477 'svg/SVGParserUtilities.h', 3479 'svg/SVGParserUtilities.h',
3478 'svg/SVGParsingError.h', 3480 'svg/SVGParsingError.h',
3479 'svg/SVGPathBlender.cpp', 3481 'svg/SVGPathBlender.cpp',
3480 'svg/SVGPathBlender.h', 3482 'svg/SVGPathBlender.h',
3481 'svg/SVGPathBuilder.cpp', 3483 'svg/SVGPathBuilder.cpp',
3482 'svg/SVGPathBuilder.h', 3484 'svg/SVGPathBuilder.h',
3483 'svg/SVGPathByteStream.h', 3485 'svg/SVGPathByteStream.h',
3484 'svg/SVGPathByteStreamBuilder.cpp', 3486 'svg/SVGPathByteStreamBuilder.cpp',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
3767 'bison_exe': 'bison', 3769 'bison_exe': 'bison',
3768 # We specify a preprocess so it happens locally and won't get 3770 # We specify a preprocess so it happens locally and won't get
3769 # distributed to goma. 3771 # distributed to goma.
3770 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3772 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3771 # use /usr/bin/clang once we require Xcode 4.x. 3773 # use /usr/bin/clang once we require Xcode 4.x.
3772 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3774 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3773 }], 3775 }],
3774 ], 3776 ],
3775 } 3777 }
3776 } 3778 }
OLDNEW
« no previous file with comments | « Source/bindings/scripts/deprecated_code_generator_v8.pm ('k') | Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698