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 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1341 'rendering/InlineBox.cpp', | 1341 'rendering/InlineBox.cpp', |
1342 'rendering/InlineFlowBox.cpp', | 1342 'rendering/InlineFlowBox.cpp', |
1343 'rendering/InlineIterator.h', | 1343 'rendering/InlineIterator.h', |
1344 'rendering/InlineTextBox.cpp', | 1344 'rendering/InlineTextBox.cpp', |
1345 'rendering/ImageQualityController.h', | 1345 'rendering/ImageQualityController.h', |
1346 'rendering/ImageQualityController.cpp', | 1346 'rendering/ImageQualityController.cpp', |
1347 'rendering/LayoutState.cpp', | 1347 'rendering/LayoutState.cpp', |
1348 'rendering/OrderIterator.cpp', | 1348 'rendering/OrderIterator.cpp', |
1349 'rendering/OrderIterator.h', | 1349 'rendering/OrderIterator.h', |
1350 'rendering/LayoutRepainter.cpp', | 1350 'rendering/LayoutRepainter.cpp', |
| 1351 'rendering/PartialLayoutState.h', |
1351 'rendering/Pagination.cpp', | 1352 'rendering/Pagination.cpp', |
1352 'rendering/Pagination.h', | 1353 'rendering/Pagination.h', |
1353 'rendering/PointerEventsHitRules.cpp', | 1354 'rendering/PointerEventsHitRules.cpp', |
1354 'rendering/PointerEventsHitRules.h', | 1355 'rendering/PointerEventsHitRules.h', |
1355 'rendering/RenderApplet.cpp', | 1356 'rendering/RenderApplet.cpp', |
1356 'rendering/RenderApplet.h', | 1357 'rendering/RenderApplet.h', |
1357 'rendering/RenderBR.cpp', | 1358 'rendering/RenderBR.cpp', |
1358 'rendering/RenderBlock.cpp', | 1359 'rendering/RenderBlock.cpp', |
1359 'rendering/RenderBlockLineLayout.cpp', | 1360 'rendering/RenderBlockLineLayout.cpp', |
1360 'rendering/RenderBox.cpp', | 1361 'rendering/RenderBox.cpp', |
(...skipping 2505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3866 'bison_exe': 'bison', | 3867 'bison_exe': 'bison', |
3867 # We specify a preprocess so it happens locally and won't get | 3868 # We specify a preprocess so it happens locally and won't get |
3868 # distributed to goma. | 3869 # distributed to goma. |
3869 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3870 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3870 # use /usr/bin/clang once we require Xcode 4.x. | 3871 # use /usr/bin/clang once we require Xcode 4.x. |
3871 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3872 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3872 }], | 3873 }], |
3873 ], | 3874 ], |
3874 } | 3875 } |
3875 } | 3876 } |
OLD | NEW |