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

Unified Diff: examples/ganesh_app/DEPS

Issue 728593003: Add a sample app that draws with Ganesh (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Review comments Created 6 years, 1 month 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 | « examples/ganesh_app/BUILD.gn ('k') | examples/ganesh_app/ganesh_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ganesh_app/DEPS
diff --git a/examples/surfaces_app/DEPS b/examples/ganesh_app/DEPS
similarity index 83%
copy from examples/surfaces_app/DEPS
copy to examples/ganesh_app/DEPS
index acce9a25d729b33f636af37fafe5990d59366e2e..dcdcb8a089b64c64b7edd3a775047c3f6e54b37c 100644
--- a/examples/surfaces_app/DEPS
+++ b/examples/ganesh_app/DEPS
@@ -4,6 +4,8 @@ include_rules = [
"+gpu/GLES2",
"+gpu/command_buffer/client",
"+gpu/command_buffer/common",
+ "+gpu/skia_bindings",
+ "+skia/ext",
"+third_party/khronos/GLES2",
"+third_party/skia/include",
"+ui/gfx",
« no previous file with comments | « examples/ganesh_app/BUILD.gn ('k') | examples/ganesh_app/ganesh_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698