summaryrefslogtreecommitdiffstats
path: root/android_webview/common/DEPS
diff options
context:
space:
mode:
authorkaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-08 20:38:15 +0000
committerkaanb@chromium.org <kaanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-08 20:38:15 +0000
commit73ae0f3ea90c5913d66f88b69b4c0c62bec48781 (patch)
tree0037c030e2b2761cd1dc907692a6a9f6d366ffd2 /android_webview/common/DEPS
parent95051d774a3f4e8266bb75310db5d9e053134a0a (diff)
downloadchromium_src-73ae0f3ea90c5913d66f88b69b4c0c62bec48781.zip
chromium_src-73ae0f3ea90c5913d66f88b69b4c0c62bec48781.tar.gz
chromium_src-73ae0f3ea90c5913d66f88b69b4c0c62bec48781.tar.bz2
android_webview: changes to support Android GraphicBuffers
BUG=175012 Review URL: https://chromiumcodereview.appspot.com/13135004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192882 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/common/DEPS')
-rw-r--r--android_webview/common/DEPS2
1 files changed, 2 insertions, 0 deletions
diff --git a/android_webview/common/DEPS b/android_webview/common/DEPS
index d0f9352..cbef04a 100644
--- a/android_webview/common/DEPS
+++ b/android_webview/common/DEPS
@@ -1,4 +1,6 @@
include_rules = [
"-android_webview",
"+android_webview/common",
+
+ "+ui/gl/gpu_memory_buffer.h",
]