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

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

Issue 17365004: Update SVG interfaces to stop inheriting from SVGURIReference (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') | 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'svg/SVGSymbolElement.idl', 448 'svg/SVGSymbolElement.idl',
449 'svg/SVGTRefElement.idl', 449 'svg/SVGTRefElement.idl',
450 'svg/SVGTSpanElement.idl', 450 'svg/SVGTSpanElement.idl',
451 'svg/SVGTextContentElement.idl', 451 'svg/SVGTextContentElement.idl',
452 'svg/SVGTextElement.idl', 452 'svg/SVGTextElement.idl',
453 'svg/SVGTextPathElement.idl', 453 'svg/SVGTextPathElement.idl',
454 'svg/SVGTextPositioningElement.idl', 454 'svg/SVGTextPositioningElement.idl',
455 'svg/SVGTitleElement.idl', 455 'svg/SVGTitleElement.idl',
456 'svg/SVGTransform.idl', 456 'svg/SVGTransform.idl',
457 'svg/SVGTransformList.idl', 457 'svg/SVGTransformList.idl',
458 'svg/SVGURIReference.idl',
458 'svg/SVGUnitTypes.idl', 459 'svg/SVGUnitTypes.idl',
459 'svg/SVGUseElement.idl', 460 'svg/SVGUseElement.idl',
460 'svg/SVGViewElement.idl', 461 'svg/SVGViewElement.idl',
461 'svg/SVGViewSpec.idl', 462 'svg/SVGViewSpec.idl',
462 'svg/SVGVKernElement.idl', 463 'svg/SVGVKernElement.idl',
463 'svg/SVGZoomAndPan.idl', 464 'svg/SVGZoomAndPan.idl',
464 'svg/SVGZoomEvent.idl', 465 'svg/SVGZoomEvent.idl',
465 ], 466 ],
466 'webcore_files': [ 467 'webcore_files': [
467 'Init.cpp', 468 'Init.cpp',
(...skipping 3221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3689 'bison_exe': 'bison', 3690 'bison_exe': 'bison',
3690 # We specify a preprocess so it happens locally and won't get 3691 # We specify a preprocess so it happens locally and won't get
3691 # distributed to goma. 3692 # distributed to goma.
3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3693 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3693 # use /usr/bin/clang once we require Xcode 4.x. 3694 # use /usr/bin/clang once we require Xcode 4.x.
3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3695 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3695 }], 3696 }],
3696 ], 3697 ],
3697 } 3698 }
3698 } 3699 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/svg/SVGAElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698