Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(216)

Unified Diff: runtime/bin/net/ssl.gyp

Issue 59773011: Restore missing debug flag supression from NSS update. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tests/standalone/standalone.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/net/ssl.gyp
diff --git a/runtime/bin/net/ssl.gyp b/runtime/bin/net/ssl.gyp
index 296eea4ac551574fec0beb4bffaaed76fe48db12..985ce5c5713e34046f47152154b3185b34d05bf0 100644
--- a/runtime/bin/net/ssl.gyp
+++ b/runtime/bin/net/ssl.gyp
@@ -101,6 +101,9 @@
'NSS_ENABLE_ECC',
'USE_UTIL_DIRECTLY',
],
+ 'defines!': [
+ 'DEBUG',
+ ],
'dependencies': [
# Changed by Dart.
'zlib.gyp:zlib_dart', # Added by Dart (the _dart postfix)
« no previous file with comments | « no previous file | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698