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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3 Name="GRIT resources"
4 Version="8.00"
5 >
6 <Rules>
7 <CustomBuildRule
8 Name="GRIT Generated Resources"
9 DisplayName="GRIT Generated Resources"
10 CommandLine="$(SolutionDir)..\tools\grit\build\grit_reso urce_file.bat [inputs] &quot;$(SolutionDir)&quot; &quot;$(OutDir)\obj\global_int ermediate\chrome&quot; [AllOptions]"
11 Outputs="$(OutDir)\obj\global_intermediate\chrome\$(Inpu tName).rc;$(OutDir)\obj\global_intermediate\chrome\$(InputName).pak"
12 AdditionalDependencies="$(SolutionDir)..\tools\grit\buil d\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py"
13 FileExtensions="*.grd"
14 ExecutionDescription="Generating resources..."
15 >
16 <Properties>
17 <StringProperty
18 Name="PreprocessorDefinitions"
19 DisplayName="Preprocessor Definitions"
20 Description="Defines a text macro with t he given name."
21 Switch="&quot;[value]&quot;"
22 Delimited="true"
23 Inheritable="true"
24 />
25 </Properties>
26 </CustomBuildRule>
27 </Rules>
28 </VisualStudioToolFile>
OLDNEW
« 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