diff options
author | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 11:31:25 +0000 |
---|---|---|
committer | pam@chromium.org <pam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-20 11:31:25 +0000 |
commit | be28b5f45adbddf37352a014e86c2ac48a893103 (patch) | |
tree | ab1c7c04a73e3ecadbbe75c954242a7211fe0c66 /net/net.gyp | |
parent | c26c39b6ba32c64d9320552fdb31f00869846531 (diff) | |
download | chromium_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/net.gyp')
-rw-r--r-- | net/net.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/net.gyp b/net/net.gyp index a00509a..f8de4ff 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -218,8 +218,8 @@ 'base/prioritized_dispatcher.h', 'base/priority_queue.h', 'base/rand_callback.h', - 'base/registry_controlled_domain.cc', - 'base/registry_controlled_domain.h', + 'base/registry_controlled_domains/registry_controlled_domain.cc', + 'base/registry_controlled_domains/registry_controlled_domain.h', 'base/request_priority.h', 'base/sdch_filter.cc', 'base/sdch_filter.h', @@ -1110,7 +1110,7 @@ 'base/pem_tokenizer_unittest.cc', 'base/prioritized_dispatcher_unittest.cc', 'base/priority_queue_unittest.cc', - 'base/registry_controlled_domain_unittest.cc', + 'base/registry_controlled_domains/registry_controlled_domain_unittest.cc', 'base/run_all_unittests.cc', 'base/sdch_filter_unittest.cc', 'base/server_bound_cert_service_unittest.cc', |