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

Unified Diff: build/linux/system.gyp

Issue 415005: Linux: add next-protocol-negotiation to libssl. (Closed)
Patch Set: Addressing wtc's comments. Created 11 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
Index: build/linux/system.gyp
diff --git a/build/linux/system.gyp b/build/linux/system.gyp
index 09e420a49f450f3bda0388069ba8167fb43c28db..eb36588988ba81d5e7536f599d6096acabdd0dc2 100644
--- a/build/linux/system.gyp
+++ b/build/linux/system.gyp
@@ -89,6 +89,9 @@
'cflags': [
'<!@(<(pkg-config) --cflags nss)',
],
+ 'defines': [
+ 'USE_SYSTEM_SSL',
+ ],
},
'link_settings': {
'ldflags': [
« no previous file with comments | « base/nss_init.cc ('k') | net/base/ssl_config_service.h » ('j') | net/base/ssl_config_service.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698