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

Side by Side Diff: net/base/registry_controlled_domains/effective_tld_names.gperf

Issue 10796033: Move files related to registry-controlled domains into a new net/base/registry_controlled_domains/ … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Update checkout Created 8 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 %{ 1 %{
2 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 2 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 4 // found in the LICENSE file.
5 5
6 // This file is generated by net/tools/tld_cleanup/. 6 // This file is generated by net/tools/tld_cleanup/.
7 // DO NOT MANUALLY EDIT! 7 // DO NOT MANUALLY EDIT!
8 %} 8 %}
9 struct DomainRule { 9 struct DomainRule {
10 const char *name; 10 const char *name;
(...skipping 5644 matching lines...) Expand 10 before | Expand all | Expand 10 after
5655 zj.cn, 0 5655 zj.cn, 0
5656 zlg.br, 0 5656 zlg.br, 0
5657 zm, 2 5657 zm, 2
5658 zoological.museum, 0 5658 zoological.museum, 0
5659 zoology.museum, 0 5659 zoology.museum, 0
5660 zp.ua, 0 5660 zp.ua, 0
5661 zt.ua, 0 5661 zt.ua, 0
5662 zushi.kanagawa.jp, 0 5662 zushi.kanagawa.jp, 0
5663 zw, 2 5663 zw, 2
5664 %% 5664 %%
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698