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

Unified Diff: net/net.gyp

Issue 201033: ForceTLS: hash hostnames, handle subdomains, canonicalise. (Closed)
Patch Set: ... Created 11 years, 3 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 fb48e11989f3b767aa25a6480001a3eaac7f6e23..6a854ad5b324465780c405c69528236e170ae607 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -52,6 +52,7 @@
'base/data_url.h',
'base/directory_lister.cc',
'base/directory_lister.h',
+ 'base/dns_util.cc',
abarth-chromium 2009/09/09 00:54:22 What about dns_util.h?
'base/effective_tld_names.cc',
'base/effective_tld_names.dat',
'base/escape.cc',
@@ -450,6 +451,7 @@
'base/cookie_policy_unittest.cc',
'base/data_url_unittest.cc',
'base/directory_lister_unittest.cc',
+ 'base/dns_util_unittest.cc',
'base/escape_unittest.cc',
'base/file_stream_unittest.cc',
'base/filter_unittest.cc',

Powered by Google App Engine
This is Rietveld 408576698