summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
diff options
context:
space:
mode:
authorsievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 04:08:04 +0000
committersievers@chromium.org <sievers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-26 04:08:04 +0000
commitd7cf393aac07d1db221d3899b62098bcd26e2fd0 (patch)
tree5d009c371b420fe8a1a312c0b95dd3912b4bac3d /android_webview/DEPS
parentabb786b1feaabd3318a436fac1245d978581fad1 (diff)
downloadchromium_src-d7cf393aac07d1db221d3899b62098bcd26e2fd0.zip
chromium_src-d7cf393aac07d1db221d3899b62098bcd26e2fd0.tar.gz
chromium_src-d7cf393aac07d1db221d3899b62098bcd26e2fd0.tar.bz2
Factor out code from WebGraphicsContext3DInProcessImpl
Move the internal GLInProcessContext class to gpu/command_buffer/client. This works towards these goals: - Unifying the WGC3D impls to be able to have one unified class that is simply a shim from WGC3D to GLES2 - Factor out the in-process version so that non-webkit code can use it without depending on webkit TBR=jamesr@chromium.org, piman@chromium.org Review URL: https://codereview.chromium.org/16851003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208612 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r--android_webview/DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 02d8ca9..5f848d2 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -7,8 +7,8 @@ include_rules = [
# lib is the top-level target, and must remain a leaf in the dependency tree.
"-android_webview/lib",
- "!chrome/browser/component",
"+content/public/common",
+ "+gpu/command_buffer/client",
"+jni",
"+net",
"+skia",