| 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/CSSKeyframeRule.idl', | 10 'css/CSSKeyframeRule.idl', |
| (...skipping 1197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1208 'page/ImageBitmap.cpp', | 1208 'page/ImageBitmap.cpp', |
| 1209 'page/ImageBitmap.h', | 1209 'page/ImageBitmap.h', |
| 1210 'page/LayoutMilestones.h', | 1210 'page/LayoutMilestones.h', |
| 1211 'page/Location.cpp', | 1211 'page/Location.cpp', |
| 1212 'page/Location.h', | 1212 'page/Location.h', |
| 1213 'page/MemoryInfo.cpp', | 1213 'page/MemoryInfo.cpp', |
| 1214 'page/MouseEventWithHitTestResults.cpp', | 1214 'page/MouseEventWithHitTestResults.cpp', |
| 1215 'page/MouseEventWithHitTestResults.h', | 1215 'page/MouseEventWithHitTestResults.h', |
| 1216 'page/Navigator.cpp', | 1216 'page/Navigator.cpp', |
| 1217 'page/Navigator.h', | 1217 'page/Navigator.h', |
| 1218 'page/NavigatorBase.cpp', | |
| 1219 'page/NavigatorBase.h', | 1218 'page/NavigatorBase.h', |
| 1220 'page/NavigatorID.cpp', | 1219 'page/NavigatorID.cpp', |
| 1221 'page/NavigatorID.h', | 1220 'page/NavigatorID.h', |
| 1222 'page/NavigatorOnLine.h', | 1221 'page/NavigatorOnLine.h', |
| 1223 'page/Page.cpp', | 1222 'page/Page.cpp', |
| 1224 'page/PageConsole.cpp', | 1223 'page/PageConsole.cpp', |
| 1225 'page/PageGroup.cpp', | 1224 'page/PageGroup.cpp', |
| 1226 'page/PageGroupLoadDeferrer.cpp', | 1225 'page/PageGroupLoadDeferrer.cpp', |
| 1227 'page/PageGroupLoadDeferrer.h', | 1226 'page/PageGroupLoadDeferrer.h', |
| 1228 'page/PageLifecycleNotifier.cpp', | 1227 'page/PageLifecycleNotifier.cpp', |
| (...skipping 2653 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3882 'bison_exe': 'bison', | 3881 'bison_exe': 'bison', |
| 3883 # We specify a preprocess so it happens locally and won't get | 3882 # We specify a preprocess so it happens locally and won't get |
| 3884 # distributed to goma. | 3883 # distributed to goma. |
| 3885 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3884 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
| 3886 # use /usr/bin/clang once we require Xcode 4.x. | 3885 # use /usr/bin/clang once we require Xcode 4.x. |
| 3887 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3886 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
| 3888 }], | 3887 }], |
| 3889 ], | 3888 ], |
| 3890 } | 3889 } |
| 3891 } | 3890 } |
| OLD | NEW |