diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 22:22:06 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-18 22:22:06 +0000 |
commit | f58ddcfcb2ab175a15813d1e65cf1a5a9e0340d5 (patch) | |
tree | 546c124b0f0abd1f9fa94fcd9953e82cb138df2a /chrome/browser/browser.vcproj | |
parent | be5a116b8a3465308174ccc4ab63351413d6dfe7 (diff) | |
download | chromium_src-f58ddcfcb2ab175a15813d1e65cf1a5a9e0340d5.zip chromium_src-f58ddcfcb2ab175a15813d1e65cf1a5a9e0340d5.tar.gz chromium_src-f58ddcfcb2ab175a15813d1e65cf1a5a9e0340d5.tar.bz2 |
Rename RendererSecurityPolicy and move it to browser\. No code change.
Review URL: http://codereview.chromium.org/113488
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 94c5c43..1ebd1fb 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -338,6 +338,14 @@ > </File> <File + RelativePath=".\child_process_security_policy.cc" + > + </File> + <File + RelativePath=".\child_process_security_policy.h" + > + </File> + <File RelativePath=".\chrome_thread.cc" > </File> @@ -2226,14 +2234,6 @@ > </File> <File - RelativePath=".\renderer_host\renderer_security_policy.cc" - > - </File> - <File - RelativePath=".\renderer_host\renderer_security_policy.h" - > - </File> - <File RelativePath=".\renderer_host\resource_dispatcher_host.cc" > </File> |