Moving chromoting browser_tests to chrome/test.
commitd43097897412d64ee7978c032842cc6ef12c415c
authorweitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 15 Oct 2013 10:58:17 +0000 (15 10:58 +0000)
committerweitaosu@chromium.org <weitaosu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Tue, 15 Oct 2013 10:58:17 +0000 (15 10:58 +0000)
tree2e61f316d23fc5d1a24b85b650be8fdcdf2de9c4
parent83fc55e4c8c0da1e74d2efde3818de9876f283ad
Moving chromoting browser_tests to chrome/test.

Moving chromoting browser_tests per the suggestion from jam. Chrome is a leaf component thus shouldn't be depended on by remoting.

The code is unchanged except that:
1. The references to the remoting/test paths are updated.
2. I added an OWNERS file
3. chrome entries in the DEPS file are removed.

BUG=

Review URL: https://codereview.chromium.org/26695006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228663 0039d316-1c4b-4281-b951-d872f2087c98
14 files changed:
chrome/chrome_tests.gypi
chrome/test/remoting/DEPS [new file with mode: 0644]
chrome/test/remoting/OWNERS [new file with mode: 0644]
chrome/test/remoting/auth_browsertest.cc [moved from remoting/test/auth_browsertest.cc with 87% similarity]
chrome/test/remoting/key_code_conv.cc [moved from remoting/test/key_code_conv.cc with 89% similarity]
chrome/test/remoting/key_code_conv.h [moved from remoting/test/key_code_conv.h with 84% similarity]
chrome/test/remoting/key_code_map.h [moved from remoting/test/key_code_map.h with 96% similarity]
chrome/test/remoting/launch_browsertest.cc [moved from remoting/test/launch_browsertest.cc with 85% similarity]
chrome/test/remoting/me2me_browsertest.cc [moved from remoting/test/me2me_browsertest.cc with 96% similarity]
chrome/test/remoting/remote_desktop_browsertest.cc [moved from remoting/test/remote_desktop_browsertest.cc with 99% similarity]
chrome/test/remoting/remote_desktop_browsertest.h [moved from remoting/test/remote_desktop_browsertest.h with 98% similarity]
chrome/test/remoting/waiter.cc [moved from remoting/test/waiter.cc with 97% similarity]
chrome/test/remoting/waiter.h [moved from remoting/test/waiter.h with 91% similarity]
remoting/test/DEPS [deleted file]