diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-19 10:31:21 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-19 10:31:21 +0000 |
commit | 228b46159d1189b6b724533111d54b97dcd046e3 (patch) | |
tree | 4e60e41e5d53ec7d72fd38bdad8aed68409babc0 /remoting/DEPS | |
parent | 3e8d64d8d02af43c169f1074a90d7977bb21a793 (diff) | |
download | chromium_src-228b46159d1189b6b724533111d54b97dcd046e3.zip chromium_src-228b46159d1189b6b724533111d54b97dcd046e3.tar.gz chromium_src-228b46159d1189b6b724533111d54b97dcd046e3.tar.bz2 |
Remove dependency on Skia from chromoting client.
Now DesktopRegion, DesktopRect and DesktopSize are used instead of
corresponding skia types.
TBR=reed@google.com (for _moved_ skia dependency)
Review URL: https://chromiumcodereview.appspot.com/23440046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 4 |
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", ] |