Chromium Code Reviews| Index: SConstruct |
| =================================================================== |
| --- SConstruct (revision 6379) |
| +++ SConstruct (working copy) |
| @@ -127,6 +127,9 @@ |
| }, |
| 'inspector:on': { |
| 'CPPDEFINES': ['INSPECTOR'], |
| + }, |
| + 'liveobjectlist:on': { |
| + 'CPPDEFINES': ['ENABLE_DEBUGGER_SUPPORT', 'INSPECTOR', 'LIVE_OBJECT_LIST', 'OBJECT_PRINT'], |
|
Søren Thygesen Gjesse
2011/01/19 09:09:47
Split long line.
Do you want to always enable OBJ
marklam
2011/01/19 09:43:22
Done. Yes, I want it ti always enable INSPECTOR a
|
| } |
| }, |
| 'gcc': { |
| @@ -752,6 +755,11 @@ |
| 'default': 'off', |
| 'help': 'enable inspector features' |
| }, |
| + 'liveobjectlist': { |
| + 'values': ['on', 'off'], |
| + 'default': 'off', |
| + 'help': 'enable live object list features in the debugger' |
| + }, |
| 'soname': { |
| 'values': ['on', 'off'], |
| 'default': 'off', |