Chromium Code Reviews| Index: src/SConscript |
| diff --git a/src/SConscript b/src/SConscript |
| index c44b656cc87ec067fc32db936d432df9d6ca26c9..de584ad15674606d3690281e214c3edcbae323c3 100644 |
| --- a/src/SConscript |
| +++ b/src/SConscript |
| @@ -65,7 +65,9 @@ SOURCES = { |
| 'os:nullos': ['platform-nullos.cc'], |
| 'os:win32': ['platform-win32.cc'], |
| 'mode:release': [], |
| - 'mode:debug': ['objects-debug.cc', 'prettyprinter.cc'] |
| + 'mode:debug': [ |
| + 'objects-debug.cc', 'prettyprinter.cc', 'regexp-macro-assembler-tracer.cc' |
| + ] |
| } |