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

Unified Diff: android_webview/test/shell/src/draw_gl/DEPS

Issue 414503004: android: Use hw acceleration in android_webview_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comments Created 6 years, 4 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/test/shell/src/draw_gl/DEPS
diff --git a/android_webview/test/shell/src/draw_gl/DEPS b/android_webview/test/shell/src/draw_gl/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..c55f31ac058d8916b61035d55386b289b83bf3da
--- /dev/null
+++ b/android_webview/test/shell/src/draw_gl/DEPS
@@ -0,0 +1,7 @@
+include_rules = [
+ # draw_gl compiles its own shared library for a single entry point
+ # for testing. Therefore it cannot depend on any other module,
+ # except for shared definitions.
+ "-android_webview",
+ "+android_webview/public/browser",
+]

Powered by Google App Engine
This is Rietveld 408576698