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

Unified Diff: device/wake_lock/BUILD.gn

Issue 2883903002: Add service unittest for WakeLockServiceImpl. (Closed)
Patch Set: Add FakeWakeLockServiceImpl. 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/BUILD.gn
diff --git a/device/wake_lock/BUILD.gn b/device/wake_lock/BUILD.gn
index 0f7fe9db75c1aaf28665f7daddc3e66195f22b46..8415b6b82b78adb433f819977b5ed6d9d183c8d1 100644
--- a/device/wake_lock/BUILD.gn
+++ b/device/wake_lock/BUILD.gn
@@ -4,6 +4,8 @@
source_set("wake_lock") {
sources = [
+ "fake_wake_lock_service_impl.cc",
+ "fake_wake_lock_service_impl.h",
"wake_lock_provider.cc",
"wake_lock_provider.h",
"wake_lock_service_context.cc",
« no previous file with comments | « no previous file | device/wake_lock/fake_wake_lock_service_impl.h » ('j') | device/wake_lock/fake_wake_lock_service_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698