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

Unified Diff: components/arc/BUILD.gn

Issue 1966133002: Run RemoveArcData after a user has opted out (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments Created 4 years, 7 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 57c3398239efb66ce1ee5aa80f54c12ea0230ac8..c8b17d5a7d41cb72432dcf4b0921954bcc3b956e 100644
--- a/components/arc/BUILD.gn
+++ b/components/arc/BUILD.gn
@@ -51,6 +51,8 @@ static_library("arc") {
"net/arc_net_host_impl.h",
"power/arc_power_bridge.cc",
"power/arc_power_bridge.h",
+ "userdata/arc_user_data_service.cc",
+ "userdata/arc_user_data_service.h",
"window_manager/arc_window_manager_bridge.cc",
"window_manager/arc_window_manager_bridge.h",
]

Powered by Google App Engine
This is Rietveld 408576698