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

Unified Diff: net/net.gyp

Issue 8226007: WORK_IN_PROGRESS: Do effective TLD lookups using a suffix trie (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 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
« no previous file with comments | « net/base/registry_controlled_domain.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 0bc2862b96a39e2c539eaa554d6b4666a5c12151..b17c16bdc2e8a10aea7244f052e6b5f9114ebac8 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -5,6 +5,7 @@
{
'variables': {
'chromium_code': 1,
+ 'use_domain_suffix_trie': 1,
'linux_link_kerberos%': 0,
'conditions': [
@@ -746,6 +747,15 @@
'http/http_auth_handler_negotiate.cc',
],
}],
+ ['use_domain_suffix_trie==1', {
+ 'defines': [
+ 'USE_DOMAIN_SUFFIX_TRIE',
+ ],
+ 'dependencies': [
+ 'third_party/domain-registry-provider/src/domain_registry/domain_registry.gyp:domain_registry_lib',
+ 'third_party/domain-registry-provider/src/domain_registry/domain_registry.gyp:init_registry_tables_lib'
+ ],
+ }],
['use_openssl==1', {
'sources!': [
'base/cert_database_nss.cc',
« no previous file with comments | « net/base/registry_controlled_domain.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698