Chromium Code Reviews| Index: base/BUILD.gn |
| diff --git a/base/BUILD.gn b/base/BUILD.gn |
| index 3125e8d99aec1e232a1bae54d30da03e14a38f4f..a4a4ec8484abfaed11d010cb791521aee36b2c2c 100644 |
| --- a/base/BUILD.gn |
| +++ b/base/BUILD.gn |
| @@ -1636,6 +1636,7 @@ buildflag_header("debugging_flags") { |
| flags = [ |
| "ENABLE_PROFILING=$enable_profiling", |
| "ENABLE_MEMORY_TASK_PROFILER=$enable_memory_task_profiler", |
| + "ENABLED_FRAME_POINTERS=$enabled_frame_pointers", |
| ] |
| } |