| 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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| (...skipping 508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 519 'accessibility/AccessibilityTable.h', | 519 'accessibility/AccessibilityTable.h', |
| 520 'accessibility/AccessibilityTableCell.cpp', | 520 'accessibility/AccessibilityTableCell.cpp', |
| 521 'accessibility/AccessibilityTableCell.h', | 521 'accessibility/AccessibilityTableCell.h', |
| 522 'accessibility/AccessibilityTableColumn.cpp', | 522 'accessibility/AccessibilityTableColumn.cpp', |
| 523 'accessibility/AccessibilityTableColumn.h', | 523 'accessibility/AccessibilityTableColumn.h', |
| 524 'accessibility/AccessibilityTableHeaderContainer.cpp', | 524 'accessibility/AccessibilityTableHeaderContainer.cpp', |
| 525 'accessibility/AccessibilityTableHeaderContainer.h', | 525 'accessibility/AccessibilityTableHeaderContainer.h', |
| 526 'accessibility/AccessibilityTableRow.cpp', | 526 'accessibility/AccessibilityTableRow.cpp', |
| 527 'accessibility/AccessibilityTableRow.h', | 527 'accessibility/AccessibilityTableRow.h', |
| 528 'animation/ActiveAnimations.h', | 528 'animation/ActiveAnimations.h', |
| 529 'animation/AnimatableImage.cpp', |
| 530 'animation/AnimatableImage.h', |
| 531 'animation/AnimatableLengthBox.cpp', |
| 532 'animation/AnimatableLengthBox.h', |
| 529 'animation/AnimatableNeutral.h', | 533 'animation/AnimatableNeutral.h', |
| 530 'animation/AnimatableNumber.cpp', | 534 'animation/AnimatableNumber.cpp', |
| 531 'animation/AnimatableNumber.h', | 535 'animation/AnimatableNumber.h', |
| 532 'animation/AnimatableTransform.cpp', | 536 'animation/AnimatableTransform.cpp', |
| 533 'animation/AnimatableTransform.h', | 537 'animation/AnimatableTransform.h', |
| 534 'animation/AnimatableUnknown.h', | 538 'animation/AnimatableUnknown.h', |
| 535 'animation/AnimatableValue.cpp', | 539 'animation/AnimatableValue.cpp', |
| 536 'animation/AnimatableValue.h', | 540 'animation/AnimatableValue.h', |
| 537 'animation/Animation.cpp', | 541 'animation/Animation.cpp', |
| 538 'animation/Animation.h', | 542 'animation/Animation.h', |
| (...skipping 3317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3856 'bison_exe': 'bison', | 3860 'bison_exe': 'bison', |
| 3857 # We specify a preprocess so it happens locally and won't get | 3861 # We specify a preprocess so it happens locally and won't get |
| 3858 # distributed to goma. | 3862 # distributed to goma. |
| 3859 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3863 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3860 # use /usr/bin/clang once we require Xcode 4.x. | 3864 # use /usr/bin/clang once we require Xcode 4.x. |
| 3861 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3865 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3862 }], | 3866 }], |
| 3863 ], | 3867 ], |
| 3864 } | 3868 } |
| 3865 } | 3869 } |
| OLD | NEW |