summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
diff options
context:
space:
mode:
authorsergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 21:24:28 +0000
committersergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-09-19 21:24:28 +0000
commitb4e50594c117da39d9d65beed489acc3ce4cd35e (patch)
treeeb321c268adbabfc85ad3dae6931be64c2f92150 /remoting/DEPS
parentc45d12c0186dbf6a1ffdbb7cb45a15c2366d9dcf (diff)
downloadchromium_src-b4e50594c117da39d9d65beed489acc3ce4cd35e.zip
chromium_src-b4e50594c117da39d9d65beed489acc3ce4cd35e.tar.gz
chromium_src-b4e50594c117da39d9d65beed489acc3ce4cd35e.tar.bz2
Revert 224101 "Remove dependency on Skia from chromoting client."
> 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 TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/24217003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@224205 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r--remoting/DEPS4
1 files changed, 3 insertions, 1 deletions
diff --git a/remoting/DEPS b/remoting/DEPS
index 66f4af9..6e5ae99 100644
--- a/remoting/DEPS
+++ b/remoting/DEPS
@@ -15,11 +15,13 @@ 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/webrtc/modules/desktop_capture",
+ "+third_party/skia/include/core",
"+ui/base/keycodes",
]