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

Unified Diff: net/net_lib.scons

Issue 31004: Have tld_cleanup generate a .cc file that contains the effective (Closed)
Patch Set: Created 11 years, 10 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/net.xcodeproj/project.pbxproj ('k') | net/net_resources.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net_lib.scons
diff --git a/net/net_lib.scons b/net/net_lib.scons
index efe3bbf54fcfba4c34451d29f949021fd5a62522..70582fd8d74f849585c4c25f2acffd3be0a079aa 100644
--- a/net/net_lib.scons
+++ b/net/net_lib.scons
@@ -52,7 +52,7 @@ input_files = ChromeFileList([
'base/directory_lister.h',
'base/dns_resolution_observer.cc',
'base/dns_resolution_observer.h',
- 'base/effective_tld_names.dat',
+ 'base/effective_tld_names.cc',
'base/escape.cc',
'base/escape.h',
'base/ev_root_ca_metadata.cc',
« no previous file with comments | « net/net.xcodeproj/project.pbxproj ('k') | net/net_resources.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698