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

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

Issue 17549002: Update SVG IDL interfaces to stop inheriting from SVGTests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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/SVGAElement.idl » ('j') | Source/core/svg/SVGTests.idl » ('J')
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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'svg/SVGScriptElement.idl', 443 'svg/SVGScriptElement.idl',
444 'svg/SVGSetElement.idl', 444 'svg/SVGSetElement.idl',
445 'svg/SVGStopElement.idl', 445 'svg/SVGStopElement.idl',
446 'svg/SVGStringList.idl', 446 'svg/SVGStringList.idl',
447 'svg/SVGStyleElement.idl', 447 'svg/SVGStyleElement.idl',
448 'svg/SVGStyledElement.idl', 448 'svg/SVGStyledElement.idl',
449 'svg/SVGSwitchElement.idl', 449 'svg/SVGSwitchElement.idl',
450 'svg/SVGSymbolElement.idl', 450 'svg/SVGSymbolElement.idl',
451 'svg/SVGTRefElement.idl', 451 'svg/SVGTRefElement.idl',
452 'svg/SVGTSpanElement.idl', 452 'svg/SVGTSpanElement.idl',
453 'svg/SVGTests.idl',
453 'svg/SVGTextContentElement.idl', 454 'svg/SVGTextContentElement.idl',
454 'svg/SVGTextElement.idl', 455 'svg/SVGTextElement.idl',
455 'svg/SVGTextPathElement.idl', 456 'svg/SVGTextPathElement.idl',
456 'svg/SVGTextPositioningElement.idl', 457 'svg/SVGTextPositioningElement.idl',
457 'svg/SVGTitleElement.idl', 458 'svg/SVGTitleElement.idl',
458 'svg/SVGTransform.idl', 459 'svg/SVGTransform.idl',
459 'svg/SVGTransformList.idl', 460 'svg/SVGTransformList.idl',
460 'svg/SVGURIReference.idl', 461 'svg/SVGURIReference.idl',
461 'svg/SVGUnitTypes.idl', 462 'svg/SVGUnitTypes.idl',
462 'svg/SVGUseElement.idl', 463 'svg/SVGUseElement.idl',
(...skipping 3229 matching lines...) Expand 10 before | Expand all | Expand 10 after
3692 'bison_exe': 'bison', 3693 'bison_exe': 'bison',
3693 # We specify a preprocess so it happens locally and won't get 3694 # We specify a preprocess so it happens locally and won't get
3694 # distributed to goma. 3695 # distributed to goma.
3695 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3696 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3696 # use /usr/bin/clang once we require Xcode 4.x. 3697 # use /usr/bin/clang once we require Xcode 4.x.
3697 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3698 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3698 }], 3699 }],
3699 ], 3700 ],
3700 } 3701 }
3701 } 3702 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGAElement.idl » ('j') | Source/core/svg/SVGTests.idl » ('J')

Powered by Google App Engine
This is Rietveld 408576698