summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 22:16:21 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-25 22:16:21 +0000
commite59d6594e14b9a697098cc517f7218941e2787ff (patch)
treee04cc296501d095e24acfb5357c5af5bacebca82 /remoting/DEPS
parent1f291cd57a56e70369dc2e47e3d4be6102254102 (diff)
downloadchromium_src-e59d6594e14b9a697098cc517f7218941e2787ff.zip
chromium_src-e59d6594e14b9a697098cc517f7218941e2787ff.tar.gz
chromium_src-e59d6594e14b9a697098cc517f7218941e2787ff.tar.bz2
Remove dependency on Skia from chromoting client.
Now DesktopRegion, DesktopRect and DesktopSize are used instead of corresponding skia types. R=alexeypa@chromium.org TBR=reed@google.com (for _moved_ skia dependency) Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=224101 Review URL: https://codereview.chromium.org/23440046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225265 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r--remoting/DEPS4
1 files changed, 1 insertions, 3 deletions
diff --git a/remoting/DEPS b/remoting/DEPS
index 6e5ae99..66f4af9 100644
--- a/remoting/DEPS
+++ b/remoting/DEPS
@@ -15,13 +15,11 @@ include_rules = [
"-remoting",
"+remoting/base",
"+remoting/proto",
- "+skia/config",
- "+skia/ext",
"+third_party/GTM",
"+third_party/GTM/AppKit",
"+third_party/libjingle",
"+third_party/libvpx",
"+third_party/libyuv",
- "+third_party/skia/include/core",
+ "+third_party/webrtc/modules/desktop_capture",
"+ui/base/keycodes",
]