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

Unified Diff: device/wake_lock/BUILD.gn

Issue 2874013002: Add GetWakeLockWithoutContext() in WakeLockContextProvider mojo interface. (Closed)
Patch Set: Add GetWakeLockWithoutContext in WakeLockContextProvider mojo interface. 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
« no previous file with comments | « content/browser/wake_lock/wake_lock_context_host.cc ('k') | device/wake_lock/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/wake_lock/BUILD.gn
diff --git a/device/wake_lock/BUILD.gn b/device/wake_lock/BUILD.gn
index 99febb8bb1d22dc4d9de82e514703612a402658c..0f7fe9db75c1aaf28665f7daddc3e66195f22b46 100644
--- a/device/wake_lock/BUILD.gn
+++ b/device/wake_lock/BUILD.gn
@@ -4,8 +4,8 @@
source_set("wake_lock") {
sources = [
- "wake_lock_context_provider.cc",
- "wake_lock_context_provider.h",
+ "wake_lock_provider.cc",
+ "wake_lock_provider.h",
"wake_lock_service_context.cc",
"wake_lock_service_context.h",
"wake_lock_service_impl.cc",
« no previous file with comments | « content/browser/wake_lock/wake_lock_context_host.cc ('k') | device/wake_lock/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698