Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2450)

Unified Diff: android_webview/renderer/DEPS

Issue 13135004: android_webview: changes to support Android GraphicBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix comments in ui/gl/pixel_buffer.h Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/renderer/DEPS
diff --git a/android_webview/renderer/DEPS b/android_webview/renderer/DEPS
index 31b0defdd052e9c0f3c5f1f1fa8610e547aff718..4bc70069b7b091c97e5b9922d20a49d65668be05 100644
--- a/android_webview/renderer/DEPS
+++ b/android_webview/renderer/DEPS
@@ -6,7 +6,9 @@ include_rules = [
"+components/visitedlink/renderer",
"+content/public/renderer",
-
+
"+third_party/WebKit/Source/WebKit/chromium/public",
"+third_party/WebKit/Source/Platform/chromium/public",
+
+ "+ui/gl/pixel_buffer.h",
]

Powered by Google App Engine
This is Rietveld 408576698