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 1315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1326 'rendering/InlineBox.cpp', | 1326 'rendering/InlineBox.cpp', |
1327 'rendering/InlineFlowBox.cpp', | 1327 'rendering/InlineFlowBox.cpp', |
1328 'rendering/InlineIterator.h', | 1328 'rendering/InlineIterator.h', |
1329 'rendering/InlineTextBox.cpp', | 1329 'rendering/InlineTextBox.cpp', |
1330 'rendering/ImageQualityController.h', | 1330 'rendering/ImageQualityController.h', |
1331 'rendering/ImageQualityController.cpp', | 1331 'rendering/ImageQualityController.cpp', |
1332 'rendering/LayoutState.cpp', | 1332 'rendering/LayoutState.cpp', |
1333 'rendering/OrderIterator.cpp', | 1333 'rendering/OrderIterator.cpp', |
1334 'rendering/OrderIterator.h', | 1334 'rendering/OrderIterator.h', |
1335 'rendering/LayoutRepainter.cpp', | 1335 'rendering/LayoutRepainter.cpp', |
| 1336 'rendering/PartialLayoutState.h', |
1336 'rendering/Pagination.cpp', | 1337 'rendering/Pagination.cpp', |
1337 'rendering/Pagination.h', | 1338 'rendering/Pagination.h', |
1338 'rendering/PointerEventsHitRules.cpp', | 1339 'rendering/PointerEventsHitRules.cpp', |
1339 'rendering/PointerEventsHitRules.h', | 1340 'rendering/PointerEventsHitRules.h', |
1340 'rendering/RenderApplet.cpp', | 1341 'rendering/RenderApplet.cpp', |
1341 'rendering/RenderApplet.h', | 1342 'rendering/RenderApplet.h', |
1342 'rendering/RenderBR.cpp', | 1343 'rendering/RenderBR.cpp', |
1343 'rendering/RenderBlock.cpp', | 1344 'rendering/RenderBlock.cpp', |
1344 'rendering/RenderBlockLineLayout.cpp', | 1345 'rendering/RenderBlockLineLayout.cpp', |
1345 'rendering/RenderBox.cpp', | 1346 'rendering/RenderBox.cpp', |
(...skipping 2498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3844 'bison_exe': 'bison', | 3845 'bison_exe': 'bison', |
3845 # We specify a preprocess so it happens locally and won't get | 3846 # We specify a preprocess so it happens locally and won't get |
3846 # distributed to goma. | 3847 # distributed to goma. |
3847 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3848 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3848 # use /usr/bin/clang once we require Xcode 4.x. | 3849 # use /usr/bin/clang once we require Xcode 4.x. |
3849 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3850 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3850 }], | 3851 }], |
3851 ], | 3852 ], |
3852 } | 3853 } |
3853 } | 3854 } |
OLD | NEW |