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

Unified Diff: tools/grit/build/grit_resources.rules

Issue 213013: Remove MSVC build files that grit used to use. These have (Closed)
Patch Set: grit_resource_file.bat Created 11 years, 3 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 | « tools/grit/build/grit_resource_file.bat ('k') | tools/grit/build/using_generated_resources.vsprops » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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] &quot;$(SolutionDir)&quot; &quot;$(OutDir)\obj\global_intermediate\chrome&quot; [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="&quot;[value]&quot;"
- Delimited="true"
- Inheritable="true"
- />
- </Properties>
- </CustomBuildRule>
- </Rules>
-</VisualStudioToolFile>
« no previous file with comments | « tools/grit/build/grit_resource_file.bat ('k') | tools/grit/build/using_generated_resources.vsprops » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698