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

Side by Side Diff: third_party/libjpeg/libjpeg.vcproj

Issue 43101: Switching to gyp generated vcprojs for some components. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « testing/gtest.vcproj ('k') | third_party/libpng/libpng.vcproj » ('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="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="libjpeg"
6 ProjectGUID="{238CE175-76CE-4A25-A676-69D115885601}"
7 RootNamespace="libjpeg"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 ConfigurationType="4"
21 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\debug.vsprops;$(SolutionDir)..\build\external_code .vsprops"
22 >
23 <Tool
24 Name="VCLibrarianTool"
25 />
26 <Tool
27 Name="VCCLCompilerTool"
28 />
29 </Configuration>
30 <Configuration
31 Name="Release|Win32"
32 ConfigurationType="4"
33 InheritedPropertySheets="$(SolutionDir)..\build\common.v sprops;$(SolutionDir)..\build\release.vsprops;$(SolutionDir)..\build\external_co de.vsprops"
34 >
35 <Tool
36 Name="VCLibrarianTool"
37 />
38 <Tool
39 Name="VCCLCompilerTool"
40 />
41 </Configuration>
42 </Configurations>
43 <References>
44 </References>
45 <Files>
46 <File
47 RelativePath=".\jcapimin.c"
48 >
49 </File>
50 <File
51 RelativePath=".\jcapistd.c"
52 >
53 </File>
54 <File
55 RelativePath=".\jccoefct.c"
56 >
57 </File>
58 <File
59 RelativePath=".\jccolor.c"
60 >
61 </File>
62 <File
63 RelativePath=".\jcdctmgr.c"
64 >
65 </File>
66 <File
67 RelativePath=".\jchuff.c"
68 >
69 </File>
70 <File
71 RelativePath=".\jchuff.h"
72 >
73 </File>
74 <File
75 RelativePath=".\jcinit.c"
76 >
77 </File>
78 <File
79 RelativePath=".\jcmainct.c"
80 >
81 </File>
82 <File
83 RelativePath=".\jcmarker.c"
84 >
85 </File>
86 <File
87 RelativePath=".\jcmaster.c"
88 >
89 </File>
90 <File
91 RelativePath=".\jcomapi.c"
92 >
93 </File>
94 <File
95 RelativePath=".\jconfig.h"
96 >
97 </File>
98 <File
99 RelativePath=".\jcparam.c"
100 >
101 </File>
102 <File
103 RelativePath=".\jcphuff.c"
104 >
105 </File>
106 <File
107 RelativePath=".\jcprepct.c"
108 >
109 </File>
110 <File
111 RelativePath=".\jcsample.c"
112 >
113 </File>
114 <File
115 RelativePath=".\jdapimin.c"
116 >
117 </File>
118 <File
119 RelativePath=".\jdapistd.c"
120 >
121 </File>
122 <File
123 RelativePath=".\jdatadst.c"
124 >
125 </File>
126 <File
127 RelativePath=".\jdatasrc.c"
128 >
129 </File>
130 <File
131 RelativePath=".\jdcoefct.c"
132 >
133 </File>
134 <File
135 RelativePath=".\jdcolor.c"
136 >
137 </File>
138 <File
139 RelativePath=".\jdct.h"
140 >
141 </File>
142 <File
143 RelativePath=".\jddctmgr.c"
144 >
145 </File>
146 <File
147 RelativePath=".\jdhuff.c"
148 >
149 </File>
150 <File
151 RelativePath=".\jdhuff.h"
152 >
153 </File>
154 <File
155 RelativePath=".\jdinput.c"
156 >
157 </File>
158 <File
159 RelativePath=".\jdmainct.c"
160 >
161 </File>
162 <File
163 RelativePath=".\jdmarker.c"
164 >
165 </File>
166 <File
167 RelativePath=".\jdmaster.c"
168 >
169 </File>
170 <File
171 RelativePath=".\jdmerge.c"
172 >
173 </File>
174 <File
175 RelativePath=".\jdphuff.c"
176 >
177 </File>
178 <File
179 RelativePath=".\jdpostct.c"
180 >
181 </File>
182 <File
183 RelativePath=".\jdsample.c"
184 >
185 </File>
186 <File
187 RelativePath=".\jerror.c"
188 >
189 </File>
190 <File
191 RelativePath=".\jerror.h"
192 >
193 </File>
194 <File
195 RelativePath=".\jfdctflt.c"
196 >
197 </File>
198 <File
199 RelativePath=".\jfdctfst.c"
200 >
201 </File>
202 <File
203 RelativePath=".\jfdctint.c"
204 >
205 </File>
206 <File
207 RelativePath=".\jidctflt.c"
208 >
209 </File>
210 <File
211 RelativePath=".\jidctfst.c"
212 >
213 </File>
214 <File
215 RelativePath=".\jidctint.c"
216 >
217 </File>
218 <File
219 RelativePath=".\jinclude.h"
220 >
221 </File>
222 <File
223 RelativePath=".\jmemmgr.c"
224 >
225 </File>
226 <File
227 RelativePath=".\jmemnobs.c"
228 >
229 </File>
230 <File
231 RelativePath=".\jmemsys.h"
232 >
233 </File>
234 <File
235 RelativePath=".\jmorecfg.h"
236 >
237 </File>
238 <File
239 RelativePath=".\jpegint.h"
240 >
241 </File>
242 <File
243 RelativePath=".\jpeglib.h"
244 >
245 </File>
246 <File
247 RelativePath=".\jquant1.c"
248 >
249 </File>
250 <File
251 RelativePath=".\jquant2.c"
252 >
253 </File>
254 <File
255 RelativePath=".\jutils.c"
256 >
257 </File>
258 <File
259 RelativePath=".\jversion.h"
260 >
261 </File>
262 </Files>
263 <Globals>
264 </Globals>
265 </VisualStudioProject>
OLDNEW
« no previous file with comments | « testing/gtest.vcproj ('k') | third_party/libpng/libpng.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698