| Index: device/wake_lock/BUILD.gn
|
| diff --git a/device/wake_lock/BUILD.gn b/device/wake_lock/BUILD.gn
|
| index 99695b14f02631cd93df4bc81f1470d10da5523a..8bc5b18eefed0dcb89faf35b5826acdc3c17dc26 100644
|
| --- a/device/wake_lock/BUILD.gn
|
| +++ b/device/wake_lock/BUILD.gn
|
| @@ -4,14 +4,14 @@
|
|
|
| source_set("wake_lock") {
|
| sources = [
|
| + "wake_lock.cc",
|
| + "wake_lock.h",
|
| + "wake_lock_context.cc",
|
| + "wake_lock_context.h",
|
| + "wake_lock_for_testing.cc",
|
| + "wake_lock_for_testing.h",
|
| "wake_lock_provider.cc",
|
| "wake_lock_provider.h",
|
| - "wake_lock_service_context.cc",
|
| - "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 = [
|
|
|