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

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

Issue 119128: Convert to gyp generation of chrome_resources and chrome_strings.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/tools/build/win/language_dll.vsprops ('k') | tools/grit/build/grit_resources.rules » ('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 localized resources" 3 Name="GRIT localized resources"
4 Version="8.00" 4 Version="8.00"
5 > 5 >
6 <Rules> 6 <Rules>
7 <CustomBuildRule 7 <CustomBuildRule
8 Name="GRIT Generated Localized Resources" 8 Name="GRIT Generated Localized Resources"
9 DisplayName="GRIT Generated Localized Resources" 9 DisplayName="GRIT Generated Localized Resources"
10 » » » CommandLine="$(SolutionDir)..\tools\grit\build\grit_reso urce_file.bat [inputs] &quot;$(SolutionDir)&quot; &quot;$(OutDir)\grit_derived_s ources&quot; [AllOptions]" 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)\grit_derived_sources\$(InputName)_en- US.pak" 11 » » » Outputs="$(OutDir)\obj\global_intermediate\chrome\$(Inpu tName)_en-US.pak"
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 resources\$(InputName)_ar.xtb; 13 resources\$(InputName)_ar.xtb;
14 resources\$(InputName)_bg.xtb; 14 resources\$(InputName)_bg.xtb;
15 resources\$(InputName)_bn.xtb; 15 resources\$(InputName)_bn.xtb;
16 resources\$(InputName)_ca.xtb; 16 resources\$(InputName)_ca.xtb;
17 resources\$(InputName)_cs.xtb; 17 resources\$(InputName)_cs.xtb;
18 resources\$(InputName)_da.xtb; 18 resources\$(InputName)_da.xtb;
19 resources\$(InputName)_de.xtb; 19 resources\$(InputName)_de.xtb;
20 resources\$(InputName)_el.xtb; 20 resources\$(InputName)_el.xtb;
21 resources\$(InputName)_en-GB.xtb; 21 resources\$(InputName)_en-GB.xtb;
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 DisplayName="Preprocessor Definitions" 68 DisplayName="Preprocessor Definitions"
69 Description="Defines a text macro with the given nam e." 69 Description="Defines a text macro with the given nam e."
70 Switch="&quot;[value]&quot;" 70 Switch="&quot;[value]&quot;"
71 Delimited="true" 71 Delimited="true"
72 Inheritable="true" 72 Inheritable="true"
73 /> 73 />
74 </Properties> 74 </Properties>
75 </CustomBuildRule> 75 </CustomBuildRule>
76 </Rules> 76 </Rules>
77 </VisualStudioToolFile> 77 </VisualStudioToolFile>
OLDNEW
« no previous file with comments | « chrome/tools/build/win/language_dll.vsprops ('k') | tools/grit/build/grit_resources.rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698