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

Side by Side Diff: tools/grit/build/grit_localized_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
« no previous file with comments | « chrome/app/chrome_strings.vcproj ('k') | tools/grit/build/grit_resource_file.bat » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <VisualStudioToolFile
3 Name="GRIT localized resources"
4 Version="8.00"
5 >
6 <Rules>
7 <CustomBuildRule
8 Name="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)\obj\global_int ermediate\chrome&quot; [AllOptions]"
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;
13 resources\$(InputName)_ar.xtb;
14 resources\$(InputName)_bg.xtb;
15 resources\$(InputName)_bn.xtb;
16 resources\$(InputName)_ca.xtb;
17 resources\$(InputName)_cs.xtb;
18 resources\$(InputName)_da.xtb;
19 resources\$(InputName)_de.xtb;
20 resources\$(InputName)_el.xtb;
21 resources\$(InputName)_en-GB.xtb;
22 resources\$(InputName)_es.xtb;
23 resources\$(InputName)_es-419.xtb;
24 resources\$(InputName)_et.xtb;
25 resources\$(InputName)_fi.xtb;
26 resources\$(InputName)_fil.xtb;
27 resources\$(InputName)_fr.xtb;
28 resources\$(InputName)_gu.xtb;
29 resources\$(InputName)_he.xtb;
30 resources\$(InputName)_hi.xtb;
31 resources\$(InputName)_hr.xtb;
32 resources\$(InputName)_hu.xtb;
33 resources\$(InputName)_id.xtb;
34 resources\$(InputName)_it.xtb;
35 resources\$(InputName)_ja.xtb;
36 resources\$(InputName)_kn.xtb;
37 resources\$(InputName)_ko.xtb;
38 resources\$(InputName)_lt.xtb;
39 resources\$(InputName)_lv.xtb;
40 resources\$(InputName)_ml.xtb;
41 resources\$(InputName)_mr.xtb;
42 resources\$(InputName)_nl.xtb;
43 resources\$(InputName)_no.xtb;
44 resources\$(InputName)_or.xtb;
45 resources\$(InputName)_pl.xtb;
46 resources\$(InputName)_pt-BR.xtb;
47 resources\$(InputName)_pt-PT.xtb;
48 resources\$(InputName)_ro.xtb;
49 resources\$(InputName)_ru.xtb;
50 resources\$(InputName)_sk.xtb;
51 resources\$(InputName)_sl.xtb;
52 resources\$(InputName)_sr.xtb;
53 resources\$(InputName)_sv.xtb;
54 resources\$(InputName)_ta.xtb;
55 resources\$(InputName)_te.xtb;
56 resources\$(InputName)_th.xtb;
57 resources\$(InputName)_tr.xtb;
58 resources\$(InputName)_uk.xtb;
59 resources\$(InputName)_vi.xtb;
60 resources\$(InputName)_zh-CN.xtb;
61 resources\$(InputName)_zh-TW.xtb;"
62 FileExtensions="*.grd"
63 ExecutionDescription="Generating resources..."
64 >
65 <Properties>
66 <StringProperty
67 Name="PreprocessorDefinitions"
68 DisplayName="Preprocessor Definitions"
69 Description="Defines a text macro with the given nam e."
70 Switch="&quot;[value]&quot;"
71 Delimited="true"
72 Inheritable="true"
73 />
74 </Properties>
75 </CustomBuildRule>
76 </Rules>
77 </VisualStudioToolFile>
OLDNEW
« no previous file with comments | « chrome/app/chrome_strings.vcproj ('k') | tools/grit/build/grit_resource_file.bat » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698