Chromium Code Reviews| 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 = [ |