| OLD | NEW |
| 1 | 1 |
| 2 { | 2 { |
| 3 'variables': { | 3 'variables': { |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'css/CSS.idl', | 5 'css/CSS.idl', |
| 6 'css/CSSCharsetRule.idl', | 6 'css/CSSCharsetRule.idl', |
| 7 'css/CSSFontFaceLoadEvent.idl', | 7 'css/CSSFontFaceLoadEvent.idl', |
| 8 'css/CSSFontFaceRule.idl', | 8 'css/CSSFontFaceRule.idl', |
| 9 'css/CSSHostRule.idl', | 9 'css/CSSHostRule.idl', |
| 10 'css/CSSImportRule.idl', | 10 'css/CSSImportRule.idl', |
| (...skipping 3604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3615 'platform/chromium/support/WebRTCStatsRequest.cpp', | 3615 'platform/chromium/support/WebRTCStatsRequest.cpp', |
| 3616 'platform/chromium/support/WebRTCStatsResponse.cpp', | 3616 'platform/chromium/support/WebRTCStatsResponse.cpp', |
| 3617 'platform/chromium/support/WebRTCVoidRequest.cpp', | 3617 'platform/chromium/support/WebRTCVoidRequest.cpp', |
| 3618 'platform/chromium/support/WebScrollbarImpl.cpp', | 3618 'platform/chromium/support/WebScrollbarImpl.cpp', |
| 3619 'platform/chromium/support/WebScrollbarImpl.h', | 3619 'platform/chromium/support/WebScrollbarImpl.h', |
| 3620 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', | 3620 'platform/chromium/support/WebScrollbarThemeClientImpl.cpp', |
| 3621 'platform/chromium/support/WebScrollbarThemeClientImpl.h', | 3621 'platform/chromium/support/WebScrollbarThemeClientImpl.h', |
| 3622 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', | 3622 'platform/chromium/support/WebScrollbarThemeGeometryNative.cpp', |
| 3623 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', | 3623 'platform/chromium/support/WebScrollbarThemeGeometryNative.h', |
| 3624 'platform/chromium/support/WebSocketStreamError.cpp', | 3624 'platform/chromium/support/WebSocketStreamError.cpp', |
| 3625 'platform/chromium/support/WebSourceInfo.cpp', |
| 3625 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', | 3626 'platform/chromium/support/WebSpeechSynthesisUtterance.cpp', |
| 3626 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', | 3627 'platform/chromium/support/WebSpeechSynthesisVoice.cpp', |
| 3627 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', | 3628 'platform/chromium/support/WebSpeechSynthesizerClientImpl.cpp', |
| 3628 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', | 3629 'platform/chromium/support/WebSpeechSynthesizerClientImpl.h', |
| 3629 'platform/chromium/support/WebString.cpp', | 3630 'platform/chromium/support/WebString.cpp', |
| 3630 'platform/chromium/support/WebThreadSafeData.cpp', | 3631 'platform/chromium/support/WebThreadSafeData.cpp', |
| 3631 'platform/chromium/support/WebTransformKeyframe.cpp', | 3632 'platform/chromium/support/WebTransformKeyframe.cpp', |
| 3632 'platform/chromium/support/WebURL.cpp', | 3633 'platform/chromium/support/WebURL.cpp', |
| 3633 'platform/chromium/support/WebURLError.cpp', | 3634 'platform/chromium/support/WebURLError.cpp', |
| 3634 'platform/chromium/support/WebURLRequest.cpp', | 3635 'platform/chromium/support/WebURLRequest.cpp', |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3677 'bison_exe': 'bison', | 3678 'bison_exe': 'bison', |
| 3678 # We specify a preprocess so it happens locally and won't get | 3679 # We specify a preprocess so it happens locally and won't get |
| 3679 # distributed to goma. | 3680 # distributed to goma. |
| 3680 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3681 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3681 # use /usr/bin/clang once we require Xcode 4.x. | 3682 # use /usr/bin/clang once we require Xcode 4.x. |
| 3682 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3683 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3683 }], | 3684 }], |
| 3684 ], | 3685 ], |
| 3685 } | 3686 } |
| 3686 } | 3687 } |
| OLD | NEW |