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

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

Issue 18053005: Introduce SVGGraphicsElement 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'svg/SVGFontFaceElement.idl', 388 'svg/SVGFontFaceElement.idl',
389 'svg/SVGFontFaceFormatElement.idl', 389 'svg/SVGFontFaceFormatElement.idl',
390 'svg/SVGFontFaceNameElement.idl', 390 'svg/SVGFontFaceNameElement.idl',
391 'svg/SVGFontFaceSrcElement.idl', 391 'svg/SVGFontFaceSrcElement.idl',
392 'svg/SVGFontFaceUriElement.idl', 392 'svg/SVGFontFaceUriElement.idl',
393 'svg/SVGForeignObjectElement.idl', 393 'svg/SVGForeignObjectElement.idl',
394 'svg/SVGGElement.idl', 394 'svg/SVGGElement.idl',
395 'svg/SVGGlyphElement.idl', 395 'svg/SVGGlyphElement.idl',
396 'svg/SVGGlyphRefElement.idl', 396 'svg/SVGGlyphRefElement.idl',
397 'svg/SVGGradientElement.idl', 397 'svg/SVGGradientElement.idl',
398 'svg/SVGGraphicsElement.idl',
398 'svg/SVGHKernElement.idl', 399 'svg/SVGHKernElement.idl',
399 'svg/SVGImageElement.idl', 400 'svg/SVGImageElement.idl',
400 'svg/SVGLength.idl', 401 'svg/SVGLength.idl',
401 'svg/SVGLengthList.idl', 402 'svg/SVGLengthList.idl',
402 'svg/SVGLineElement.idl', 403 'svg/SVGLineElement.idl',
403 'svg/SVGLinearGradientElement.idl', 404 'svg/SVGLinearGradientElement.idl',
404 'svg/SVGMarkerElement.idl', 405 'svg/SVGMarkerElement.idl',
405 'svg/SVGMaskElement.idl', 406 'svg/SVGMaskElement.idl',
406 'svg/SVGMatrix.idl', 407 'svg/SVGMatrix.idl',
407 'svg/SVGMetadataElement.idl', 408 'svg/SVGMetadataElement.idl',
(...skipping 2999 matching lines...) Expand 10 before | Expand all | Expand 10 after
3407 'svg/SVGForeignObjectElement.h', 3408 'svg/SVGForeignObjectElement.h',
3408 'svg/SVGGElement.cpp', 3409 'svg/SVGGElement.cpp',
3409 'svg/SVGGElement.h', 3410 'svg/SVGGElement.h',
3410 'svg/SVGGlyphElement.cpp', 3411 'svg/SVGGlyphElement.cpp',
3411 'svg/SVGGlyphElement.h', 3412 'svg/SVGGlyphElement.h',
3412 'svg/SVGGlyphRefElement.cpp', 3413 'svg/SVGGlyphRefElement.cpp',
3413 'svg/SVGGlyphRefElement.h', 3414 'svg/SVGGlyphRefElement.h',
3414 'svg/SVGGlyphMap.h', 3415 'svg/SVGGlyphMap.h',
3415 'svg/SVGGradientElement.cpp', 3416 'svg/SVGGradientElement.cpp',
3416 'svg/SVGGradientElement.h', 3417 'svg/SVGGradientElement.h',
3418 'svg/SVGGraphicsElement.cpp',
3419 'svg/SVGGraphicsElement.h',
3417 'svg/SVGHKernElement.cpp', 3420 'svg/SVGHKernElement.cpp',
3418 'svg/SVGHKernElement.h', 3421 'svg/SVGHKernElement.h',
3419 'svg/SVGImageElement.cpp', 3422 'svg/SVGImageElement.cpp',
3420 'svg/SVGImageElement.h', 3423 'svg/SVGImageElement.h',
3421 'svg/SVGImageLoader.cpp', 3424 'svg/SVGImageLoader.cpp',
3422 'svg/SVGImageLoader.h', 3425 'svg/SVGImageLoader.h',
3423 'svg/SVGLangSpace.cpp', 3426 'svg/SVGLangSpace.cpp',
3424 'svg/SVGLangSpace.h', 3427 'svg/SVGLangSpace.h',
3425 'svg/SVGLength.cpp', 3428 'svg/SVGLength.cpp',
3426 'svg/SVGLengthContext.cpp', 3429 'svg/SVGLengthContext.cpp',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
3512 'svg/SVGStopElement.cpp', 3515 'svg/SVGStopElement.cpp',
3513 'svg/SVGStopElement.h', 3516 'svg/SVGStopElement.h',
3514 'svg/SVGStringList.cpp', 3517 'svg/SVGStringList.cpp',
3515 'svg/SVGStringList.h', 3518 'svg/SVGStringList.h',
3516 'svg/SVGStyleElement.cpp', 3519 'svg/SVGStyleElement.cpp',
3517 'svg/SVGStyleElement.h', 3520 'svg/SVGStyleElement.h',
3518 'svg/SVGStyledElement.cpp', 3521 'svg/SVGStyledElement.cpp',
3519 'svg/SVGStyledElement.h', 3522 'svg/SVGStyledElement.h',
3520 'svg/SVGStyledLocatableElement.cpp', 3523 'svg/SVGStyledLocatableElement.cpp',
3521 'svg/SVGStyledLocatableElement.h', 3524 'svg/SVGStyledLocatableElement.h',
3522 'svg/SVGStyledTransformableElement.cpp',
3523 'svg/SVGStyledTransformableElement.h',
3524 'svg/SVGSwitchElement.cpp', 3525 'svg/SVGSwitchElement.cpp',
3525 'svg/SVGSwitchElement.h', 3526 'svg/SVGSwitchElement.h',
3526 'svg/SVGSymbolElement.cpp', 3527 'svg/SVGSymbolElement.cpp',
3527 'svg/SVGSymbolElement.h', 3528 'svg/SVGSymbolElement.h',
3528 'svg/SVGTRefElement.cpp', 3529 'svg/SVGTRefElement.cpp',
3529 'svg/SVGTRefElement.h', 3530 'svg/SVGTRefElement.h',
3530 'svg/SVGTSpanElement.cpp', 3531 'svg/SVGTSpanElement.cpp',
3531 'svg/SVGTSpanElement.h', 3532 'svg/SVGTSpanElement.h',
3532 'svg/SVGTests.cpp', 3533 'svg/SVGTests.cpp',
3533 'svg/SVGTests.h', 3534 'svg/SVGTests.h',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
3703 'bison_exe': 'bison', 3704 'bison_exe': 'bison',
3704 # We specify a preprocess so it happens locally and won't get 3705 # We specify a preprocess so it happens locally and won't get
3705 # distributed to goma. 3706 # distributed to goma.
3706 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3707 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3707 # use /usr/bin/clang once we require Xcode 4.x. 3708 # use /usr/bin/clang once we require Xcode 4.x.
3708 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3709 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3709 }], 3710 }],
3710 ], 3711 ],
3711 } 3712 }
3712 } 3713 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698