| 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 3175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3186 'platform/text/LocaleICU.h', | 3186 'platform/text/LocaleICU.h', |
| 3187 'platform/text/LocaleToScriptMapping.h', | 3187 'platform/text/LocaleToScriptMapping.h', |
| 3188 'platform/text/LocaleToScriptMappingDefault.cpp', | 3188 'platform/text/LocaleToScriptMappingDefault.cpp', |
| 3189 'platform/text/ParserUtilities.h', | 3189 'platform/text/ParserUtilities.h', |
| 3190 'platform/text/PlatformLocale.cpp', | 3190 'platform/text/PlatformLocale.cpp', |
| 3191 'platform/text/PlatformLocale.h', | 3191 'platform/text/PlatformLocale.h', |
| 3192 'platform/text/QuotedPrintable.h', | 3192 'platform/text/QuotedPrintable.h', |
| 3193 'platform/text/QuotedPrintable.cpp', | 3193 'platform/text/QuotedPrintable.cpp', |
| 3194 'platform/text/RegularExpression.cpp', | 3194 'platform/text/RegularExpression.cpp', |
| 3195 'platform/text/SegmentedString.cpp', | 3195 'platform/text/SegmentedString.cpp', |
| 3196 'platform/text/StringWithDirection.h', | |
| 3197 'platform/text/SuffixTree.h', | 3196 'platform/text/SuffixTree.h', |
| 3198 'platform/text/TextBoundaries.cpp', | 3197 'platform/text/TextBoundaries.cpp', |
| 3199 'platform/text/TextBreakIterator.cpp', | 3198 'platform/text/TextBreakIterator.cpp', |
| 3200 'platform/text/TextBreakIteratorICU.cpp', | 3199 'platform/text/TextBreakIteratorICU.cpp', |
| 3201 'platform/text/TextBreakIteratorInternalICU.cpp', | 3200 'platform/text/TextBreakIteratorInternalICU.cpp', |
| 3202 'platform/text/TextEncodingDetector.h', | 3201 'platform/text/TextEncodingDetector.h', |
| 3203 'platform/text/TextEncodingDetectorICU.cpp', | 3202 'platform/text/TextEncodingDetectorICU.cpp', |
| 3204 'platform/text/TextStream.cpp', | 3203 'platform/text/TextStream.cpp', |
| 3205 'platform/text/UnicodeRange.cpp', | 3204 'platform/text/UnicodeRange.cpp', |
| 3206 'platform/text/cf/AtomicStringCF.cpp', | 3205 'platform/text/cf/AtomicStringCF.cpp', |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3844 'bison_exe': 'bison', | 3843 'bison_exe': 'bison', |
| 3845 # We specify a preprocess so it happens locally and won't get | 3844 # We specify a preprocess so it happens locally and won't get |
| 3846 # distributed to goma. | 3845 # distributed to goma. |
| 3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3846 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3848 # use /usr/bin/clang once we require Xcode 4.x. | 3847 # use /usr/bin/clang once we require Xcode 4.x. |
| 3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3848 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3850 }], | 3849 }], |
| 3851 ], | 3850 ], |
| 3852 } | 3851 } |
| 3853 } | 3852 } |
| OLD | NEW |