| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'deprecated_perl_core_idl_files': [ | 3 'deprecated_perl_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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 'accessibility/AccessibilityTable.h', | 517 'accessibility/AccessibilityTable.h', |
| 518 'accessibility/AccessibilityTableCell.cpp', | 518 'accessibility/AccessibilityTableCell.cpp', |
| 519 'accessibility/AccessibilityTableCell.h', | 519 'accessibility/AccessibilityTableCell.h', |
| 520 'accessibility/AccessibilityTableColumn.cpp', | 520 'accessibility/AccessibilityTableColumn.cpp', |
| 521 'accessibility/AccessibilityTableColumn.h', | 521 'accessibility/AccessibilityTableColumn.h', |
| 522 'accessibility/AccessibilityTableHeaderContainer.cpp', | 522 'accessibility/AccessibilityTableHeaderContainer.cpp', |
| 523 'accessibility/AccessibilityTableHeaderContainer.h', | 523 'accessibility/AccessibilityTableHeaderContainer.h', |
| 524 'accessibility/AccessibilityTableRow.cpp', | 524 'accessibility/AccessibilityTableRow.cpp', |
| 525 'accessibility/AccessibilityTableRow.h', | 525 'accessibility/AccessibilityTableRow.h', |
| 526 'animation/ActiveAnimations.h', | 526 'animation/ActiveAnimations.h', |
| 527 'animation/AnimatableImage.cpp', |
| 528 'animation/AnimatableImage.h', |
| 529 'animation/AnimatableLengthBox.cpp', |
| 530 'animation/AnimatableLengthBox.h', |
| 527 'animation/AnimatableNeutral.h', | 531 'animation/AnimatableNeutral.h', |
| 528 'animation/AnimatableNumber.cpp', | 532 'animation/AnimatableNumber.cpp', |
| 529 'animation/AnimatableNumber.h', | 533 'animation/AnimatableNumber.h', |
| 530 'animation/AnimatableTransform.cpp', | 534 'animation/AnimatableTransform.cpp', |
| 531 'animation/AnimatableTransform.h', | 535 'animation/AnimatableTransform.h', |
| 532 'animation/AnimatableUnknown.h', | 536 'animation/AnimatableUnknown.h', |
| 533 'animation/AnimatableValue.cpp', | 537 'animation/AnimatableValue.cpp', |
| 534 'animation/AnimatableValue.h', | 538 'animation/AnimatableValue.h', |
| 535 'animation/Animation.cpp', | 539 'animation/Animation.cpp', |
| 536 'animation/Animation.h', | 540 'animation/Animation.h', |
| (...skipping 3307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3844 'bison_exe': 'bison', | 3848 'bison_exe': 'bison', |
| 3845 # We specify a preprocess so it happens locally and won't get | 3849 # We specify a preprocess so it happens locally and won't get |
| 3846 # distributed to goma. | 3850 # distributed to goma. |
| 3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3851 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3848 # use /usr/bin/clang once we require Xcode 4.x. | 3852 # use /usr/bin/clang once we require Xcode 4.x. |
| 3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3853 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3850 }], | 3854 }], |
| 3851 ], | 3855 ], |
| 3852 } | 3856 } |
| 3853 } | 3857 } |
| OLD | NEW |