diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-09 18:29:54 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-09 18:29:54 +0000 |
commit | 43ebb4d08c62012d6719646edb93f44e45e01d42 (patch) | |
tree | 862e4f34be0407f98f4be59015e85953b51a8af6 /webkit/default_plugin/default_plugin.vcproj | |
parent | 235c17a4631e92a4cbd214863758165a2f573801 (diff) | |
download | chromium_src-43ebb4d08c62012d6719646edb93f44e45e01d42.zip chromium_src-43ebb4d08c62012d6719646edb93f44e45e01d42.tar.gz chromium_src-43ebb4d08c62012d6719646edb93f44e45e01d42.tar.bz2 |
Move default plugin resources into separate .h and .rc files
from the other webkit resources. I'm going to convert
webkit_resources.rc to a cross platform .grd file so I'm moving
the windows specific default plugin code into a separate file.
Review URL: http://codereview.chromium.org/17306
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/default_plugin/default_plugin.vcproj')
-rw-r--r-- | webkit/default_plugin/default_plugin.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/default_plugin/default_plugin.vcproj b/webkit/default_plugin/default_plugin.vcproj index f64f00a..b3ee9cf 100644 --- a/webkit/default_plugin/default_plugin.vcproj +++ b/webkit/default_plugin/default_plugin.vcproj @@ -134,6 +134,10 @@ > </File> <File + RelativePath=".\default_plugin_resources.h" + > + </File> + <File RelativePath=".\default_plugin_shared.h" > </File> |