OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |