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

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: 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
« no previous file with comments | « android_webview/test/shell/AndroidManifest.xml ('k') | android_webview/test/shell/src/draw_gl/draw_gl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+]
« no previous file with comments | « android_webview/test/shell/AndroidManifest.xml ('k') | android_webview/test/shell/src/draw_gl/draw_gl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698