| 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 3164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3175 'platform/text/QuotedPrintable.cpp', | 3175 'platform/text/QuotedPrintable.cpp', |
| 3176 'platform/text/RegularExpression.cpp', | 3176 'platform/text/RegularExpression.cpp', |
| 3177 'platform/text/SegmentedString.cpp', | 3177 'platform/text/SegmentedString.cpp', |
| 3178 'platform/text/SuffixTree.h', | 3178 'platform/text/SuffixTree.h', |
| 3179 'platform/text/TextBoundaries.cpp', | 3179 'platform/text/TextBoundaries.cpp', |
| 3180 'platform/text/TextBreakIterator.cpp', | 3180 'platform/text/TextBreakIterator.cpp', |
| 3181 'platform/text/TextBreakIteratorICU.cpp', | 3181 'platform/text/TextBreakIteratorICU.cpp', |
| 3182 'platform/text/TextBreakIteratorInternalICU.cpp', | 3182 'platform/text/TextBreakIteratorInternalICU.cpp', |
| 3183 'platform/text/TextEncodingDetector.h', | 3183 'platform/text/TextEncodingDetector.h', |
| 3184 'platform/text/TextEncodingDetectorICU.cpp', | 3184 'platform/text/TextEncodingDetectorICU.cpp', |
| 3185 'platform/text/TextStream.cpp', | |
| 3186 'platform/text/UnicodeRange.cpp', | 3185 'platform/text/UnicodeRange.cpp', |
| 3187 'platform/text/transcoder/FontTranscoder.cpp', | 3186 'platform/text/transcoder/FontTranscoder.cpp', |
| 3188 'platform/text/transcoder/FontTranscoder.h', | 3187 'platform/text/transcoder/FontTranscoder.h', |
| 3189 'platform/win/SystemInfo.cpp', | 3188 'platform/win/SystemInfo.cpp', |
| 3190 'platform/win/SystemInfo.h', | 3189 'platform/win/SystemInfo.h', |
| 3191 ], | 3190 ], |
| 3192 'webcore_platform_geometry_files': [ | 3191 'webcore_platform_geometry_files': [ |
| 3193 'platform/graphics/FloatPolygon.cpp', | 3192 'platform/graphics/FloatPolygon.cpp', |
| 3194 'platform/graphics/Region.cpp', | 3193 'platform/graphics/Region.cpp', |
| 3195 ], | 3194 ], |
| (...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3803 'bison_exe': 'bison', | 3802 'bison_exe': 'bison', |
| 3804 # We specify a preprocess so it happens locally and won't get | 3803 # We specify a preprocess so it happens locally and won't get |
| 3805 # distributed to goma. | 3804 # distributed to goma. |
| 3806 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3805 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3807 # use /usr/bin/clang once we require Xcode 4.x. | 3806 # use /usr/bin/clang once we require Xcode 4.x. |
| 3808 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3807 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3809 }], | 3808 }], |
| 3810 ], | 3809 ], |
| 3811 } | 3810 } |
| 3812 } | 3811 } |
| OLD | NEW |