diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 23:32:26 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-19 23:32:26 +0000 |
commit | c2b67266ba9a8ac0bc22a3c67966fe008dd2a20c (patch) | |
tree | f0843451080d180f7d344c85d4f2908d7e2c57e8 /chrome/test/browser | |
parent | 98f5ea69fed3f2f39646acdffd76baeac4a6a7df (diff) | |
download | chromium_src-c2b67266ba9a8ac0bc22a3c67966fe008dd2a20c.zip chromium_src-c2b67266ba9a8ac0bc22a3c67966fe008dd2a20c.tar.gz chromium_src-c2b67266ba9a8ac0bc22a3c67966fe008dd2a20c.tar.bz2 |
Move the ChildProcessSecurityPolicy browser test to the browser_tests dll.
Review URL: http://codereview.chromium.org/115544
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/browser')
-rw-r--r-- | chrome/test/browser/browser_tests_dll.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/test/browser/browser_tests_dll.vcproj b/chrome/test/browser/browser_tests_dll.vcproj index b531402..4013695 100644 --- a/chrome/test/browser/browser_tests_dll.vcproj +++ b/chrome/test/browser/browser_tests_dll.vcproj @@ -298,6 +298,14 @@ >
</File>
</Filter>
+ <Filter
+ Name="TestChildProcessSecurityPolicy"
+ >
+ <File
+ RelativePath="..\..\browser\child_process_security_policy_browser_test.cc"
+ >
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
|