| Index: device/wake_lock/BUILD.gn
|
| diff --git a/device/wake_lock/BUILD.gn b/device/wake_lock/BUILD.gn
|
| index 0f7fe9db75c1aaf28665f7daddc3e66195f22b46..85cc1687616b221e69062313e0dbc8d8b2b3942b 100644
|
| --- a/device/wake_lock/BUILD.gn
|
| +++ b/device/wake_lock/BUILD.gn
|
| @@ -4,12 +4,12 @@
|
|
|
| source_set("wake_lock") {
|
| sources = [
|
| + "wake_lock.cc",
|
| + "wake_lock.h",
|
| + "wake_lock_context.cc",
|
| + "wake_lock_context.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",
|
| ]
|
|
|
| public_deps = [
|
|
|