diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 20:14:45 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-28 20:14:45 +0000 |
commit | ef85d47f1a76de6a2832607b7d80c45b5c662e65 (patch) | |
tree | b8a40f567be4abbe9f611ac4b9d9a509573c70de /base/build/base_gfx.vcproj | |
parent | 90b59b78afc61c68536a30afb526628c2891731b (diff) | |
download | chromium_src-ef85d47f1a76de6a2832607b7d80c45b5c662e65.zip chromium_src-ef85d47f1a76de6a2832607b7d80c45b5c662e65.tar.gz chromium_src-ef85d47f1a76de6a2832607b7d80c45b5c662e65.tar.bz2 |
Make WebContentsView portable by using the native view types.
Review URL: http://codereview.chromium.org/19632
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8819 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build/base_gfx.vcproj')
-rw-r--r-- | base/build/base_gfx.vcproj | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/base/build/base_gfx.vcproj b/base/build/base_gfx.vcproj index b19945a..998fcb0 100644 --- a/base/build/base_gfx.vcproj +++ b/base/build/base_gfx.vcproj @@ -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> |