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

Unified Diff: net/net.gyp

Issue 329733002: Disk Based Certificate Cache Implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improved and fixed first test. Created 6 years, 6 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: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 5b5db96f54c6f35a4c24c455e750dfbb876ee384..007023bb9747f95318ea09567fdd18e01bed9df1 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -45,6 +45,16 @@
],
'targets': [
{
+ 'target_name': 'disk_based_cert_cache',
Ryan Sleevi 2014/06/11 22:00:09 You don't need to create a new target for this. Yo
+ 'type': 'executable',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ 'cert_cache/disk_based_cert_cache.cc',
+ ],
+ },
+ {
'target_name': 'net_derived_sources',
'type': 'none',
'sources': [

Powered by Google App Engine
This is Rietveld 408576698