summaryrefslogtreecommitdiffstats
path: root/android_webview/DEPS
diff options
context:
space:
mode:
authorleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 12:20:24 +0000
committerleandrogracia@chromium.org <leandrogracia@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-04 12:20:24 +0000
commit11b426f286e9d641c2cbe075e28284ae9d952f94 (patch)
tree4ba31f147c0bbd919e8cbc8d11b4e9163c5f5924 /android_webview/DEPS
parent942f75aad836a8ae3b154289f5db27b58b5c182c (diff)
downloadchromium_src-11b426f286e9d641c2cbe075e28284ae9d952f94.zip
chromium_src-11b426f286e9d641c2cbe075e28284ae9d952f94.tar.gz
chromium_src-11b426f286e9d641c2cbe075e28284ae9d952f94.tar.bz2
[Android WebView] Prepare to simulate SW rendering with the capture picture API backend.
Introduce the required code to get SW rendering working once RenderView is able to provide the required picture piles from the compositor. BUG=167913 Review URL: https://codereview.chromium.org/11727005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/DEPS')
-rw-r--r--android_webview/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 29747ce..64297c3 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -8,6 +8,7 @@ include_rules = [
"-android_webview/lib",
"!chrome/browser/component",
+ "+cc",
"+content/components",
"+content/public/common",
"+jni",