Chromium Code Reviews| Index: build/common.gypi |
| =================================================================== |
| --- build/common.gypi (revision 12223) |
| +++ build/common.gypi (working copy) |
| @@ -107,7 +107,9 @@ |
| 'defines': ['ENABLE_DEBUGGER_SUPPORT',], |
| }], |
| ['v8_enable_disassembler==1', { |
| - 'defines': ['ENABLE_DISASSEMBLER',], |
| + 'defines': [ |
| + 'ENABLE_DISASSEMBLER', |
| + 'OBJECT_PRINT',], |
| }], |
| ['v8_object_print==1', { |
| 'defines': ['OBJECT_PRINT',], |