diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 05:23:47 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-11 05:23:47 +0000 |
commit | 2db534007e92ba616b61e7a65f76e738151620f5 (patch) | |
tree | 9057712927d66f7e29e2981840cc86304e3d2d59 /remoting/DEPS | |
parent | 274e372af7a6d457e4773fdce215e3e6d70efcea (diff) | |
download | chromium_src-2db534007e92ba616b61e7a65f76e738151620f5.zip chromium_src-2db534007e92ba616b61e7a65f76e738151620f5.tar.gz chromium_src-2db534007e92ba616b61e7a65f76e738151620f5.tar.bz2 |
Revert 96327 - Switch over to using SkRegions to calculate dirty areas.
BUG=91619
TEST=Set up a remoting sesssion and make sure it works.
Review URL: http://codereview.chromium.org/7491070
TBR=dmaclach@chromium.org
Review URL: http://codereview.chromium.org/7622002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96328 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/DEPS')
-rw-r--r-- | remoting/DEPS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/remoting/DEPS b/remoting/DEPS index 89f92b7..324f7a5 100644 --- a/remoting/DEPS +++ b/remoting/DEPS @@ -5,9 +5,6 @@ include_rules = [ "-remoting", "+remoting/base", "+remoting/proto", - "+skia/config", - "+skia/ext", "+third_party/GTM", "+third_party/GTM/AppKit", - "+third_party/skia/include/core", ] |