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

Side by Side Diff: chrome/browser/browser.vcproj

Issue 113120: stub impl of linux,mac icon loader/manager (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: style fixes 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/icon_loader.h » ('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="browser" 5 Name="browser"
6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}" 6 ProjectGUID="{5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA}"
7 RootNamespace="Browser" 7 RootNamespace="Browser"
8 Keyword="Win32Proj" 8 Keyword="Win32Proj"
9 > 9 >
10 <Platforms> 10 <Platforms>
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 </File> 371 </File>
372 <File 372 <File
373 RelativePath=".\google_util.cc" 373 RelativePath=".\google_util.cc"
374 > 374 >
375 </File> 375 </File>
376 <File 376 <File
377 RelativePath=".\google_util.h" 377 RelativePath=".\google_util.h"
378 > 378 >
379 </File> 379 </File>
380 <File 380 <File
381 RelativePath=".\icon_loader.cc"
382 >
383 </File>
384 <File
381 RelativePath=".\icon_loader.h" 385 RelativePath=".\icon_loader.h"
382 > 386 >
383 </File> 387 </File>
384 <File 388 <File
385 RelativePath=".\icon_loader_win.cc" 389 RelativePath=".\icon_loader_win.cc"
386 > 390 >
387 </File> 391 </File>
388 <File 392 <File
389 RelativePath=".\icon_loader_win.h"
390 >
391 </File>
392 <File
393 RelativePath=".\icon_manager.cc" 393 RelativePath=".\icon_manager.cc"
394 > 394 >
395 </File> 395 </File>
396 <File 396 <File
397 RelativePath=".\icon_manager.h" 397 RelativePath=".\icon_manager.h"
398 > 398 >
399 </File> 399 </File>
400 <File 400 <File
401 RelativePath=".\icon_manager_win.cc"
402 >
403 </File>
404 <File
401 RelativePath=".\ime_input.cc" 405 RelativePath=".\ime_input.cc"
402 > 406 >
403 </File> 407 </File>
404 <File 408 <File
405 RelativePath=".\ime_input.h" 409 RelativePath=".\ime_input.h"
406 > 410 >
407 </File> 411 </File>
408 <File 412 <File
409 RelativePath=".\input_window_dialog.h" 413 RelativePath=".\input_window_dialog.h"
410 > 414 >
(...skipping 2244 matching lines...) Expand 10 before | Expand all | Expand 10 after
2655 > 2659 >
2656 </File> 2660 </File>
2657 <File 2661 <File
2658 RelativePath=".\toolbar_model.h" 2662 RelativePath=".\toolbar_model.h"
2659 > 2663 >
2660 </File> 2664 </File>
2661 </Files> 2665 </Files>
2662 <Globals> 2666 <Globals>
2663 </Globals> 2667 </Globals>
2664 </VisualStudioProject> 2668 </VisualStudioProject>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/icon_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698