| 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 3021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3032 'platform/mediastream/RTCStatsRequest.h', | 3032 'platform/mediastream/RTCStatsRequest.h', |
| 3033 'platform/mediastream/RTCVoidRequest.h', | 3033 'platform/mediastream/RTCVoidRequest.h', |
| 3034 'platform/mock/GeolocationClientMock.cpp', | 3034 'platform/mock/GeolocationClientMock.cpp', |
| 3035 'platform/mock/PlatformSpeechSynthesizerMock.cpp', | 3035 'platform/mock/PlatformSpeechSynthesizerMock.cpp', |
| 3036 'platform/mock/PlatformSpeechSynthesizerMock.h', | 3036 'platform/mock/PlatformSpeechSynthesizerMock.h', |
| 3037 'platform/mock/ScrollbarThemeMock.cpp', | 3037 'platform/mock/ScrollbarThemeMock.cpp', |
| 3038 'platform/mock/ScrollbarThemeMock.h', | 3038 'platform/mock/ScrollbarThemeMock.h', |
| 3039 'platform/mock/ScrollbarThemeOverlayMock.h', | 3039 'platform/mock/ScrollbarThemeOverlayMock.h', |
| 3040 'platform/text/RegularExpression.cpp', | 3040 'platform/text/RegularExpression.cpp', |
| 3041 ], | 3041 ], |
| 3042 'webcore_platform_geometry_files': [ | |
| 3043 'platform/graphics/FloatPolygon.cpp', | |
| 3044 ], | |
| 3045 'webcore_svg_files': [ | 3042 'webcore_svg_files': [ |
| 3046 'rendering/style/SVGRenderStyle.cpp', | 3043 'rendering/style/SVGRenderStyle.cpp', |
| 3047 'rendering/style/SVGRenderStyleDefs.cpp', | 3044 'rendering/style/SVGRenderStyleDefs.cpp', |
| 3048 'rendering/svg/ReferenceFilterBuilder.cpp', | 3045 'rendering/svg/ReferenceFilterBuilder.cpp', |
| 3049 'rendering/svg/ReferenceFilterBuilder.h', | 3046 'rendering/svg/ReferenceFilterBuilder.h', |
| 3050 'rendering/svg/RenderSVGBlock.cpp', | 3047 'rendering/svg/RenderSVGBlock.cpp', |
| 3051 'rendering/svg/RenderSVGBlock.h', | 3048 'rendering/svg/RenderSVGBlock.h', |
| 3052 'rendering/svg/RenderSVGContainer.cpp', | 3049 'rendering/svg/RenderSVGContainer.cpp', |
| 3053 'rendering/svg/RenderSVGContainer.h', | 3050 'rendering/svg/RenderSVGContainer.h', |
| 3054 'rendering/svg/RenderSVGEllipse.cpp', | 3051 'rendering/svg/RenderSVGEllipse.cpp', |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3662 'bison_exe': 'bison', | 3659 'bison_exe': 'bison', |
| 3663 # We specify a preprocess so it happens locally and won't get | 3660 # We specify a preprocess so it happens locally and won't get |
| 3664 # distributed to goma. | 3661 # distributed to goma. |
| 3665 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3662 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3666 # use /usr/bin/clang once we require Xcode 4.x. | 3663 # use /usr/bin/clang once we require Xcode 4.x. |
| 3667 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3664 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3668 }], | 3665 }], |
| 3669 ], | 3666 ], |
| 3670 } | 3667 } |
| 3671 } | 3668 } |
| OLD | NEW |