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

Unified Diff: examples/ganesh_app/BUILD.gn

Issue 731893002: Add a simple scheduler for animation frames (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix math 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 | « no previous file | examples/ganesh_app/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/ganesh_app/BUILD.gn
diff --git a/examples/ganesh_app/BUILD.gn b/examples/ganesh_app/BUILD.gn
index b116451f95cf713753fd52ce6aac520fd52772c0..2e0b10d130c05ea427d7e635de7ddfc95d28c991 100644
--- a/examples/ganesh_app/BUILD.gn
+++ b/examples/ganesh_app/BUILD.gn
@@ -24,6 +24,7 @@ mojo_native_application("ganesh_app") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
"//gpu/skia_bindings",
+ "//mc/scheduler",
"//mojo/application",
"//mojo/common",
"//mojo/converters/geometry",
« no previous file with comments | « no previous file | examples/ganesh_app/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698