Index: sky/services/testing/BUILD.gn |
diff --git a/sky/services/testing/BUILD.gn b/sky/services/testing/BUILD.gn |
index affd0c34be07bdbe1fe7064ed1d73c9195a40fe6..00b747381826547c8b8f789f34cc571940fb6754 100644 |
--- a/sky/services/testing/BUILD.gn |
+++ b/sky/services/testing/BUILD.gn |
@@ -9,6 +9,8 @@ mojom("bindings") { |
"test_harness.mojom", |
] |
+ import_dirs = [ get_path_info("../../../mojo/services", "abspath") ] |
+ |
deps = [ |
"//mojo/services/input_events/public/interfaces", |
] |