| 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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| 11 'css/CSSKeyframesRule.idl', | 11 'css/CSSKeyframesRule.idl', |
| 12 'css/CSSMediaRule.idl', | 12 'css/CSSMediaRule.idl', |
| 13 'css/CSSPageRule.idl', | 13 'css/CSSPageRule.idl', |
| 14 'css/CSSPrimitiveValue.idl', | 14 'css/CSSPrimitiveValue.idl', |
| 15 'css/CSSRegion.idl', |
| 15 'css/CSSRule.idl', | 16 'css/CSSRule.idl', |
| 16 'css/CSSRuleList.idl', | 17 'css/CSSRuleList.idl', |
| 17 'css/CSSStyleDeclaration.idl', | 18 'css/CSSStyleDeclaration.idl', |
| 18 'css/CSSStyleRule.idl', | 19 'css/CSSStyleRule.idl', |
| 19 'css/CSSStyleSheet.idl', | 20 'css/CSSStyleSheet.idl', |
| 20 'css/CSSSupportsRule.idl', | 21 'css/CSSSupportsRule.idl', |
| 21 # We should probably add CSSUnknownRule.idl to this list, | 22 # We should probably add CSSUnknownRule.idl to this list, |
| 22 # but it currently causes a compile error. | 23 # but it currently causes a compile error. |
| 23 # 'css/CSSUnknownRule.idl', | 24 # 'css/CSSUnknownRule.idl', |
| 24 'css/CSSValue.idl', | 25 'css/CSSValue.idl', |
| (...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 'css/CSSPageRule.cpp', | 673 'css/CSSPageRule.cpp', |
| 673 'css/CSSPageRule.h', | 674 'css/CSSPageRule.h', |
| 674 'css/CSSParser.h', | 675 'css/CSSParser.h', |
| 675 'css/CSSParserMode.h', | 676 'css/CSSParserMode.h', |
| 676 'css/CSSParserValues.cpp', | 677 'css/CSSParserValues.cpp', |
| 677 'css/CSSPrimitiveValue.cpp', | 678 'css/CSSPrimitiveValue.cpp', |
| 678 'css/CSSPrimitiveValueMappings.h', | 679 'css/CSSPrimitiveValueMappings.h', |
| 679 'css/CSSProperty.cpp', | 680 'css/CSSProperty.cpp', |
| 680 'css/CSSPropertySourceData.cpp', | 681 'css/CSSPropertySourceData.cpp', |
| 681 'css/CSSReflectValue.cpp', | 682 'css/CSSReflectValue.cpp', |
| 683 'css/CSSRegion.h', |
| 682 'css/CSSRegionRule.cpp', | 684 'css/CSSRegionRule.cpp', |
| 683 'css/CSSRegionRule.h', | 685 'css/CSSRegionRule.h', |
| 684 'css/CSSRule.cpp', | 686 'css/CSSRule.cpp', |
| 685 'css/CSSRule.h', | 687 'css/CSSRule.h', |
| 686 'css/CSSRuleList.cpp', | 688 'css/CSSRuleList.cpp', |
| 687 'css/CSSRuleList.h', | 689 'css/CSSRuleList.h', |
| 688 'css/CSSSegmentedFontFace.cpp', | 690 'css/CSSSegmentedFontFace.cpp', |
| 689 'css/CSSSegmentedFontFace.h', | 691 'css/CSSSegmentedFontFace.h', |
| 690 'css/CSSSegmentedFontFaceCache.cpp', | 692 'css/CSSSegmentedFontFaceCache.cpp', |
| 691 'css/CSSSegmentedFontFaceCache.h', | 693 'css/CSSSegmentedFontFaceCache.h', |
| (...skipping 2933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3625 'bison_exe': 'bison', | 3627 'bison_exe': 'bison', |
| 3626 # We specify a preprocess so it happens locally and won't get | 3628 # We specify a preprocess so it happens locally and won't get |
| 3627 # distributed to goma. | 3629 # distributed to goma. |
| 3628 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3630 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3629 # use /usr/bin/clang once we require Xcode 4.x. | 3631 # use /usr/bin/clang once we require Xcode 4.x. |
| 3630 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3632 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3631 }], | 3633 }], |
| 3632 ], | 3634 ], |
| 3633 } | 3635 } |
| 3634 } | 3636 } |
| OLD | NEW |