summaryrefslogtreecommitdiffstats
path: root/remoting/DEPS
diff options
context:
space:
mode:
authordmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-12 22:01:13 +0000
committerdmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-08-12 22:01:13 +0000
commitdc454a7c429cf732487a0cfacffd36f93effd531 (patch)
tree3f0d30a3b05fbbf369e023ea0b24e3dc9902ce30 /remoting/DEPS
parent6d5d33bf9871f9e89260002f3ec09678d45129fa (diff)
downloadchromium_src-dc454a7c429cf732487a0cfacffd36f93effd531.zip
chromium_src-dc454a7c429cf732487a0cfacffd36f93effd531.tar.gz
chromium_src-dc454a7c429cf732487a0cfacffd36f93effd531.tar.bz2
Switch over to using SkRegions to calculate dirty areas.
BUG=91619 TEST=Set up a remoting sesssion and make sure it works. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96327 Review URL: http://codereview.chromium.org/7491070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96632 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r--remoting/DEPS3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/DEPS b/remoting/DEPS
index 324f7a5..89f92b7 100644
--- a/remoting/DEPS
+++ b/remoting/DEPS
@@ -5,6 +5,9 @@ include_rules = [
"-remoting",
"+remoting/base",
"+remoting/proto",
+ "+skia/config",
+ "+skia/ext",
"+third_party/GTM",
"+third_party/GTM/AppKit",
+ "+third_party/skia/include/core",
]