| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'deprecated_perl_core_idl_files': [ | 3 'deprecated_perl_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/CSSMediaRule.idl', | 10 'css/CSSMediaRule.idl', |
| (...skipping 2781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2792 'platform/graphics/ImageSource.cpp', | 2792 'platform/graphics/ImageSource.cpp', |
| 2793 'platform/graphics/InbandTextTrackPrivate.h', | 2793 'platform/graphics/InbandTextTrackPrivate.h', |
| 2794 'platform/graphics/InbandTextTrackPrivateClient.h', | 2794 'platform/graphics/InbandTextTrackPrivateClient.h', |
| 2795 'platform/graphics/Latin1TextIterator.h', | 2795 'platform/graphics/Latin1TextIterator.h', |
| 2796 'platform/graphics/MediaPlayer.cpp', | 2796 'platform/graphics/MediaPlayer.cpp', |
| 2797 'platform/graphics/MediaPlayer.h', | 2797 'platform/graphics/MediaPlayer.h', |
| 2798 'platform/graphics/Path.cpp', | 2798 'platform/graphics/Path.cpp', |
| 2799 'platform/graphics/PathTraversalState.cpp', | 2799 'platform/graphics/PathTraversalState.cpp', |
| 2800 'platform/graphics/PathTraversalState.h', | 2800 'platform/graphics/PathTraversalState.h', |
| 2801 'platform/graphics/Pattern.cpp', | 2801 'platform/graphics/Pattern.cpp', |
| 2802 'platform/graphics/ReadOnlyBitmapImage.cpp', |
| 2803 'platform/graphics/ReadOnlyBitmapImage.h', |
| 2802 'platform/graphics/RoundedRect.cpp', | 2804 'platform/graphics/RoundedRect.cpp', |
| 2803 'platform/graphics/SegmentedFontData.cpp', | 2805 'platform/graphics/SegmentedFontData.cpp', |
| 2804 'platform/graphics/SegmentedFontData.h', | 2806 'platform/graphics/SegmentedFontData.h', |
| 2805 'platform/graphics/ShadowBlur.cpp', | 2807 'platform/graphics/ShadowBlur.cpp', |
| 2806 'platform/graphics/ShadowBlur.h', | 2808 'platform/graphics/ShadowBlur.h', |
| 2807 'platform/graphics/SimpleFontData.cpp', | 2809 'platform/graphics/SimpleFontData.cpp', |
| 2808 'platform/graphics/SVGGlyph.cpp', | 2810 'platform/graphics/SVGGlyph.cpp', |
| 2809 'platform/graphics/StringTruncator.cpp', | 2811 'platform/graphics/StringTruncator.cpp', |
| 2810 'platform/graphics/StrokeData.cpp', | 2812 'platform/graphics/StrokeData.cpp', |
| 2811 'platform/graphics/SurrogatePairAwareTextIterator.cpp', | 2813 'platform/graphics/SurrogatePairAwareTextIterator.cpp', |
| (...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3805 'bison_exe': 'bison', | 3807 'bison_exe': 'bison', |
| 3806 # We specify a preprocess so it happens locally and won't get | 3808 # We specify a preprocess so it happens locally and won't get |
| 3807 # distributed to goma. | 3809 # distributed to goma. |
| 3808 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3810 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3809 # use /usr/bin/clang once we require Xcode 4.x. | 3811 # use /usr/bin/clang once we require Xcode 4.x. |
| 3810 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3812 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3811 }], | 3813 }], |
| 3812 ], | 3814 ], |
| 3813 } | 3815 } |
| 3814 } | 3816 } |
| OLD | NEW |