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

Unified Diff: extensions/extensions.gyp

Issue 687733004: Implement crypto signature verification routines using OpenSSL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed code review feedback Created 6 years, 2 months 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: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index 46a2b698ad5f504dd688d37ff88634ad142af4b4..3a8a257f592feb707356179776ca884e67a8422f 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -1249,6 +1249,11 @@
'../base/allocator/allocator.gyp:allocator',
],
}],
+ ['use_openssl==1', {
+ 'sources': [
+ 'browser/api/cast_channel/cast_auth_util_openssl_unittest.cc',
+ ]
+ }],
],
},
]

Powered by Google App Engine
This is Rietveld 408576698