From e4584d5cb7327be5e2d76752855757a9e0c2785e Mon Sep 17 00:00:00 2001 From: serya Date: Mon, 15 Dec 2014 01:33:26 -0800 Subject: Revert of Stub for web-base client for DevTools bridge and tests (patchset #5 id:100001 of https://codereview.chromium.org/736363002/) Reason for revert: Reverting since now DevToolsBridgeClient (https://code.google.com/p/chromium/codesearch#chromium/src/chrome/browser/devtools/device/webrtc/devtools_bridge_client.h) is that WebClient supposed to be. All further code will be placed there. Original issue's description: > Stub for web-base client for DevTools bridge and tests > > This patch mostly consists of testing environment for web WebClient. While > WebClient intended to be base for a new DeviceProvider in DevTools frontend > (https://codereview.chromium.org/720133002/) it is convinient to run > tests on android. It lets to test the client directly against server > counterpart avoiding flakiness of network and cloud services. > > TBR=jochen@chromium.org > BUG=383418 > > Committed: https://crrev.com/ff7a801dfddaa22643accaf3e0df192470fb7a7b > Cr-Commit-Position: refs/heads/master@{#305131} TBR=mnaganov@chromium.org,dgozman@chromium.org NOTREECHECKS=true NOTRY=true BUG=383418 Review URL: https://codereview.chromium.org/802293002 Cr-Commit-Position: refs/heads/master@{#308329} --- components/devtools_bridge/test/android/client/DEPS | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 components/devtools_bridge/test/android/client/DEPS (limited to 'components/devtools_bridge/test/android/client/DEPS') diff --git a/components/devtools_bridge/test/android/client/DEPS b/components/devtools_bridge/test/android/client/DEPS deleted file mode 100644 index 050660e..0000000 --- a/components/devtools_bridge/test/android/client/DEPS +++ /dev/null @@ -1,4 +0,0 @@ -include_rules = [ - "+chrome", - "+jni", -] -- cgit v1.1