| 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/CSSFilterRule.idl', | 6 'css/CSSFilterRule.idl', |
| 7 'css/CSSFilterValue.idl', | 7 'css/CSSFilterValue.idl', |
| 8 'css/CSSFontFaceLoadEvent.idl', | 8 'css/CSSFontFaceLoadEvent.idl', |
| 9 'css/CSSFontFaceRule.idl', | 9 'css/CSSFontFaceRule.idl', |
| 10 'css/CSSHostRule.idl', | 10 'css/CSSHostRule.idl', |
| (...skipping 3624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3635 'platform/chromium/support/WebRTCStatsRequest.cpp', | 3635 'platform/chromium/support/WebRTCStatsRequest.cpp', |
| 3636 'platform/chromium/support/WebRTCStatsResponse.cpp', | 3636 'platform/chromium/support/WebRTCStatsResponse.cpp', |
| 3637 'platform/chromium/support/WebRTCVoidRequest.cpp', | 3637 'platform/chromium/support/WebRTCVoidRequest.cpp', |
| 3638 'platform/chromium/support/WebScrollbarImpl.cpp', | 3638 'platform/chromium/support/WebScrollbarImpl.cpp', |
| 3639 'platform/chromium/support/WebScrollbarImpl.h', | 3639 'platform/chromium/support/WebScrollbarImpl.h', |
| 3640 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', | 3640 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', |
| 3641 'platform/chromium/support/WebScrollbarThemeClientImpl.h', | 3641 'platform/chromium/support/WebScrollbarThemeClientImpl.h', |
| 3642 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', | 3642 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', |
| 3643 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', | 3643 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', |
| 3644 'platform/chromium/support/WebSocketStreamError.cpp', | 3644 'platform/chromium/support/WebSocketStreamError.cpp', |
| 3645 'platform/chromium/support/WebSourceInfo.cpp', |
| 3645 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', | 3646 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', |
| 3646 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', | 3647 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', |
| 3647 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', | 3648 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', |
| 3648 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', | 3649 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', |
| 3649 'platform/chromium/support/WebString.cpp', | 3650 'platform/chromium/support/WebString.cpp', |
| 3650 'platform/chromium/support/WebThreadSafeData.cpp', | 3651 'platform/chromium/support/WebThreadSafeData.cpp', |
| 3651 'platform/chromium/support/WebTransformKeyframe.cpp', | 3652 'platform/chromium/support/WebTransformKeyframe.cpp', |
| 3652 'platform/chromium/support/WebURL.cpp', | 3653 'platform/chromium/support/WebURL.cpp', |
| 3653 'platform/chromium/support/WebURLError.cpp', | 3654 'platform/chromium/support/WebURLError.cpp', |
| 3654 'platform/chromium/support/WebURLRequest.cpp', | 3655 'platform/chromium/support/WebURLRequest.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3699 'bison_exe': 'bison', | 3700 'bison_exe': 'bison', |
| 3700 # We specify a preprocess so it happens locally and won't get | 3701 # We specify a preprocess so it happens locally and won't get |
| 3701 # distributed to goma. | 3702 # distributed to goma. |
| 3702 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3703 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3703 # use /usr/bin/clang once we require Xcode 4.x. | 3704 # use /usr/bin/clang once we require Xcode 4.x. |
| 3704 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3705 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3705 }], | 3706 }], |
| 3706 ], | 3707 ], |
| 3707 } | 3708 } |
| 3708 } | 3709 } |
| OLD | NEW |