| 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 3545 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3556 'platform/chromium/support/WebScrollbarImpl.h', | 3556 'platform/chromium/support/WebScrollbarImpl.h', |
| 3557 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', | 3557 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', |
| 3558 'platform/chromium/support/WebScrollbarThemeClientImpl.h', | 3558 'platform/chromium/support/WebScrollbarThemeClientImpl.h', |
| 3559 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', | 3559 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', |
| 3560 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', | 3560 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', |
| 3561 'platform/chromium/support/WebSourceInfo.cpp', | 3561 'platform/chromium/support/WebSourceInfo.cpp', |
| 3562 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', | 3562 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', |
| 3563 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', | 3563 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', |
| 3564 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', | 3564 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', |
| 3565 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', | 3565 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', |
| 3566 'platform/chromium/support/WebTransformKeyframe.cpp', | |
| 3567 'platform/chromium/support/WrappedResourceRequest.h', | 3566 'platform/chromium/support/WrappedResourceRequest.h', |
| 3568 'platform/chromium/support/WrappedResourceResponse.h', | 3567 'platform/chromium/support/WrappedResourceResponse.h', |
| 3569 ], | 3568 ], |
| 3570 'core_unittest_files': [ | 3569 'core_unittest_files': [ |
| 3571 'animation/AnimatableColorTest.cpp', | 3570 'animation/AnimatableColorTest.cpp', |
| 3572 'animation/AnimatableDoubleTest.cpp', | 3571 'animation/AnimatableDoubleTest.cpp', |
| 3573 'animation/AnimatableLengthTest.cpp', | 3572 'animation/AnimatableLengthTest.cpp', |
| 3574 'animation/AnimatableNeutralTest.cpp', | 3573 'animation/AnimatableNeutralTest.cpp', |
| 3575 'animation/AnimatableStrokeDasharrayListTest.cpp', | 3574 'animation/AnimatableStrokeDasharrayListTest.cpp', |
| 3576 'animation/AnimatableUnknownTest.cpp', | 3575 'animation/AnimatableUnknownTest.cpp', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3629 'bison_exe': 'bison', | 3628 'bison_exe': 'bison', |
| 3630 # We specify a preprocess so it happens locally and won't get | 3629 # We specify a preprocess so it happens locally and won't get |
| 3631 # distributed to goma. | 3630 # distributed to goma. |
| 3632 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3631 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3633 # use /usr/bin/clang once we require Xcode 4.x. | 3632 # use /usr/bin/clang once we require Xcode 4.x. |
| 3634 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3633 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3635 }], | 3634 }], |
| 3636 ], | 3635 ], |
| 3637 } | 3636 } |
| 3638 } | 3637 } |
| OLD | NEW |