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

Side by Side Diff: tools/grit/build/grit_resources.rules

Issue 24011: chrome_resources take 2 (Closed)
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « tools/grit/build/grit_resource_file.bat ('k') | tools/grit/grit/scons.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile 2 <VisualStudioToolFile
3 Name="GRIT resources" 3 Name="GRIT resources"
4 Version="8.00" 4 Version="8.00"
5 > 5 >
6 <Rules> 6 <Rules>
7 <CustomBuildRule 7 <CustomBuildRule
8 Name="GRIT Generated Resources" 8 Name="GRIT Generated Resources"
9 DisplayName="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)\grit_derived_s ources&quot;" 10 » » » CommandLine="$(SolutionDir)..\tools\grit\build\grit_reso urce_file.bat [inputs] &quot;$(SolutionDir)&quot; &quot;$(OutDir)\grit_derived_s ources&quot; [AllOptions]"
11 Outputs="$(OutDir)\grit_derived_sources\$(InputName).h" 11 Outputs="$(OutDir)\grit_derived_sources\$(InputName).h"
12 AdditionalDependencies="$(SolutionDir)..\tools\grit\buil d\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py" 12 AdditionalDependencies="$(SolutionDir)..\tools\grit\buil d\grit_resource_file.bat;$(SolutionDir)..\tools\grit\grit.py"
13 FileExtensions="*.grd" 13 FileExtensions="*.grd"
14 ExecutionDescription="Generating resources..." 14 ExecutionDescription="Generating resources..."
15 > 15 >
16 <Properties> 16 <Properties>
17 <StringProperty
18 Name="PreprocessorDefinitions"
19 DisplayName="Preprocessor Definitions"
20 Description="Defines a text macro with the given nam e."
21 Switch="&quot;[value]&quot;"
22 Delimited="true"
23 Inheritable="true"
24 />
17 </Properties> 25 </Properties>
18 </CustomBuildRule> 26 </CustomBuildRule>
19 </Rules> 27 </Rules>
20 </VisualStudioToolFile> 28 </VisualStudioToolFile>
OLDNEW
« no previous file with comments | « tools/grit/build/grit_resource_file.bat ('k') | tools/grit/grit/scons.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698