summaryrefslogtreecommitdiffstats
path: root/chrome/test/unit
diff options
context:
space:
mode:
authorevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-28 17:25:25 +0000
committerevanm@google.com <evanm@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-28 17:25:25 +0000
commit04fba9a91d7f46a517f67e1f3f10625ba589b8cc (patch)
treeca6581ca8d4a70ed21f3331c5510958993333416 /chrome/test/unit
parent6a32e8ffd786f1d8da89fba7ca72f2ed3cf5209b (diff)
downloadchromium_src-04fba9a91d7f46a517f67e1f3f10625ba589b8cc.zip
chromium_src-04fba9a91d7f46a517f67e1f3f10625ba589b8cc.tar.gz
chromium_src-04fba9a91d7f46a517f67e1f3f10625ba589b8cc.tar.bz2
- Make user script loading asynchronous on the file thread.
- Automatically reload scripts when the directory changes. - Add a unit test for the GreasemonkeyMaster. Review URL: http://codereview.chromium.org/7472 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4069 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/unit')
-rw-r--r--chrome/test/unit/unittests.vcproj18
1 files changed, 13 insertions, 5 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj
index 12b44e7..3673ffc 100644
--- a/chrome/test/unit/unittests.vcproj
+++ b/chrome/test/unit/unittests.vcproj
@@ -186,23 +186,23 @@
>
</File>
<File
- RelativePath="..\testing_browser_process.h"
+ RelativePath="..\test_tab_contents.cc"
>
</File>
<File
- RelativePath="..\testing_profile.cc"
+ RelativePath="..\test_tab_contents.h"
>
</File>
<File
- RelativePath="..\testing_profile.h"
+ RelativePath="..\testing_browser_process.h"
>
</File>
<File
- RelativePath="..\test_tab_contents.cc"
+ RelativePath="..\testing_profile.cc"
>
</File>
<File
- RelativePath="..\test_tab_contents.h"
+ RelativePath="..\testing_profile.h"
>
</File>
<File
@@ -1002,6 +1002,14 @@
>
</File>
</Filter>
+ <Filter
+ Name="TestGreasemonkeyMaster"
+ >
+ <File
+ RelativePath="..\..\browser\greasemonkey_master_unittest.cc"
+ >
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>