diff options
Diffstat (limited to 'net/third_party/nss/nss.gyp')
-rw-r--r-- | net/third_party/nss/nss.gyp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/net/third_party/nss/nss.gyp b/net/third_party/nss/nss.gyp index 5511066..1e7ef49 100644 --- a/net/third_party/nss/nss.gyp +++ b/net/third_party/nss/nss.gyp @@ -126,6 +126,13 @@ }, }], ], + 'configurations': { + 'Debug_Base': { + 'defines': [ + 'DEBUG', + ], + }, + }, }, ], } |