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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/AnimatableShapeValue.cpp', | 541 'animation/AnimatableShapeValue.cpp', |
542 'animation/AnimatableShapeValue.h', | 542 'animation/AnimatableShapeValue.h', |
| 543 'animation/AnimatableSVGPaint.cpp', |
| 544 'animation/AnimatableSVGPaint.h', |
543 'animation/AnimatableTransform.cpp', | 545 'animation/AnimatableTransform.cpp', |
544 'animation/AnimatableTransform.h', | 546 'animation/AnimatableTransform.h', |
545 'animation/AnimatableUnknown.h', | 547 'animation/AnimatableUnknown.h', |
546 'animation/AnimatableValue.cpp', | 548 'animation/AnimatableValue.cpp', |
547 'animation/AnimatableValue.h', | 549 'animation/AnimatableValue.h', |
548 'animation/AnimatableVisibility.cpp', | 550 'animation/AnimatableVisibility.cpp', |
549 'animation/AnimatableVisibility.h', | 551 'animation/AnimatableVisibility.h', |
550 'animation/Animation.cpp', | 552 'animation/Animation.cpp', |
551 'animation/Animation.h', | 553 'animation/Animation.h', |
552 'animation/AnimationEffect.h', | 554 'animation/AnimationEffect.h', |
(...skipping 3262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3815 'bison_exe': 'bison', | 3817 'bison_exe': 'bison', |
3816 # We specify a preprocess so it happens locally and won't get | 3818 # We specify a preprocess so it happens locally and won't get |
3817 # distributed to goma. | 3819 # distributed to goma. |
3818 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3820 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3819 # use /usr/bin/clang once we require Xcode 4.x. | 3821 # use /usr/bin/clang once we require Xcode 4.x. |
3820 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3822 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3821 }], | 3823 }], |
3822 ], | 3824 ], |
3823 } | 3825 } |
3824 } | 3826 } |
OLD | NEW |