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

Side by Side Diff: webkit/tools/test_shell/test_shell_tests.vcproj

Issue 10785: Debase our Uniscribe code. This moves FontUtils and all our Uniscribe code fr... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 1 month 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
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject 2 <VisualStudioProject
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="test_shell_tests" 5 Name="test_shell_tests"
6 ProjectGUID="{E6766F81-1FCD-4CD7-BC16-E36964A14867}" 6 ProjectGUID="{E6766F81-1FCD-4CD7-BC16-E36964A14867}"
7 RootNamespace="test_shell_tests" 7 RootNamespace="test_shell_tests"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 </File> 212 </File>
213 <File 213 <File
214 RelativePath=".\test_shell.cc" 214 RelativePath=".\test_shell.cc"
215 > 215 >
216 </File> 216 </File>
217 <File 217 <File
218 RelativePath=".\test_shell.h" 218 RelativePath=".\test_shell.h"
219 > 219 >
220 </File> 220 </File>
221 <File 221 <File
222 RelativePath=".\test_shell_win.cc"
223 >
224 </File>
225 <File
226 RelativePath=".\resources\test_shell.ico" 222 RelativePath=".\resources\test_shell.ico"
227 > 223 >
228 </File> 224 </File>
229 <File 225 <File
230 RelativePath=".\resources\test_shell.rc" 226 RelativePath=".\resources\test_shell.rc"
231 > 227 >
232 </File> 228 </File>
233 <File 229 <File
234 RelativePath=".\test_shell_request_context.cc" 230 RelativePath=".\test_shell_request_context.cc"
235 > 231 >
(...skipping 12 matching lines...) Expand all
248 </File> 244 </File>
249 <File 245 <File
250 RelativePath=".\test_shell_test.cc" 246 RelativePath=".\test_shell_test.cc"
251 > 247 >
252 </File> 248 </File>
253 <File 249 <File
254 RelativePath=".\test_shell_test.h" 250 RelativePath=".\test_shell_test.h"
255 > 251 >
256 </File> 252 </File>
257 <File 253 <File
254 RelativePath=".\test_shell_win.cc"
Erik does not do reviews 2008/11/17 17:01:34 sort the vcproj
brettw 2008/11/17 17:26:49 Again, this makes it sorted.
255 >
256 </File>
257 <File
258 RelativePath=".\test_webview_delegate.cc" 258 RelativePath=".\test_webview_delegate.cc"
259 > 259 >
260 </File> 260 </File>
261 <File 261 <File
262 RelativePath=".\test_webview_delegate.h" 262 RelativePath=".\test_webview_delegate.h"
263 > 263 >
264 </File> 264 </File>
265 <File 265 <File
266 RelativePath=".\test_webview_delegate_win.cc" 266 RelativePath=".\test_webview_delegate_win.cc"
267 > 267 >
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 </File> 376 </File>
377 <File 377 <File
378 RelativePath="..\..\glue\resource_fetcher_unitte st.cc" 378 RelativePath="..\..\glue\resource_fetcher_unitte st.cc"
379 > 379 >
380 </File> 380 </File>
381 <File 381 <File
382 RelativePath=".\text_input_controller_unittest.c c" 382 RelativePath=".\text_input_controller_unittest.c c"
383 > 383 >
384 </File> 384 </File>
385 <File 385 <File
386 RelativePath="..\..\port\platform\graphics\Unisc ribeHelper_unittest.cpp"
387 >
388 </File>
389 <File
386 RelativePath="..\..\glue\webframe_unittest.cc" 390 RelativePath="..\..\glue\webframe_unittest.cc"
387 > 391 >
388 </File> 392 </File>
389 <File 393 <File
390 RelativePath="..\..\glue\webplugin_impl_unittest .cc" 394 RelativePath="..\..\glue\webplugin_impl_unittest .cc"
391 > 395 >
392 </File> 396 </File>
393 <File 397 <File
394 RelativePath="..\..\port\platform\image-decoders \xbm\XBMImageDecoder_unittest.cpp" 398 RelativePath="..\..\port\platform\image-decoders \xbm\XBMImageDecoder_unittest.cpp"
395 > 399 >
396 </File> 400 </File>
397 </Filter> 401 </Filter>
398 </Files> 402 </Files>
399 <Globals> 403 <Globals>
400 </Globals> 404 </Globals>
401 </VisualStudioProject> 405 </VisualStudioProject>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698