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

Unified Diff: net/build/convert_tld_data.rules

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/base/registry_controlled_domain.cc ('k') | net/build/net.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/build/convert_tld_data.rules
diff --git a/net/build/convert_tld_data.rules b/net/build/convert_tld_data.rules
deleted file mode 100644
index db39029b500e1cdf392f3e5e17f656629875d3c5..0000000000000000000000000000000000000000
--- a/net/build/convert_tld_data.rules
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="Convert TLD Data File"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="Convert TLD Data File"
- DisplayName="Convert TLD Data File"
- CommandLine="&quot;$(OutDir)\tld_cleanup.exe&quot; &quot;$(InputPath)&quot; &quot;$(IntDir)\..\$(InputName)_clean.dat&quot;"
- Outputs="&quot;$(IntDir)\..\$(InputName)_clean.dat&quot;"
- FileExtensions="*.dat"
- ExecutionDescription="Converting TLD data file..."
- >
- <Properties>
- </Properties>
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>
« no previous file with comments | « net/base/registry_controlled_domain.cc ('k') | net/build/net.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698