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

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

Issue 100144: Move simple_clipboard_impl.cc to webkit/tools/test_shell where it belongs. (Closed)
Patch Set: vcproj Created 11 years, 7 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 | « webkit/tools/test_shell/test_shell.gyp ('k') | webkit/tools/test_shell/test_shell_tests.vcproj » ('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="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" 5 Name="test_shell"
6 ProjectGUID="{FA39524D-3067-4141-888D-28A86C66F2B9}" 6 ProjectGUID="{FA39524D-3067-4141-888D-28A86C66F2B9}"
7 RootNamespace="test_shell" 7 RootNamespace="test_shell"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 </File> 243 </File>
244 <File 244 <File
245 RelativePath=".\mock_webclipboard_impl.cc" 245 RelativePath=".\mock_webclipboard_impl.cc"
246 > 246 >
247 </File> 247 </File>
248 <File 248 <File
249 RelativePath=".\mock_webclipboard_impl.h" 249 RelativePath=".\mock_webclipboard_impl.h"
250 > 250 >
251 </File> 251 </File>
252 <File 252 <File
253 » » » RelativePath="..\..\glue\simple_clipboard_impl.cc" 253 » » » RelativePath=".\simple_clipboard_impl.cc"
254 > 254 >
255 </File> 255 </File>
256 <File 256 <File
257 RelativePath=".\simple_resource_loader_bridge.cc" 257 RelativePath=".\simple_resource_loader_bridge.cc"
258 > 258 >
259 </File> 259 </File>
260 <File 260 <File
261 RelativePath=".\test_navigation_controller.cc" 261 RelativePath=".\test_navigation_controller.cc"
262 > 262 >
263 </File> 263 </File>
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 > 350 >
351 </File> 351 </File>
352 <File 352 <File
353 RelativePath=".\webwidget_host_win.cc" 353 RelativePath=".\webwidget_host_win.cc"
354 > 354 >
355 </File> 355 </File>
356 </Files> 356 </Files>
357 <Globals> 357 <Globals>
358 </Globals> 358 </Globals>
359 </VisualStudioProject> 359 </VisualStudioProject>
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell.gyp ('k') | webkit/tools/test_shell/test_shell_tests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698