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

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

Issue 21042009: [SVG2] Merge SVGStyledElement into SVGElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase on master Created 7 years, 4 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/rendering/svg/ReferenceFilterBuilder.cpp » ('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 '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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
444 'svg/SVGRadialGradientElement.idl', 444 'svg/SVGRadialGradientElement.idl',
445 'svg/SVGRect.idl', 445 'svg/SVGRect.idl',
446 'svg/SVGRectElement.idl', 446 'svg/SVGRectElement.idl',
447 'svg/SVGRenderingIntent.idl', 447 'svg/SVGRenderingIntent.idl',
448 'svg/SVGSVGElement.idl', 448 'svg/SVGSVGElement.idl',
449 'svg/SVGScriptElement.idl', 449 'svg/SVGScriptElement.idl',
450 'svg/SVGSetElement.idl', 450 'svg/SVGSetElement.idl',
451 'svg/SVGStopElement.idl', 451 'svg/SVGStopElement.idl',
452 'svg/SVGStringList.idl', 452 'svg/SVGStringList.idl',
453 'svg/SVGStyleElement.idl', 453 'svg/SVGStyleElement.idl',
454 'svg/SVGStyledElement.idl',
455 'svg/SVGSwitchElement.idl', 454 'svg/SVGSwitchElement.idl',
456 'svg/SVGSymbolElement.idl', 455 'svg/SVGSymbolElement.idl',
457 'svg/SVGTRefElement.idl', 456 'svg/SVGTRefElement.idl',
458 'svg/SVGTSpanElement.idl', 457 'svg/SVGTSpanElement.idl',
459 'svg/SVGTextContentElement.idl', 458 'svg/SVGTextContentElement.idl',
460 'svg/SVGTextElement.idl', 459 'svg/SVGTextElement.idl',
461 'svg/SVGTextPathElement.idl', 460 'svg/SVGTextPathElement.idl',
462 'svg/SVGTextPositioningElement.idl', 461 'svg/SVGTextPositioningElement.idl',
463 'svg/SVGTitleElement.idl', 462 'svg/SVGTitleElement.idl',
464 'svg/SVGTransform.idl', 463 'svg/SVGTransform.idl',
(...skipping 3105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3570 'svg/SVGScriptElement.cpp', 3569 'svg/SVGScriptElement.cpp',
3571 'svg/SVGScriptElement.h', 3570 'svg/SVGScriptElement.h',
3572 'svg/SVGSetElement.cpp', 3571 'svg/SVGSetElement.cpp',
3573 'svg/SVGSetElement.h', 3572 'svg/SVGSetElement.h',
3574 'svg/SVGStopElement.cpp', 3573 'svg/SVGStopElement.cpp',
3575 'svg/SVGStopElement.h', 3574 'svg/SVGStopElement.h',
3576 'svg/SVGStringList.cpp', 3575 'svg/SVGStringList.cpp',
3577 'svg/SVGStringList.h', 3576 'svg/SVGStringList.h',
3578 'svg/SVGStyleElement.cpp', 3577 'svg/SVGStyleElement.cpp',
3579 'svg/SVGStyleElement.h', 3578 'svg/SVGStyleElement.h',
3580 'svg/SVGStyledElement.cpp',
3581 'svg/SVGStyledElement.h',
3582 'svg/SVGSwitchElement.cpp', 3579 'svg/SVGSwitchElement.cpp',
3583 'svg/SVGSwitchElement.h', 3580 'svg/SVGSwitchElement.h',
3584 'svg/SVGSymbolElement.cpp', 3581 'svg/SVGSymbolElement.cpp',
3585 'svg/SVGSymbolElement.h', 3582 'svg/SVGSymbolElement.h',
3586 'svg/SVGTRefElement.cpp', 3583 'svg/SVGTRefElement.cpp',
3587 'svg/SVGTRefElement.h', 3584 'svg/SVGTRefElement.h',
3588 'svg/SVGTSpanElement.cpp', 3585 'svg/SVGTSpanElement.cpp',
3589 'svg/SVGTSpanElement.h', 3586 'svg/SVGTSpanElement.h',
3590 'svg/SVGTests.cpp', 3587 'svg/SVGTests.cpp',
3591 'svg/SVGTests.h', 3588 'svg/SVGTests.h',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
3795 'bison_exe': 'bison', 3792 'bison_exe': 'bison',
3796 # We specify a preprocess so it happens locally and won't get 3793 # We specify a preprocess so it happens locally and won't get
3797 # distributed to goma. 3794 # distributed to goma.
3798 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3795 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3799 # use /usr/bin/clang once we require Xcode 4.x. 3796 # use /usr/bin/clang once we require Xcode 4.x.
3800 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3797 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3801 }], 3798 }],
3802 ], 3799 ],
3803 } 3800 }
3804 } 3801 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/rendering/svg/ReferenceFilterBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698