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

Unified Diff: services/gfx/compositor/BUILD.gn

Issue 1997513002: Mozart: Generalize frame scheduling. (Closed) Base URL: git@github.com:domokit/mojo.git@moz-jank2
Patch Set: add comments Created 4 years, 7 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 | « mojo/ui/choreographer.cc ('k') | services/gfx/compositor/backend/gpu_output.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/gfx/compositor/BUILD.gn
diff --git a/services/gfx/compositor/BUILD.gn b/services/gfx/compositor/BUILD.gn
index 40250f036875108683e5e08f19a7cfa9baae9916..d03b6ce8e1fc06a151f7ce467dce2b24ebed2d12 100644
--- a/services/gfx/compositor/BUILD.gn
+++ b/services/gfx/compositor/BUILD.gn
@@ -22,6 +22,8 @@ source_set("common") {
"compositor_engine.h",
"compositor_impl.cc",
"compositor_impl.h",
+ "frame_dispatcher.cc",
+ "frame_dispatcher.h",
"graph/nodes.cc",
"graph/nodes.h",
"graph/resources.cc",
@@ -91,12 +93,15 @@ mojo_native_application("apptests") {
sources = [
"backend/vsync_scheduler_unittest.cc",
+ "tests/scheduling_apptest.cc",
]
deps = [
":common",
"//base/test:test_support",
"//mojo/application:test_support",
+ "//mojo/services/gfx/composition/interfaces:interfaces_sync",
+ "//mojo/services/native_viewport/interfaces",
"//testing/gtest",
]
}
« no previous file with comments | « mojo/ui/choreographer.cc ('k') | services/gfx/compositor/backend/gpu_output.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698