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

Unified Diff: base/build/base_gfx.vcproj

Issue 19632: Make WebContentsView portable by using the native view types. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 11 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/tab_contents/web_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/build/base_gfx.vcproj
===================================================================
--- base/build/base_gfx.vcproj (revision 8803)
+++ base/build/base_gfx.vcproj (working copy)
@@ -122,19 +122,19 @@
</References>
<Files>
<File
- RelativePath="..\gfx\jpeg_codec.cc"
+ RelativePath="..\gfx\gdi_util.cc"
>
</File>
<File
- RelativePath="..\gfx\jpeg_codec.h"
+ RelativePath="..\gfx\gdi_util.h"
>
</File>
<File
- RelativePath="..\gfx\gdi_util.cc"
+ RelativePath="..\gfx\jpeg_codec.cc"
>
</File>
<File
- RelativePath="..\gfx\gdi_util.h"
+ RelativePath="..\gfx\jpeg_codec.h"
>
</File>
<File
@@ -146,6 +146,10 @@
>
</File>
<File
+ RelativePath="..\gfx\native_widget_types.h"
+ >
+ </File>
+ <File
RelativePath="..\gfx\png_decoder.cc"
>
</File>
« no previous file with comments | « no previous file | chrome/browser/tab_contents/web_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698