Index: device/wake_lock/public/interfaces/BUILD.gn |
diff --git a/device/wake_lock/public/interfaces/BUILD.gn b/device/wake_lock/public/interfaces/BUILD.gn |
index 7d246c80a46fa279e03c31c87b6b9f2343151972..9e5bb012181b565b737a2051398222c1fff0e176 100644 |
--- a/device/wake_lock/public/interfaces/BUILD.gn |
+++ b/device/wake_lock/public/interfaces/BUILD.gn |
@@ -6,6 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni") |
mojom("interfaces") { |
sources = [ |
+ "wake_lock_context.mojom", |
+ "wake_lock_context_provider.mojom", |
"wake_lock_service.mojom", |
] |
} |