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