diff options
author | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-03 19:53:13 +0000 |
---|---|---|
committer | aa@google.com <aa@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-03 19:53:13 +0000 |
commit | e66546fb07e258ee2cce63978dccddca70e46aa1 (patch) | |
tree | 31e10e0c16e0825a37814f75cbb3ae69d461cd42 /chrome/test | |
parent | 592ea8ca5746b0f4630ea3313a8bc85dbeaba389 (diff) | |
download | chromium_src-e66546fb07e258ee2cce63978dccddca70e46aa1.zip chromium_src-e66546fb07e258ee2cce63978dccddca70e46aa1.tar.gz chromium_src-e66546fb07e258ee2cce63978dccddca70e46aa1.tar.bz2 |
Add support for @include in Greasemonkey scripts.
Review URL: http://codereview.chromium.org/8020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4478 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index 9f685e9..2c9a057 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -1007,12 +1007,16 @@ </File> </Filter> <Filter - Name="TestGreasemonkeyMaster" + Name="TestGreasemonkey" > <File RelativePath="..\..\browser\greasemonkey_master_unittest.cc" > </File> + <File + RelativePath="..\..\renderer\greasemonkey_slave_unittest.cc" + > + </File> </Filter> </Files> <Globals> |