| 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 2728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2739 'platform/graphics/FrameData.h', | 2739 'platform/graphics/FrameData.h', |
| 2740 'platform/graphics/GeneratedImage.cpp', | 2740 'platform/graphics/GeneratedImage.cpp', |
| 2741 'platform/graphics/GeneratedImage.h', | 2741 'platform/graphics/GeneratedImage.h', |
| 2742 'platform/graphics/GlyphPageTreeNode.cpp', | 2742 'platform/graphics/GlyphPageTreeNode.cpp', |
| 2743 'platform/graphics/Gradient.cpp', | 2743 'platform/graphics/Gradient.cpp', |
| 2744 'platform/graphics/GraphicsContext.cpp', | 2744 'platform/graphics/GraphicsContext.cpp', |
| 2745 'platform/graphics/GraphicsContext3D.cpp', | 2745 'platform/graphics/GraphicsContext3D.cpp', |
| 2746 'platform/graphics/GraphicsContext3DImagePacking.cpp', | 2746 'platform/graphics/GraphicsContext3DImagePacking.cpp', |
| 2747 'platform/graphics/GraphicsContextAnnotation.cpp', | 2747 'platform/graphics/GraphicsContextAnnotation.cpp', |
| 2748 'platform/graphics/GraphicsLayer.cpp', | 2748 'platform/graphics/GraphicsLayer.cpp', |
| 2749 'platform/graphics/GraphicsTypes.cpp', | |
| 2750 'platform/graphics/Image.cpp', | 2749 'platform/graphics/Image.cpp', |
| 2751 'platform/graphics/ImageBuffer.cpp', | 2750 'platform/graphics/ImageBuffer.cpp', |
| 2752 'platform/graphics/ImageSource.cpp', | 2751 'platform/graphics/ImageSource.cpp', |
| 2753 'platform/graphics/InbandTextTrackPrivate.h', | 2752 'platform/graphics/InbandTextTrackPrivate.h', |
| 2754 'platform/graphics/InbandTextTrackPrivateClient.h', | 2753 'platform/graphics/InbandTextTrackPrivateClient.h', |
| 2755 'platform/graphics/Latin1TextIterator.h', | 2754 'platform/graphics/Latin1TextIterator.h', |
| 2756 'platform/graphics/MediaPlayer.cpp', | 2755 'platform/graphics/MediaPlayer.cpp', |
| 2757 'platform/graphics/MediaPlayer.h', | 2756 'platform/graphics/MediaPlayer.h', |
| 2758 'platform/graphics/Path.cpp', | 2757 'platform/graphics/Path.cpp', |
| 2759 'platform/graphics/Pattern.cpp', | 2758 'platform/graphics/Pattern.cpp', |
| (...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3625 'bison_exe': 'bison', | 3624 'bison_exe': 'bison', |
| 3626 # We specify a preprocess so it happens locally and won't get | 3625 # We specify a preprocess so it happens locally and won't get |
| 3627 # distributed to goma. | 3626 # distributed to goma. |
| 3628 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3627 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3629 # use /usr/bin/clang once we require Xcode 4.x. | 3628 # use /usr/bin/clang once we require Xcode 4.x. |
| 3630 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3629 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3631 }], | 3630 }], |
| 3632 ], | 3631 ], |
| 3633 } | 3632 } |
| 3634 } | 3633 } |
| OLD | NEW |