| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 'variables': { | 3 'variables': { |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'css/CSS.idl', | 5 'css/CSS.idl', |
| 6 'css/CSSCharsetRule.idl', | 6 'css/CSSCharsetRule.idl', |
| 7 'css/CSSFontFaceLoadEvent.idl', | 7 'css/CSSFontFaceLoadEvent.idl', |
| 8 'css/CSSFontFaceRule.idl', | 8 'css/CSSFontFaceRule.idl', |
| 9 'css/CSSHostRule.idl', | 9 'css/CSSHostRule.idl', |
| 10 'css/CSSImportRule.idl', | 10 'css/CSSImportRule.idl', |
| 11 'css/CSSMediaRule.idl', | 11 'css/CSSMediaRule.idl', |
| 12 'css/CSSMixFunctionValue.idl', |
| 12 'css/CSSPageRule.idl', | 13 'css/CSSPageRule.idl', |
| 13 'css/CSSPrimitiveValue.idl', | 14 'css/CSSPrimitiveValue.idl', |
| 15 'css/CSSRegionRule.idl', |
| 14 'css/CSSRule.idl', | 16 'css/CSSRule.idl', |
| 15 'css/CSSRuleList.idl', | 17 'css/CSSRuleList.idl', |
| 16 'css/CSSStyleDeclaration.idl', | 18 'css/CSSStyleDeclaration.idl', |
| 17 'css/CSSStyleRule.idl', | 19 'css/CSSStyleRule.idl', |
| 18 'css/CSSStyleSheet.idl', | 20 'css/CSSStyleSheet.idl', |
| 19 'css/CSSSupportsRule.idl', | 21 'css/CSSSupportsRule.idl', |
| 22 'css/CSSTransformValue.idl', |
| 20 # We should probably add CSSUnknownRule.idl to this list, | 23 # We should probably add CSSUnknownRule.idl to this list, |
| 21 # but it currently causes a compile error. | 24 # but it currently causes a compile error. |
| 22 # 'css/CSSUnknownRule.idl', | 25 # 'css/CSSUnknownRule.idl', |
| 23 'css/CSSValue.idl', | 26 'css/CSSValue.idl', |
| 24 'css/CSSValueList.idl', | 27 'css/CSSValueList.idl', |
| 28 'css/CSSViewportRule.idl', |
| 25 'css/Counter.idl', | 29 'css/Counter.idl', |
| 26 'css/FontLoader.idl', | 30 'css/FontLoader.idl', |
| 27 'css/MediaList.idl', | 31 'css/MediaList.idl', |
| 28 'css/MediaQueryList.idl', | 32 'css/MediaQueryList.idl', |
| 29 'css/Rect.idl', | 33 'css/Rect.idl', |
| 30 'css/RGBColor.idl', | 34 'css/RGBColor.idl', |
| 31 'css/StyleMedia.idl', | 35 'css/StyleMedia.idl', |
| 32 'css/StyleSheet.idl', | 36 'css/StyleSheet.idl', |
| 33 'css/StyleSheetList.idl', | 37 'css/StyleSheetList.idl', |
| 34 'css/WebKitCSSFilterRule.idl', | 38 'css/WebKitCSSFilterRule.idl', |
| 35 'css/WebKitCSSFilterValue.idl', | 39 'css/WebKitCSSFilterValue.idl', |
| 36 'css/WebKitCSSKeyframeRule.idl', | 40 'css/WebKitCSSKeyframeRule.idl', |
| 37 'css/WebKitCSSKeyframesRule.idl', | 41 'css/WebKitCSSKeyframesRule.idl', |
| 38 'css/WebKitCSSMatrix.idl', | 42 'css/WebKitCSSMatrix.idl', |
| 39 'css/WebKitCSSMixFunctionValue.idl', | |
| 40 'css/WebKitCSSRegionRule.idl', | |
| 41 'css/WebKitCSSTransformValue.idl', | |
| 42 'css/WebKitCSSViewportRule.idl', | |
| 43 'dom/AnimationEvent.idl', | 43 'dom/AnimationEvent.idl', |
| 44 'dom/Attr.idl', | 44 'dom/Attr.idl', |
| 45 'dom/AutocompleteErrorEvent.idl', | 45 'dom/AutocompleteErrorEvent.idl', |
| 46 'dom/BeforeLoadEvent.idl', | 46 'dom/BeforeLoadEvent.idl', |
| 47 'dom/CDATASection.idl', | 47 'dom/CDATASection.idl', |
| 48 'dom/CharacterData.idl', | 48 'dom/CharacterData.idl', |
| 49 'dom/ClientRect.idl', | 49 'dom/ClientRect.idl', |
| 50 'dom/ClientRectList.idl', | 50 'dom/ClientRectList.idl', |
| 51 'dom/Clipboard.idl', | 51 'dom/Clipboard.idl', |
| 52 'dom/Comment.idl', | 52 'dom/Comment.idl', |
| (...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'css/CSSImageValue.cpp', | 572 'css/CSSImageValue.cpp', |
| 573 'css/CSSImportRule.cpp', | 573 'css/CSSImportRule.cpp', |
| 574 'css/CSSImportRule.h', | 574 'css/CSSImportRule.h', |
| 575 'css/CSSInheritedValue.cpp', | 575 'css/CSSInheritedValue.cpp', |
| 576 'css/CSSInheritedValue.h', | 576 'css/CSSInheritedValue.h', |
| 577 'css/CSSInitialValue.cpp', | 577 'css/CSSInitialValue.cpp', |
| 578 'css/CSSInitialValue.h', | 578 'css/CSSInitialValue.h', |
| 579 'css/CSSLineBoxContainValue.cpp', | 579 'css/CSSLineBoxContainValue.cpp', |
| 580 'css/CSSMediaRule.cpp', | 580 'css/CSSMediaRule.cpp', |
| 581 'css/CSSMediaRule.h', | 581 'css/CSSMediaRule.h', |
| 582 'css/CSSMixFunctionValue.cpp', |
| 583 'css/CSSMixFunctionValue.h', |
| 582 'css/CSSOMUtils.cpp', | 584 'css/CSSOMUtils.cpp', |
| 583 'css/CSSOMUtils.h', | 585 'css/CSSOMUtils.h', |
| 584 'css/CSSPageRule.cpp', | 586 'css/CSSPageRule.cpp', |
| 585 'css/CSSPageRule.h', | 587 'css/CSSPageRule.h', |
| 586 'css/CSSParser.cpp', | 588 'css/CSSParser.cpp', |
| 587 'css/CSSParser.h', | 589 'css/CSSParser.h', |
| 588 'css/CSSParserMode.h', | 590 'css/CSSParserMode.h', |
| 589 'css/CSSParserValues.cpp', | 591 'css/CSSParserValues.cpp', |
| 590 'css/CSSPrimitiveValue.cpp', | 592 'css/CSSPrimitiveValue.cpp', |
| 591 'css/CSSPrimitiveValueMappings.h', | 593 'css/CSSPrimitiveValueMappings.h', |
| 592 'css/CSSProperty.cpp', | 594 'css/CSSProperty.cpp', |
| 593 'css/CSSPropertySourceData.cpp', | 595 'css/CSSPropertySourceData.cpp', |
| 594 'css/CSSReflectValue.cpp', | 596 'css/CSSReflectValue.cpp', |
| 597 'css/CSSRegionRule.cpp', |
| 598 'css/CSSRegionRule.h', |
| 595 'css/CSSRule.cpp', | 599 'css/CSSRule.cpp', |
| 596 'css/CSSRule.h', | 600 'css/CSSRule.h', |
| 597 'css/CSSRuleList.cpp', | 601 'css/CSSRuleList.cpp', |
| 598 'css/CSSRuleList.h', | 602 'css/CSSRuleList.h', |
| 599 'css/CSSSegmentedFontFace.cpp', | 603 'css/CSSSegmentedFontFace.cpp', |
| 600 'css/CSSSegmentedFontFace.h', | 604 'css/CSSSegmentedFontFace.h', |
| 601 'css/CSSSelector.cpp', | 605 'css/CSSSelector.cpp', |
| 602 'css/CSSSelectorList.cpp', | 606 'css/CSSSelectorList.cpp', |
| 603 'css/CSSSelectorList.h', | 607 'css/CSSSelectorList.h', |
| 608 'css/CSSShaderValue.cpp', |
| 609 'css/CSSShaderValue.h', |
| 604 'css/CSSStyleDeclaration.h', | 610 'css/CSSStyleDeclaration.h', |
| 605 'css/CSSStyleDeclaration.cpp', | 611 'css/CSSStyleDeclaration.cpp', |
| 606 'css/CSSStyleRule.cpp', | 612 'css/CSSStyleRule.cpp', |
| 607 'css/CSSStyleRule.h', | 613 'css/CSSStyleRule.h', |
| 608 'css/CSSStyleSheet.cpp', | 614 'css/CSSStyleSheet.cpp', |
| 609 'css/CSSStyleSheet.h', | 615 'css/CSSStyleSheet.h', |
| 610 'css/CSSSupportsRule.cpp', | 616 'css/CSSSupportsRule.cpp', |
| 611 'css/CSSSupportsRule.h', | 617 'css/CSSSupportsRule.h', |
| 618 'css/CSSSVGDocumentValue.cpp', |
| 619 'css/CSSSVGDocumentValue.h', |
| 612 'css/CSSTimingFunctionValue.cpp', | 620 'css/CSSTimingFunctionValue.cpp', |
| 613 'css/CSSTimingFunctionValue.h', | 621 'css/CSSTimingFunctionValue.h', |
| 614 'css/CSSToStyleMap.cpp', | 622 'css/CSSToStyleMap.cpp', |
| 615 'css/CSSToStyleMap.h', | 623 'css/CSSToStyleMap.h', |
| 624 'css/CSSTransformValue.cpp', |
| 616 'css/CSSUnicodeRangeValue.cpp', | 625 'css/CSSUnicodeRangeValue.cpp', |
| 617 'css/CSSUnicodeRangeValue.h', | 626 'css/CSSUnicodeRangeValue.h', |
| 618 'css/CSSUnknownRule.h', | 627 'css/CSSUnknownRule.h', |
| 619 'css/CSSValue.cpp', | 628 'css/CSSValue.cpp', |
| 620 'css/CSSValueList.cpp', | 629 'css/CSSValueList.cpp', |
| 621 'css/CSSValuePool.cpp', | 630 'css/CSSValuePool.cpp', |
| 622 'css/CSSValuePool.h', | 631 'css/CSSValuePool.h', |
| 623 'css/CSSVariableValue.h', | 632 'css/CSSVariableValue.h', |
| 633 'css/CSSViewportRule.h', |
| 634 'css/CSSViewportRule.cpp', |
| 624 'css/Counter.h', | 635 'css/Counter.h', |
| 625 'css/DeprecatedStyleBuilder.cpp', | 636 'css/DeprecatedStyleBuilder.cpp', |
| 626 'css/DeprecatedStyleBuilder.h', | 637 'css/DeprecatedStyleBuilder.h', |
| 627 'css/DOMWindowCSS.cpp', | 638 'css/DOMWindowCSS.cpp', |
| 628 'css/DOMWindowCSS.h', | 639 'css/DOMWindowCSS.h', |
| 629 'css/DocumentRuleSets.cpp', | 640 'css/DocumentRuleSets.cpp', |
| 630 'css/DocumentRuleSets.h', | 641 'css/DocumentRuleSets.h', |
| 631 'css/ElementRuleCollector.cpp', | 642 'css/ElementRuleCollector.cpp', |
| 632 'css/ElementRuleCollector.h', | 643 'css/ElementRuleCollector.h', |
| 633 'css/FontFeatureValue.cpp', | 644 'css/FontFeatureValue.cpp', |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 701 'css/WebKitCSSArrayFunctionValue.cpp', | 712 'css/WebKitCSSArrayFunctionValue.cpp', |
| 702 'css/WebKitCSSArrayFunctionValue.h', | 713 'css/WebKitCSSArrayFunctionValue.h', |
| 703 'css/WebKitCSSFilterRule.cpp', | 714 'css/WebKitCSSFilterRule.cpp', |
| 704 'css/WebKitCSSFilterValue.cpp', | 715 'css/WebKitCSSFilterValue.cpp', |
| 705 'css/WebKitCSSKeyframeRule.cpp', | 716 'css/WebKitCSSKeyframeRule.cpp', |
| 706 'css/WebKitCSSKeyframeRule.h', | 717 'css/WebKitCSSKeyframeRule.h', |
| 707 'css/WebKitCSSKeyframesRule.cpp', | 718 'css/WebKitCSSKeyframesRule.cpp', |
| 708 'css/WebKitCSSKeyframesRule.h', | 719 'css/WebKitCSSKeyframesRule.h', |
| 709 'css/WebKitCSSMatrix.cpp', | 720 'css/WebKitCSSMatrix.cpp', |
| 710 'css/WebKitCSSMatrix.h', | 721 'css/WebKitCSSMatrix.h', |
| 711 'css/WebKitCSSMixFunctionValue.cpp', | |
| 712 'css/WebKitCSSMixFunctionValue.h', | |
| 713 'css/WebKitCSSRegionRule.cpp', | |
| 714 'css/WebKitCSSRegionRule.h', | |
| 715 'css/WebKitCSSShaderValue.cpp', | |
| 716 'css/WebKitCSSShaderValue.h', | |
| 717 'css/WebKitCSSSVGDocumentValue.cpp', | |
| 718 'css/WebKitCSSSVGDocumentValue.h', | |
| 719 'css/WebKitCSSTransformValue.cpp', | |
| 720 'css/WebKitCSSViewportRule.h', | |
| 721 'css/WebKitCSSViewportRule.cpp', | |
| 722 'css/resolver/FilterOperationResolver.cpp', | 722 'css/resolver/FilterOperationResolver.cpp', |
| 723 'css/resolver/FilterOperationResolver.h', | 723 'css/resolver/FilterOperationResolver.h', |
| 724 'css/resolver/ScopedStyleResolver.cpp', | 724 'css/resolver/ScopedStyleResolver.cpp', |
| 725 'css/resolver/ScopedStyleResolver.h', | 725 'css/resolver/ScopedStyleResolver.h', |
| 726 'css/resolver/StyleResolver.cpp', | 726 'css/resolver/StyleResolver.cpp', |
| 727 'css/resolver/StyleResolver.h', | 727 'css/resolver/StyleResolver.h', |
| 728 'css/resolver/StyleResolverState.cpp', | 728 'css/resolver/StyleResolverState.cpp', |
| 729 'css/resolver/StyleResolverState.h', | 729 'css/resolver/StyleResolverState.h', |
| 730 'css/resolver/TransformBuilder.cpp', | 730 'css/resolver/TransformBuilder.cpp', |
| 731 'css/resolver/TransformBuilder.h', | 731 'css/resolver/TransformBuilder.h', |
| (...skipping 2944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3676 'bison_exe': 'bison', | 3676 'bison_exe': 'bison', |
| 3677 # We specify a preprocess so it happens locally and won't get | 3677 # We specify a preprocess so it happens locally and won't get |
| 3678 # distributed to goma. | 3678 # distributed to goma. |
| 3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3679 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3680 # use /usr/bin/clang once we require Xcode 4.x. | 3680 # use /usr/bin/clang once we require Xcode 4.x. |
| 3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3681 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3682 }], | 3682 }], |
| 3683 ], | 3683 ], |
| 3684 } | 3684 } |
| 3685 } | 3685 } |
| OLD | NEW |