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

Unified Diff: chrome/chrome_browser.gypi

Issue 783083002: Add support for child accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove CrOS for now Created 6 years 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: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 1c0b92eabb7316dee74378126349485dcd05127d..a64705738f56bca4ddd61d04faf61fb00afb7d7d 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2336,6 +2336,12 @@
'browser/profiles/profile_list_desktop.h',
],
'chrome_browser_supervised_user_sources': [
+ 'browser/supervised_user/child_accounts/child_account_service.cc',
+ 'browser/supervised_user/child_accounts/child_account_service.h',
+ 'browser/supervised_user/child_accounts/child_account_service_factory.cc',
+ 'browser/supervised_user/child_accounts/child_account_service_factory.h',
+ 'browser/supervised_user/child_accounts/family_info_fetcher.cc',
+ 'browser/supervised_user/child_accounts/family_info_fetcher.h',
'browser/supervised_user/custodian_profile_downloader_service.cc',
'browser/supervised_user/custodian_profile_downloader_service.h',
'browser/supervised_user/custodian_profile_downloader_service_factory.cc',

Powered by Google App Engine
This is Rietveld 408576698