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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/icon_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.vcproj
===================================================================
--- chrome/browser/browser.vcproj (revision 15577)
+++ chrome/browser/browser.vcproj (working copy)
@@ -378,15 +378,15 @@
>
</File>
<File
- RelativePath=".\icon_loader.h"
+ RelativePath=".\icon_loader.cc"
>
</File>
<File
- RelativePath=".\icon_loader_win.cc"
+ RelativePath=".\icon_loader.h"
>
</File>
<File
- RelativePath=".\icon_loader_win.h"
+ RelativePath=".\icon_loader_win.cc"
>
</File>
<File
@@ -398,6 +398,10 @@
>
</File>
<File
+ RelativePath=".\icon_manager_win.cc"
+ >
+ </File>
+ <File
RelativePath=".\ime_input.cc"
>
</File>
« 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