| // Usually this would be: |
| // |
| // Generated by build/write_buildflag_header.py |
| // From "//base:debugging_flags" |
| // |
| // However for Cobalt we just hardcode the values of these #defines. |
| |
| #ifndef BASE_DEBUG_DEBUGGING_FLAGS_H_ |
| #define BASE_DEBUG_DEBUGGING_FLAGS_H_ |
| |
| #include "base/buildflag.h" |
| |
| #define BUILDFLAG_INTERNAL_ENABLE_LOCATION_SOURCE() (0) |
| #define BUILDFLAG_INTERNAL_ENABLE_PROFILING() (0) |
| #define BUILDFLAG_INTERNAL_CAN_UNWIND_WITH_FRAME_POINTERS() (0) |
| #define BUILDFLAG_INTERNAL_UNSAFE_DEVELOPER_BUILD() (0) |
| |
| #endif // BASE_DEBUG_DEBUGGING_FLAGS_H_ |
| |