| 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', |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 'css/CSSReflectValue.cpp', | 594 'css/CSSReflectValue.cpp', |
| 595 'css/CSSRule.cpp', | 595 'css/CSSRule.cpp', |
| 596 'css/CSSRule.h', | 596 'css/CSSRule.h', |
| 597 'css/CSSRuleList.cpp', | 597 'css/CSSRuleList.cpp', |
| 598 'css/CSSRuleList.h', | 598 'css/CSSRuleList.h', |
| 599 'css/CSSSegmentedFontFace.cpp', | 599 'css/CSSSegmentedFontFace.cpp', |
| 600 'css/CSSSegmentedFontFace.h', | 600 'css/CSSSegmentedFontFace.h', |
| 601 'css/CSSSelector.cpp', | 601 'css/CSSSelector.cpp', |
| 602 'css/CSSSelectorList.cpp', | 602 'css/CSSSelectorList.cpp', |
| 603 'css/CSSSelectorList.h', | 603 'css/CSSSelectorList.h', |
| 604 'css/CSSStyleDeclaration.h', |
| 605 'css/CSSStyleDeclaration.cpp', |
| 604 'css/CSSStyleRule.cpp', | 606 'css/CSSStyleRule.cpp', |
| 605 'css/CSSStyleRule.h', | 607 'css/CSSStyleRule.h', |
| 606 'css/CSSStyleSheet.cpp', | 608 'css/CSSStyleSheet.cpp', |
| 607 'css/CSSStyleSheet.h', | 609 'css/CSSStyleSheet.h', |
| 608 'css/CSSSupportsRule.cpp', | 610 'css/CSSSupportsRule.cpp', |
| 609 'css/CSSSupportsRule.h', | 611 'css/CSSSupportsRule.h', |
| 610 'css/CSSTimingFunctionValue.cpp', | 612 'css/CSSTimingFunctionValue.cpp', |
| 611 'css/CSSTimingFunctionValue.h', | 613 'css/CSSTimingFunctionValue.h', |
| 612 'css/CSSToStyleMap.cpp', | 614 'css/CSSToStyleMap.cpp', |
| 613 'css/CSSToStyleMap.h', | 615 'css/CSSToStyleMap.h', |
| (...skipping 3061 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3675 'bison_exe': 'bison', | 3677 'bison_exe': 'bison', |
| 3676 # We specify a preprocess so it happens locally and won't get | 3678 # We specify a preprocess so it happens locally and won't get |
| 3677 # distributed to goma. | 3679 # distributed to goma. |
| 3678 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3679 # use /usr/bin/clang once we require Xcode 4.x. | 3681 # use /usr/bin/clang once we require Xcode 4.x. |
| 3680 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3681 }], | 3683 }], |
| 3682 ], | 3684 ], |
| 3683 } | 3685 } |
| 3684 } | 3686 } |
| OLD | NEW |