diff options
author | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 10:21:27 +0000 |
---|---|---|
committer | pfeldman@chromium.org <pfeldman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 10:21:27 +0000 |
commit | abccbb1e57a21250d0d49d13f08ef831ea90fa88 (patch) | |
tree | 6de36af42e7cdee3c52a25be79443957974789b8 /webkit/tools/test_shell/test_shell_tests.vcproj | |
parent | b2560399d564304724126f182837ac161cf38337 (diff) | |
download | chromium_src-abccbb1e57a21250d0d49d13f08ef831ea90fa88.zip chromium_src-abccbb1e57a21250d0d49d13f08ef831ea90fa88.tar.gz chromium_src-abccbb1e57a21250d0d49d13f08ef831ea90fa88.tar.bz2 |
- Provide Rpc classes with unique ids so that their message id spaces do not intersect;
- Implement tests for DevToolsRpc
- Do not import PlatformString in headers
Review URL: http://codereview.chromium.org/43141
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11626 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell_tests.vcproj')
-rw-r--r-- | webkit/tools/test_shell/test_shell_tests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell_tests.vcproj b/webkit/tools/test_shell/test_shell_tests.vcproj index 524aee8..1f6cdf7 100644 --- a/webkit/tools/test_shell/test_shell_tests.vcproj +++ b/webkit/tools/test_shell/test_shell_tests.vcproj @@ -335,6 +335,10 @@ > </File> <File + RelativePath="..\..\glue\devtools\devtools_rpc_unittest.cc" + > + </File> + <File RelativePath="..\..\glue\devtools\dom_agent_unittest.cc" > </File> |