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

Unified Diff: device/wake_lock/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/BUILD.gn ('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 3ba8339e324f45109e96de29cac14bb7bd4dec90..99febb8bb1d22dc4d9de82e514703612a402658c 100644
--- a/device/wake_lock/BUILD.gn
+++ b/device/wake_lock/BUILD.gn
@@ -4,6 +4,8 @@
source_set("wake_lock") {
sources = [
+ "wake_lock_context_provider.cc",
+ "wake_lock_context_provider.h",
"wake_lock_service_context.cc",
"wake_lock_service_context.h",
"wake_lock_service_impl.cc",
« no previous file with comments | « device/BUILD.gn ('k') | device/wake_lock/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698