| 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 'accessibility/AccessibilityTableCell.h', | 517 'accessibility/AccessibilityTableCell.h', |
| 518 'accessibility/AccessibilityTableColumn.cpp', | 518 'accessibility/AccessibilityTableColumn.cpp', |
| 519 'accessibility/AccessibilityTableColumn.h', | 519 'accessibility/AccessibilityTableColumn.h', |
| 520 'accessibility/AccessibilityTableHeaderContainer.cpp', | 520 'accessibility/AccessibilityTableHeaderContainer.cpp', |
| 521 'accessibility/AccessibilityTableHeaderContainer.h', | 521 'accessibility/AccessibilityTableHeaderContainer.h', |
| 522 'accessibility/AccessibilityTableRow.cpp', | 522 'accessibility/AccessibilityTableRow.cpp', |
| 523 'accessibility/AccessibilityTableRow.h', | 523 'accessibility/AccessibilityTableRow.h', |
| 524 'animation/ActiveAnimations.h', | 524 'animation/ActiveAnimations.h', |
| 525 'animation/AnimatableColor.cpp', | 525 'animation/AnimatableColor.cpp', |
| 526 'animation/AnimatableColor.h', | 526 'animation/AnimatableColor.h', |
| 527 'animation/AnimatableDouble.cpp', |
| 528 'animation/AnimatableDouble.h', |
| 527 'animation/AnimatableImage.cpp', | 529 'animation/AnimatableImage.cpp', |
| 528 'animation/AnimatableImage.h', | 530 'animation/AnimatableImage.h', |
| 531 'animation/AnimatableLength.cpp', |
| 532 'animation/AnimatableLength.h', |
| 529 'animation/AnimatableLengthBox.cpp', | 533 'animation/AnimatableLengthBox.cpp', |
| 530 'animation/AnimatableLengthBox.h', | 534 'animation/AnimatableLengthBox.h', |
| 531 'animation/AnimatableLengthSize.cpp', | 535 'animation/AnimatableLengthSize.cpp', |
| 532 'animation/AnimatableLengthSize.h', | 536 'animation/AnimatableLengthSize.h', |
| 533 'animation/AnimatableNeutral.h', | 537 'animation/AnimatableNeutral.h', |
| 534 'animation/AnimatableNumber.cpp', | |
| 535 'animation/AnimatableNumber.h', | |
| 536 'animation/AnimatableTransform.cpp', | 538 'animation/AnimatableTransform.cpp', |
| 537 'animation/AnimatableTransform.h', | 539 'animation/AnimatableTransform.h', |
| 538 'animation/AnimatableUnknown.h', | 540 'animation/AnimatableUnknown.h', |
| 539 'animation/AnimatableValue.cpp', | 541 'animation/AnimatableValue.cpp', |
| 540 'animation/AnimatableValue.h', | 542 'animation/AnimatableValue.h', |
| 541 'animation/AnimatableVisibility.cpp', | 543 'animation/AnimatableVisibility.cpp', |
| 542 'animation/AnimatableVisibility.h', | 544 'animation/AnimatableVisibility.h', |
| 543 'animation/Animation.cpp', | 545 'animation/Animation.cpp', |
| 544 'animation/Animation.h', | 546 'animation/Animation.h', |
| 545 'animation/AnimationEffect.h', | 547 'animation/AnimationEffect.h', |
| (...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3787 'platform/chromium/support/WebURLError.cpp', | 3789 'platform/chromium/support/WebURLError.cpp', |
| 3788 'platform/chromium/support/WebURLRequest.cpp', | 3790 'platform/chromium/support/WebURLRequest.cpp', |
| 3789 'platform/chromium/support/WebURLRequestPrivate.h', | 3791 'platform/chromium/support/WebURLRequestPrivate.h', |
| 3790 'platform/chromium/support/WebURLResponse.cpp', | 3792 'platform/chromium/support/WebURLResponse.cpp', |
| 3791 'platform/chromium/support/WebURLResponsePrivate.h', | 3793 'platform/chromium/support/WebURLResponsePrivate.h', |
| 3792 'platform/chromium/support/WrappedResourceRequest.h', | 3794 'platform/chromium/support/WrappedResourceRequest.h', |
| 3793 'platform/chromium/support/WrappedResourceResponse.h', | 3795 'platform/chromium/support/WrappedResourceResponse.h', |
| 3794 ], | 3796 ], |
| 3795 'core_unittest_files': [ | 3797 'core_unittest_files': [ |
| 3796 'animation/AnimatableColorTest.cpp', | 3798 'animation/AnimatableColorTest.cpp', |
| 3799 'animation/AnimatableDoubleTest.cpp', |
| 3800 'animation/AnimatableLengthTest.cpp', |
| 3797 'animation/AnimatableNeutralTest.cpp', | 3801 'animation/AnimatableNeutralTest.cpp', |
| 3798 'animation/AnimatableNumberTest.cpp', | |
| 3799 'animation/AnimatableUnknownTest.cpp', | 3802 'animation/AnimatableUnknownTest.cpp', |
| 3800 'animation/DocumentTimelineTest.cpp', | 3803 'animation/DocumentTimelineTest.cpp', |
| 3801 'animation/KeyframeAnimationEffectTest.cpp', | 3804 'animation/KeyframeAnimationEffectTest.cpp', |
| 3802 'animation/PlayerTest.cpp', | 3805 'animation/PlayerTest.cpp', |
| 3803 'animation/TimedItemCalculationsTest.cpp', | 3806 'animation/TimedItemCalculationsTest.cpp', |
| 3804 'animation/TimedItemTest.cpp', | 3807 'animation/TimedItemTest.cpp', |
| 3805 'css/CSSParserValuesTest.cpp', | 3808 'css/CSSParserValuesTest.cpp', |
| 3806 'css/CSSCalculationValueTest.cpp', | 3809 'css/CSSCalculationValueTest.cpp', |
| 3807 'fetch/ImageResourceTest.cpp', | 3810 'fetch/ImageResourceTest.cpp', |
| 3808 'fetch/MemoryCacheTest.cpp', | 3811 'fetch/MemoryCacheTest.cpp', |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3872 'bison_exe': 'bison', | 3875 'bison_exe': 'bison', |
| 3873 # We specify a preprocess so it happens locally and won't get | 3876 # We specify a preprocess so it happens locally and won't get |
| 3874 # distributed to goma. | 3877 # distributed to goma. |
| 3875 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3878 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3876 # use /usr/bin/clang once we require Xcode 4.x. | 3879 # use /usr/bin/clang once we require Xcode 4.x. |
| 3877 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3880 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3878 }], | 3881 }], |
| 3879 ], | 3882 ], |
| 3880 } | 3883 } |
| 3881 } | 3884 } |
| OLD | NEW |