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", |
] |
} |