| 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 3525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3536 'platform/chromium/support/WebScrollbarImpl.cpp', | 3536 'platform/chromium/support/WebScrollbarImpl.cpp', |
| 3537 'platform/chromium/support/WebScrollbarImpl.h', | 3537 'platform/chromium/support/WebScrollbarImpl.h', |
| 3538 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', | 3538 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', |
| 3539 'platform/chromium/support/WebScrollbarThemeClientImpl.h', | 3539 'platform/chromium/support/WebScrollbarThemeClientImpl.h', |
| 3540 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', | 3540 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', |
| 3541 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', | 3541 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', |
| 3542 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', | 3542 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', |
| 3543 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', | 3543 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', |
| 3544 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', | 3544 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', |
| 3545 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', | 3545 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', |
| 3546 'platform/chromium/support/WebTransformKeyframe.cpp', | |
| 3547 'platform/chromium/support/WrappedResourceRequest.h', | 3546 'platform/chromium/support/WrappedResourceRequest.h', |
| 3548 'platform/chromium/support/WrappedResourceResponse.h', | 3547 'platform/chromium/support/WrappedResourceResponse.h', |
| 3549 ], | 3548 ], |
| 3550 'core_unittest_files': [ | 3549 'core_unittest_files': [ |
| 3551 'animation/AnimatableColorTest.cpp', | 3550 'animation/AnimatableColorTest.cpp', |
| 3552 'animation/AnimatableDoubleTest.cpp', | 3551 'animation/AnimatableDoubleTest.cpp', |
| 3553 'animation/AnimatableLengthTest.cpp', | 3552 'animation/AnimatableLengthTest.cpp', |
| 3554 'animation/AnimatableNeutralTest.cpp', | 3553 'animation/AnimatableNeutralTest.cpp', |
| 3555 'animation/AnimatableStrokeDasharrayListTest.cpp', | 3554 'animation/AnimatableStrokeDasharrayListTest.cpp', |
| 3556 'animation/AnimatableUnknownTest.cpp', | 3555 'animation/AnimatableUnknownTest.cpp', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3609 'bison_exe': 'bison', | 3608 'bison_exe': 'bison', |
| 3610 # We specify a preprocess so it happens locally and won't get | 3609 # We specify a preprocess so it happens locally and won't get |
| 3611 # distributed to goma. | 3610 # distributed to goma. |
| 3612 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3611 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3613 # use /usr/bin/clang once we require Xcode 4.x. | 3612 # use /usr/bin/clang once we require Xcode 4.x. |
| 3614 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3613 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3615 }], | 3614 }], |
| 3616 ], | 3615 ], |
| 3617 } | 3616 } |
| 3618 } | 3617 } |
| OLD | NEW |