| Index: components/arc/BUILD.gn
|
| diff --git a/components/arc/BUILD.gn b/components/arc/BUILD.gn
|
| index 1850c05242f2f8c2fd6f235c6f9bfcfca4d2e4f1..9623523e2da1cccd0bfab373965baecfba37bb67 100644
|
| --- a/components/arc/BUILD.gn
|
| +++ b/components/arc/BUILD.gn
|
| @@ -103,10 +103,10 @@ static_library("arc_base") {
|
| "arc_service.h",
|
| "arc_session.cc",
|
| "arc_session.h",
|
| - "arc_session_observer.cc",
|
| - "arc_session_observer.h",
|
| "arc_session_runner.cc",
|
| "arc_session_runner.h",
|
| + "arc_stop_reason.cc",
|
| + "arc_stop_reason.h",
|
| "arc_util.cc",
|
| "arc_util.h",
|
| "instance_holder.h",
|
|
|