diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 02:23:31 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-06 02:23:31 +0000 |
commit | 3712621396b5ffa5572bc5c0728a63efe9f7476e (patch) | |
tree | a55fc85f01bafbe1ae86e43c5f1ce9638db5b621 /app/app.vcproj | |
parent | af9a8c86fc50e8d789bf795347302e6c94ad6854 (diff) | |
download | chromium_src-3712621396b5ffa5572bc5c0728a63efe9f7476e.zip chromium_src-3712621396b5ffa5572bc5c0728a63efe9f7476e.tar.gz chromium_src-3712621396b5ffa5572bc5c0728a63efe9f7476e.tar.bz2 |
Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_flags, os_exchange_data to src/app
http://crbug.com/11387
Review URL: http://codereview.chromium.org/115012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'app/app.vcproj')
-rw-r--r-- | app/app.vcproj | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/app/app.vcproj b/app/app.vcproj index aeee826..ad6a6eb 100644 --- a/app/app.vcproj +++ b/app/app.vcproj @@ -144,6 +144,30 @@ RelativePath=".\gfx\chrome_font_win.cc"
>
</File>
+ <File
+ RelativePath=".\gfx\favicon_size.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\icon_util.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\icon_util.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\insets.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\path.h"
+ >
+ </File>
+ <File
+ RelativePath=".\gfx\path_win.cc"
+ >
+ </File>
</Filter>
<File
RelativePath=".\animation.cc"
@@ -154,6 +178,14 @@ >
</File>
<File
+ RelativePath=".\drag_drop_types.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\drag_drop_types.h"
+ >
+ </File>
+ <File
RelativePath=".\l10n_util.cc"
>
</File>
@@ -170,6 +202,18 @@ >
</File>
<File
+ RelativePath=".\message_box_flags.h"
+ >
+ </File>
+ <File
+ RelativePath=".\os_exchange_data.cc"
+ >
+ </File>
+ <File
+ RelativePath=".\os_exchange_data.h"
+ >
+ </File>
+ <File
RelativePath=".\resource_bundle.cc"
>
</File>
|