summaryrefslogtreecommitdiffstats
path: root/net/base/effective_tld_names_unittest1.gperf
diff options
context:
space:
mode:
authorpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 11:31:25 +0000
committerpam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-20 11:31:25 +0000
commitbe28b5f45adbddf37352a014e86c2ac48a893103 (patch)
treeab1c7c04a73e3ecadbbe75c954242a7211fe0c66 /net/base/effective_tld_names_unittest1.gperf
parentc26c39b6ba32c64d9320552fdb31f00869846531 (diff)
downloadchromium_src-be28b5f45adbddf37352a014e86c2ac48a893103.zip
chromium_src-be28b5f45adbddf37352a014e86c2ac48a893103.tar.gz
chromium_src-be28b5f45adbddf37352a014e86c2ac48a893103.tar.bz2
Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ subdirectory.
This includes net/base/registry_controlled_domain.* and net/base/effective_tld_names* BUG=138047 TEST=covered by existing tests Review URL: https://chromiumcodereview.appspot.com/10796033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147641 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/effective_tld_names_unittest1.gperf')
-rw-r--r--net/base/effective_tld_names_unittest1.gperf23
1 files changed, 0 insertions, 23 deletions
diff --git a/net/base/effective_tld_names_unittest1.gperf b/net/base/effective_tld_names_unittest1.gperf
deleted file mode 100644
index f7bb428..0000000
--- a/net/base/effective_tld_names_unittest1.gperf
+++ /dev/null
@@ -1,23 +0,0 @@
-%{
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that
-// can be found in the LICENSE file.
-// Test file used by registry_controlled_domain_unittest.
-// We edit this file manually, then run
-// gperf -a -L "C++" -C -c -o -t -k '*' -NFindDomain -ZPerfect_Hash_Test1 -D effective_tld_names_unittest1.gperf > effective_tld_names_unittest1.cc
-// to generate the perfect hashmap.
-%}
-struct DomainRule {
- const char *name;
- int type; // 1: exception, 2: wildcard
-};
-%%
-jp, 0
-ac.jp, 0
-bar.jp, 2
-baz.bar.jp, 2
-pref.bar.jp, 1
-bar.baz.com, 0
-c, 2
-b.c, 1
-%%