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 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1300 'rendering/BidiRun.h', | 1300 'rendering/BidiRun.h', |
1301 'rendering/CompositingReasons.h', | 1301 'rendering/CompositingReasons.h', |
1302 'rendering/CounterNode.cpp', | 1302 'rendering/CounterNode.cpp', |
1303 'rendering/CounterNode.h', | 1303 'rendering/CounterNode.h', |
1304 'rendering/EllipsisBox.cpp', | 1304 'rendering/EllipsisBox.cpp', |
1305 'rendering/EllipsisBox.h', | 1305 'rendering/EllipsisBox.h', |
1306 'rendering/FilterEffectRenderer.cpp', | 1306 'rendering/FilterEffectRenderer.cpp', |
1307 'rendering/FilterEffectRenderer.h', | 1307 'rendering/FilterEffectRenderer.h', |
1308 'rendering/FixedTableLayout.cpp', | 1308 'rendering/FixedTableLayout.cpp', |
1309 'rendering/FixedTableLayout.h', | 1309 'rendering/FixedTableLayout.h', |
| 1310 'rendering/FloatingObjects.cpp', |
| 1311 'rendering/FloatingObjects.h', |
1310 'rendering/FlowThreadController.cpp', | 1312 'rendering/FlowThreadController.cpp', |
1311 'rendering/FlowThreadController.h', | 1313 'rendering/FlowThreadController.h', |
1312 'rendering/TextAutosizer.cpp', | 1314 'rendering/TextAutosizer.cpp', |
1313 'rendering/TextAutosizer.h', | 1315 'rendering/TextAutosizer.h', |
1314 'rendering/HitTestingTransformState.cpp', | 1316 'rendering/HitTestingTransformState.cpp', |
1315 'rendering/HitTestingTransformState.h', | 1317 'rendering/HitTestingTransformState.h', |
1316 'rendering/HitTestLocation.cpp', | 1318 'rendering/HitTestLocation.cpp', |
1317 'rendering/HitTestLocation.h', | 1319 'rendering/HitTestLocation.h', |
1318 'rendering/HitTestResult.cpp', | 1320 'rendering/HitTestResult.cpp', |
1319 'rendering/InlineBox.cpp', | 1321 'rendering/InlineBox.cpp', |
(...skipping 2510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3830 'bison_exe': 'bison', | 3832 'bison_exe': 'bison', |
3831 # We specify a preprocess so it happens locally and won't get | 3833 # We specify a preprocess so it happens locally and won't get |
3832 # distributed to goma. | 3834 # distributed to goma. |
3833 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to | 3835 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to |
3834 # use /usr/bin/clang once we require Xcode 4.x. | 3836 # use /usr/bin/clang once we require Xcode 4.x. |
3835 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' | 3837 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' |
3836 }], | 3838 }], |
3837 ], | 3839 ], |
3838 } | 3840 } |
3839 } | 3841 } |
OLD | NEW |