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

Unified Diff: device/wake_lock/BUILD.gn

Issue 2883903002: Add service unittest for WakeLockServiceImpl. (Closed)
Patch Set: Rename Fake* to *ForTesting 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 | « no previous file | device/wake_lock/wake_lock_provider.h » ('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 0f7fe9db75c1aaf28665f7daddc3e66195f22b46..99695b14f02631cd93df4bc81f1470d10da5523a 100644
--- a/device/wake_lock/BUILD.gn
+++ b/device/wake_lock/BUILD.gn
@@ -10,6 +10,8 @@ source_set("wake_lock") {
"wake_lock_service_context.h",
"wake_lock_service_impl.cc",
"wake_lock_service_impl.h",
+ "wake_lock_service_impl_for_testing.cc",
+ "wake_lock_service_impl_for_testing.h",
]
public_deps = [
« no previous file with comments | « no previous file | device/wake_lock/wake_lock_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698