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

Unified Diff: device/wake_lock/public/interfaces/BUILD.gn

Issue 2734943003: Device Service: Decouple Wake Lock from //content (Closed)
Patch Set: Rebase Created 3 years, 9 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 | « device/wake_lock/BUILD.gn ('k') | device/wake_lock/public/interfaces/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « device/wake_lock/BUILD.gn ('k') | device/wake_lock/public/interfaces/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698