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

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

Issue 2921823002: Rationalize WakeLock naming conventions (Closed)
Patch Set: rebase Created 3 years, 6 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/wake_lock.mojom » ('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 d5de08a1f28f32a091933159b46ae2c690c633fa..d6faa7121f5d7e1ea02367e4146e9e1f0d09b5cf 100644
--- a/device/wake_lock/public/interfaces/BUILD.gn
+++ b/device/wake_lock/public/interfaces/BUILD.gn
@@ -6,8 +6,8 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
+ "wake_lock.mojom",
"wake_lock_context.mojom",
"wake_lock_provider.mojom",
- "wake_lock_service.mojom",
]
}
« no previous file with comments | « device/wake_lock/BUILD.gn ('k') | device/wake_lock/public/interfaces/wake_lock.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698