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

Side by Side Diff: ios/chrome/browser/signin/BUILD.gn

Issue 2770723004: Remove all ReadingList entries on managed account signout. (Closed)
Patch Set: Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("signin") { 5 source_set("signin") {
6 sources = [ 6 sources = [
7 "about_signin_internals_factory.cc", 7 "about_signin_internals_factory.cc",
8 "about_signin_internals_factory.h", 8 "about_signin_internals_factory.h",
9 "account_consistency_service_factory.h", 9 "account_consistency_service_factory.h",
10 "account_consistency_service_factory.mm", 10 "account_consistency_service_factory.mm",
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//components/prefs", 58 "//components/prefs",
59 "//components/signin/core/browser", 59 "//components/signin/core/browser",
60 "//components/signin/ios/browser", 60 "//components/signin/ios/browser",
61 "//components/sync", 61 "//components/sync",
62 "//google_apis", 62 "//google_apis",
63 "//ios/chrome/browser", 63 "//ios/chrome/browser",
64 "//ios/chrome/browser/bookmarks:bookmarks_utils", 64 "//ios/chrome/browser/bookmarks:bookmarks_utils",
65 "//ios/chrome/browser/browser_state", 65 "//ios/chrome/browser/browser_state",
66 "//ios/chrome/browser/content_settings", 66 "//ios/chrome/browser/content_settings",
67 "//ios/chrome/browser/crash_report", 67 "//ios/chrome/browser/crash_report",
68 "//ios/chrome/browser/reading_list:reading_list_remover",
68 "//ios/chrome/browser/ui/commands", 69 "//ios/chrome/browser/ui/commands",
69 "//ios/chrome/common", 70 "//ios/chrome/common",
70 "//ios/public/provider/chrome/browser", 71 "//ios/public/provider/chrome/browser",
71 "//ios/public/provider/chrome/browser/signin", 72 "//ios/public/provider/chrome/browser/signin",
72 "//ios/web", 73 "//ios/web",
73 "//net", 74 "//net",
74 "//url", 75 "//url",
75 ] 76 ]
76 } 77 }
77 78
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 "signin_capability.cc", 141 "signin_capability.cc",
141 "signin_capability.h", 142 "signin_capability.h",
142 ] 143 ]
143 deps = [ 144 deps = [
144 ":signin", 145 ":signin",
145 "//base", 146 "//base",
146 "//components/signin/core/browser", 147 "//components/signin/core/browser",
147 "//ios/chrome/browser/browser_state", 148 "//ios/chrome/browser/browser_state",
148 ] 149 ]
149 } 150 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/reading_list/url_downloader.cc ('k') | ios/chrome/browser/signin/browser_state_data_remover.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698