| 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 3543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3554 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', | 3554 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', |
| 3555 'platform/chromium/support/WebTransformKeyframe.cpp', | 3555 'platform/chromium/support/WebTransformKeyframe.cpp', |
| 3556 'platform/chromium/support/WrappedResourceRequest.h', | 3556 'platform/chromium/support/WrappedResourceRequest.h', |
| 3557 'platform/chromium/support/WrappedResourceResponse.h', | 3557 'platform/chromium/support/WrappedResourceResponse.h', |
| 3558 ], | 3558 ], |
| 3559 'core_unittest_files': [ | 3559 'core_unittest_files': [ |
| 3560 'animation/AnimatableColorTest.cpp', | 3560 'animation/AnimatableColorTest.cpp', |
| 3561 'animation/AnimatableDoubleTest.cpp', | 3561 'animation/AnimatableDoubleTest.cpp', |
| 3562 'animation/AnimatableLengthTest.cpp', | 3562 'animation/AnimatableLengthTest.cpp', |
| 3563 'animation/AnimatableNeutralTest.cpp', | 3563 'animation/AnimatableNeutralTest.cpp', |
| 3564 'animation/AnimatableStrokeDasharrayListTest.cpp', |
| 3564 'animation/AnimatableUnknownTest.cpp', | 3565 'animation/AnimatableUnknownTest.cpp', |
| 3565 'animation/AnimatableValueTestHelper.cpp', | 3566 'animation/AnimatableValueTestHelper.cpp', |
| 3566 'animation/AnimatableValueTestHelper.h', | 3567 'animation/AnimatableValueTestHelper.h', |
| 3567 'animation/AnimatableValueTestHelperTest.cpp', | 3568 'animation/AnimatableValueTestHelperTest.cpp', |
| 3568 'animation/DocumentTimelineTest.cpp', | 3569 'animation/DocumentTimelineTest.cpp', |
| 3569 'animation/KeyframeAnimationEffectTest.cpp', | 3570 'animation/KeyframeAnimationEffectTest.cpp', |
| 3570 'animation/PlayerTest.cpp', | 3571 'animation/PlayerTest.cpp', |
| 3571 'animation/TimedItemCalculationsTest.cpp', | 3572 'animation/TimedItemCalculationsTest.cpp', |
| 3572 'animation/TimedItemTest.cpp', | 3573 'animation/TimedItemTest.cpp', |
| 3573 'css/CSSParserValuesTest.cpp', | 3574 'css/CSSParserValuesTest.cpp', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3649 'bison_exe': 'bison', | 3650 'bison_exe': 'bison', |
| 3650 # We specify a preprocess so it happens locally and won't get | 3651 # We specify a preprocess so it happens locally and won't get |
| 3651 # distributed to goma. | 3652 # distributed to goma. |
| 3652 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3653 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3653 # use /usr/bin/clang once we require Xcode 4.x. | 3654 # use /usr/bin/clang once we require Xcode 4.x. |
| 3654 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3655 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3655 }], | 3656 }], |
| 3656 ], | 3657 ], |
| 3657 } | 3658 } |
| 3658 } | 3659 } |
| OLD | NEW |