summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
diff options
context:
space:
mode:
authorkelvinp <kelvinp@chromium.org>2014-10-29 22:02:20 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-30 05:02:40 +0000
commitb35e7dda570c077399057d21503f97670f54313b (patch)
tree389797e3594e05ca2f8d7c09422c37377a839331 /remoting/DEPS
parent4ec660f9904a722cfac0226b684cd6f4787ece07 (diff)
downloadchromium_src-b35e7dda570c077399057d21503f97670f54313b.zip
chromium_src-b35e7dda570c077399057d21503f97670f54313b.tar.gz
chromium_src-b35e7dda570c077399057d21503f97670f54313b.tar.bz2
Revert of Remote assistance on Chrome OS Part IV - It2MeHost (patchset #12 id:700001 of https://codereview.chromium.org/639233002/)
Reason for revert: Reverting due to build failure on Linux Ozone builder. http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Ozone%20Builder/builds/6011 Original issue's description: > Remote assistance on Chrome OS Part IV - It2MeHost > > This CL links the it2me host to the Chrome binary on ChromeOS > behind a flag. > The following changes are made to the it2me host so that it can be run in the browser process. > 1. Initializes SSL server sockets and specific CPU media features on ChromeOS startup. > 2. Fixes a crash in it2me shutdown by making It2meHost owns the ChromotingHostContext. > 3. Replace the blocking shutdown wait on PolicyWatcher with a callback. > Implements policy_watcher on ChromeOS using policy services. > 4. Re-use existing threads, url request context getters and policy service on ChromeOS. > 5. Fixed a incorrect DCHECK regarding the color format of the frames captured on ChromeOS. > > BUG=334087 > > Committed: https://crrev.com/54dde6f02d121ff745e66b57205583087ff720ec > Cr-Commit-Position: refs/heads/master@{#302034} TBR=jochen@chromium.org,dpolukhin@chromium.org,jamiewalch@chromium.org,kalman@chromium.org,rmsousa@chromium.org,rockot@chromium.org,wez@chromium.org,agl@chromium.org NOTREECHECKS=true NOTRY=true BUG=334087 Review URL: https://codereview.chromium.org/686373002 Cr-Commit-Position: refs/heads/master@{#302036}
Diffstat (limited to 'remoting/DEPS')
-rw-r--r--remoting/DEPS1
1 files changed, 0 insertions, 1 deletions
diff --git a/remoting/DEPS b/remoting/DEPS
index ecd11afa..8f52b3e 100644
--- a/remoting/DEPS
+++ b/remoting/DEPS
@@ -7,7 +7,6 @@ include_rules = [
# unit tests at process start.
"-net",
"+net/socket",
- "+net/url_request",
"-remoting",
"+remoting/base",