| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'core_idl_files': [ | 3 '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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'animation/AnimatableDouble.h', | 531 'animation/AnimatableDouble.h', |
| 532 'animation/AnimatableImage.cpp', | 532 'animation/AnimatableImage.cpp', |
| 533 'animation/AnimatableImage.h', | 533 'animation/AnimatableImage.h', |
| 534 'animation/AnimatableLength.cpp', | 534 'animation/AnimatableLength.cpp', |
| 535 'animation/AnimatableLength.h', | 535 'animation/AnimatableLength.h', |
| 536 'animation/AnimatableLengthBox.cpp', | 536 'animation/AnimatableLengthBox.cpp', |
| 537 'animation/AnimatableLengthBox.h', | 537 'animation/AnimatableLengthBox.h', |
| 538 'animation/AnimatableLengthSize.cpp', | 538 'animation/AnimatableLengthSize.cpp', |
| 539 'animation/AnimatableLengthSize.h', | 539 'animation/AnimatableLengthSize.h', |
| 540 'animation/AnimatableNeutral.h', | 540 'animation/AnimatableNeutral.h', |
| 541 'animation/AnimatableRepeatable.cpp', |
| 542 'animation/AnimatableRepeatable.h', |
| 541 'animation/AnimatableSVGLength.cpp', | 543 'animation/AnimatableSVGLength.cpp', |
| 542 'animation/AnimatableSVGLength.h', | 544 'animation/AnimatableSVGLength.h', |
| 543 'animation/AnimatableShapeValue.cpp', | 545 'animation/AnimatableShapeValue.cpp', |
| 544 'animation/AnimatableShapeValue.h', | 546 'animation/AnimatableShapeValue.h', |
| 545 'animation/AnimatableSVGPaint.cpp', | 547 'animation/AnimatableSVGPaint.cpp', |
| 546 'animation/AnimatableSVGPaint.h', | 548 'animation/AnimatableSVGPaint.h', |
| 547 'animation/AnimatableTransform.cpp', | 549 'animation/AnimatableTransform.cpp', |
| 548 'animation/AnimatableTransform.h', | 550 'animation/AnimatableTransform.h', |
| 549 'animation/AnimatableUnknown.h', | 551 'animation/AnimatableUnknown.h', |
| 550 'animation/AnimatableValue.cpp', | 552 'animation/AnimatableValue.cpp', |
| (...skipping 3106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3657 'bison_exe': 'bison', | 3659 'bison_exe': 'bison', |
| 3658 # We specify a preprocess so it happens locally and won't get | 3660 # We specify a preprocess so it happens locally and won't get |
| 3659 # distributed to goma. | 3661 # distributed to goma. |
| 3660 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3662 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3661 # use /usr/bin/clang once we require Xcode 4.x. | 3663 # use /usr/bin/clang once we require Xcode 4.x. |
| 3662 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3664 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3663 }], | 3665 }], |
| 3664 ], | 3666 ], |
| 3665 } | 3667 } |
| 3666 } | 3668 } |
| OLD | NEW |