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

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

Issue 2921823002: Rationalize WakeLock naming conventions (Closed)
Patch Set: fix Mac compile error Created 3 years, 7 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
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698