summaryrefslogtreecommitdiffstats
path: root/cc/DEPS
diff options
context:
space:
mode:
authorskaslev@chromium.org <skaslev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-13 23:59:50 +0000
committerskaslev@chromium.org <skaslev@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-13 23:59:50 +0000
commit79a1be5675c89e740725d52fb56ba0295f3333be (patch)
treeb22a153b187201e563cf16e91f1e46bf7ef4a33a /cc/DEPS
parent490ccaf2705fcda0afeefb717a023aa5e1fe8076 (diff)
downloadchromium_src-79a1be5675c89e740725d52fb56ba0295f3333be.zip
chromium_src-79a1be5675c89e740725d52fb56ba0295f3333be.tar.gz
chromium_src-79a1be5675c89e740725d52fb56ba0295f3333be.tar.bz2
Have a common implementation of cc::OutputSurface instead of multiple duplicated ones.
Review URL: https://codereview.chromium.org/12041062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182345 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/DEPS')
-rw-r--r--cc/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/DEPS b/cc/DEPS
index 0de56aa..6c793cd 100644
--- a/cc/DEPS
+++ b/cc/DEPS
@@ -9,4 +9,6 @@ include_rules = [
"+ui/gl",
# TODO(danakj): Drop dependencies on WebKit Platform API from cc.
"+third_party/WebKit/Source/Platform/chromium/public",
+# TODO(jamesr): Remove once cc depends on GLES2Interface instead of WGC3D
+ "+webkit/gpu",
]