| 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 2026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2037 'dom/ViewportArguments.cpp', | 2037 'dom/ViewportArguments.cpp', |
| 2038 'dom/ViewportArguments.h', | 2038 'dom/ViewportArguments.h', |
| 2039 'dom/VisitedLinkState.cpp', | 2039 'dom/VisitedLinkState.cpp', |
| 2040 'dom/VisitedLinkState.h', | 2040 'dom/VisitedLinkState.h', |
| 2041 'dom/WebKitAnimationEvent.cpp', | 2041 'dom/WebKitAnimationEvent.cpp', |
| 2042 'dom/WebKitAnimationEvent.h', | 2042 'dom/WebKitAnimationEvent.h', |
| 2043 'dom/WheelController.cpp', | 2043 'dom/WheelController.cpp', |
| 2044 'dom/WheelController.h', | 2044 'dom/WheelController.h', |
| 2045 'dom/WheelEvent.cpp', | 2045 'dom/WheelEvent.cpp', |
| 2046 'dom/WheelEvent.h', | 2046 'dom/WheelEvent.h', |
| 2047 'dom/WhitespaceChildList.h', |
| 2047 'dom/WindowEventContext.cpp', | 2048 'dom/WindowEventContext.cpp', |
| 2048 'dom/WindowEventContext.h', | 2049 'dom/WindowEventContext.h', |
| 2049 'dom/default/PlatformMessagePortChannel.cpp', | 2050 'dom/default/PlatformMessagePortChannel.cpp', |
| 2050 'dom/default/PlatformMessagePortChannel.h', | 2051 'dom/default/PlatformMessagePortChannel.h', |
| 2051 'dom/default/chromium/PlatformMessagePortChannelChromium.cpp', | 2052 'dom/default/chromium/PlatformMessagePortChannelChromium.cpp', |
| 2052 'dom/default/chromium/PlatformMessagePortChannelChromium.h', | 2053 'dom/default/chromium/PlatformMessagePortChannelChromium.h', |
| 2053 'dom/shadow/ComposedTreeWalker.cpp', | 2054 'dom/shadow/ComposedTreeWalker.cpp', |
| 2054 'dom/shadow/ComposedTreeWalker.h', | 2055 'dom/shadow/ComposedTreeWalker.h', |
| 2055 'dom/shadow/ContentDistribution.cpp', | 2056 'dom/shadow/ContentDistribution.cpp', |
| 2056 'dom/shadow/ContentDistribution.h', | 2057 'dom/shadow/ContentDistribution.h', |
| (...skipping 1831 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3888 'bison_exe': 'bison', | 3889 'bison_exe': 'bison', |
| 3889 # We specify a preprocess so it happens locally and won't get | 3890 # We specify a preprocess so it happens locally and won't get |
| 3890 # distributed to goma. | 3891 # distributed to goma. |
| 3891 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3892 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3892 # use /usr/bin/clang once we require Xcode 4.x. | 3893 # use /usr/bin/clang once we require Xcode 4.x. |
| 3893 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3894 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3894 }], | 3895 }], |
| 3895 ], | 3896 ], |
| 3896 } | 3897 } |
| 3897 } | 3898 } |
| OLD | NEW |