Index: tools/grit/build/grit_resources.rules |
diff --git a/tools/grit/build/grit_resources.rules b/tools/grit/build/grit_resources.rules |
deleted file mode 100644 |
index 52f7b271ffba408bd94d0335e4e8b42154d19ed6..0000000000000000000000000000000000000000 |
--- a/tools/grit/build/grit_resources.rules |
+++ /dev/null |
@@ -1,28 +0,0 @@ |
-<?xml version="1.0" encoding="utf-8"?> |
-<VisualStudioToolFile |
- Name="GRIT resources" |
- Version="8.00" |
- > |
- <Rules> |
- <CustomBuildRule |
- Name="GRIT Generated Resources" |
- DisplayName="GRIT Generated Resources" |
- CommandLine="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat [inputs] "$(SolutionDir)" "$(OutDir)\obj\global_intermediate\chrome" [AllOptions]" |
- Outputs="$(OutDir)\obj\global_intermediate\chrome\$(InputName).rc;$(OutDir)\obj\global_intermediate\chrome\$(InputName).pak" |
- AdditionalDependencies="$(SolutionDir)..\tools\grit\build\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py" |
- FileExtensions="*.grd" |
- ExecutionDescription="Generating resources..." |
- > |
- <Properties> |
- <StringProperty |
- Name="PreprocessorDefinitions" |
- DisplayName="Preprocessor Definitions" |
- Description="Defines a text macro with the given name." |
- Switch=""[value]"" |
- Delimited="true" |
- Inheritable="true" |
- /> |
- </Properties> |
- </CustomBuildRule> |
- </Rules> |
-</VisualStudioToolFile> |