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

Unified Diff: components/arc/BUILD.gn

Issue 2720303002: Do nothing on OnSessionStopped if ARC is being restarted. (Closed)
Patch Set: Address comments. Created 3 years, 10 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
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",
« no previous file with comments | « chrome/browser/chromeos/arc/notification/arc_boot_error_notification.cc ('k') | components/arc/arc_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698