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

Unified Diff: third_party/libxml/build/libxml_config.rules

Issue 18243: Remove the build time generation of config.h and xmlversion.h. (Closed)
Patch Set: add sln files Created 11 years, 11 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 | « third_party/libxml/build/libxml_config.bat ('k') | third_party/libxml/build/libxml_config.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxml/build/libxml_config.rules
diff --git a/third_party/libxml/build/libxml_config.rules b/third_party/libxml/build/libxml_config.rules
deleted file mode 100644
index 46967ccafc5b24950b9f6ac26d26facbfd375abd..0000000000000000000000000000000000000000
--- a/third_party/libxml/build/libxml_config.rules
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<VisualStudioToolFile
- Name="libxml config file"
- Version="8.00"
- >
- <Rules>
- <CustomBuildRule
- Name="libxml config file"
- DisplayName="libxml config file"
- CommandLine=".\libxml_config.bat [inputs] $(SolutionDir)"
- Outputs="$(ProjectDir)..\config.h"
- FileExtensions="*.js"
- ExecutionDescription="Generating config.h..."
- >
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>
« no previous file with comments | « third_party/libxml/build/libxml_config.bat ('k') | third_party/libxml/build/libxml_config.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698