diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:39:23 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 00:39:23 +0000 |
commit | a5da0aa93ab70006854396439e47c795716664c2 (patch) | |
tree | 406ec34ecae757f3e43f813af40a21e8e9aeb9de /app/app.vcproj | |
parent | acc9a6def1c4c7d8b54149667e0c476d0c85a8f4 (diff) | |
download | chromium_src-a5da0aa93ab70006854396439e47c795716664c2.zip chromium_src-a5da0aa93ab70006854396439e47c795716664c2.tar.gz chromium_src-a5da0aa93ab70006854396439e47c795716664c2.tar.bz2 |
Move chrome_canvas to app/gfx
http://crbug.com/11387
Review URL: http://codereview.chromium.org/113011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15361 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.vcproj')
-rw-r--r-- | app/app.vcproj | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app/app.vcproj b/app/app.vcproj index c4c489c..e4e2162 100644 --- a/app/app.vcproj +++ b/app/app.vcproj @@ -121,6 +121,22 @@ <References>
</References>
<Files>
+ <Filter
+ Name="gfx"
+ >
+ <File
+ RelativePath=".\gfx\chrome_canvas.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\chrome_canvas.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\chrome_canvas_win.cc"
+ >
+ </File>
+ </Filter>
<File
RelativePath=".\animation.cc"
>
|