| 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 523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 534 'accessibility/AccessibilityTableRow.h', | 534 'accessibility/AccessibilityTableRow.h', |
| 535 'animation/AnimatableNeutral.h', | 535 'animation/AnimatableNeutral.h', |
| 536 'animation/AnimatableNumber.cpp', | 536 'animation/AnimatableNumber.cpp', |
| 537 'animation/AnimatableNumber.h', | 537 'animation/AnimatableNumber.h', |
| 538 'animation/AnimatableUnknown.h', | 538 'animation/AnimatableUnknown.h', |
| 539 'animation/AnimatableValue.cpp', | 539 'animation/AnimatableValue.cpp', |
| 540 'animation/AnimatableValue.h', | 540 'animation/AnimatableValue.h', |
| 541 'animation/Animation.cpp', | 541 'animation/Animation.cpp', |
| 542 'animation/Animation.h', | 542 'animation/Animation.h', |
| 543 'animation/AnimationEffect.h', | 543 'animation/AnimationEffect.h', |
| 544 'animation/AnimationStack.cpp', |
| 545 'animation/AnimationStack.h', |
| 544 'animation/DocumentTimeline.cpp', | 546 'animation/DocumentTimeline.cpp', |
| 545 'animation/DocumentTimeline.h', | 547 'animation/DocumentTimeline.h', |
| 546 'animation/KeyframeAnimationEffect.cpp', | 548 'animation/KeyframeAnimationEffect.cpp', |
| 547 'animation/KeyframeAnimationEffect.h', | 549 'animation/KeyframeAnimationEffect.h', |
| 548 'animation/Player.cpp', | 550 'animation/Player.cpp', |
| 549 'animation/Player.h', | 551 'animation/Player.h', |
| 550 'animation/TimedItem.cpp', | 552 'animation/TimedItem.cpp', |
| 551 'animation/TimedItem.h', | 553 'animation/TimedItem.h', |
| 552 'animation/TimedItemCalculations.h', | 554 'animation/TimedItemCalculations.h', |
| 553 'animation/Timing.h', | 555 'animation/Timing.h', |
| (...skipping 3217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3771 'bison_exe': 'bison', | 3773 'bison_exe': 'bison', |
| 3772 # We specify a preprocess so it happens locally and won't get | 3774 # We specify a preprocess so it happens locally and won't get |
| 3773 # distributed to goma. | 3775 # distributed to goma. |
| 3774 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3776 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3775 # use /usr/bin/clang once we require Xcode 4.x. | 3777 # use /usr/bin/clang once we require Xcode 4.x. |
| 3776 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3778 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3777 }], | 3779 }], |
| 3778 ], | 3780 ], |
| 3779 } | 3781 } |
| 3780 } | 3782 } |
| OLD | NEW |