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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2318 matching lines...) Expand 10 before | Expand all | Expand 10 after
2329 # Everything but Android, iOS, and CrOS. 2329 # Everything but Android, iOS, and CrOS.
2330 'chrome_browser_desktop_sources': [ 2330 'chrome_browser_desktop_sources': [
2331 'browser/profiles/avatar_menu_desktop.cc', 2331 'browser/profiles/avatar_menu_desktop.cc',
2332 'browser/profiles/avatar_menu_observer.h', 2332 'browser/profiles/avatar_menu_observer.h',
2333 'browser/profiles/avatar_menu_actions_desktop.cc', 2333 'browser/profiles/avatar_menu_actions_desktop.cc',
2334 'browser/profiles/avatar_menu_actions_desktop.h', 2334 'browser/profiles/avatar_menu_actions_desktop.h',
2335 'browser/profiles/profile_list_desktop.cc', 2335 'browser/profiles/profile_list_desktop.cc',
2336 'browser/profiles/profile_list_desktop.h', 2336 'browser/profiles/profile_list_desktop.h',
2337 ], 2337 ],
2338 'chrome_browser_supervised_user_sources': [ 2338 'chrome_browser_supervised_user_sources': [
2339 'browser/supervised_user/child_accounts/child_account_service.cc',
2340 'browser/supervised_user/child_accounts/child_account_service.h',
2341 'browser/supervised_user/child_accounts/child_account_service_factory.cc',
2342 'browser/supervised_user/child_accounts/child_account_service_factory.h',
2343 'browser/supervised_user/child_accounts/family_info_fetcher.cc',
2344 'browser/supervised_user/child_accounts/family_info_fetcher.h',
2339 'browser/supervised_user/custodian_profile_downloader_service.cc', 2345 'browser/supervised_user/custodian_profile_downloader_service.cc',
2340 'browser/supervised_user/custodian_profile_downloader_service.h', 2346 'browser/supervised_user/custodian_profile_downloader_service.h',
2341 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', 2347 'browser/supervised_user/custodian_profile_downloader_service_factory.cc',
2342 'browser/supervised_user/custodian_profile_downloader_service_factory.h', 2348 'browser/supervised_user/custodian_profile_downloader_service_factory.h',
2343 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc ', 2349 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc ',
2344 'browser/supervised_user/experimental/supervised_user_async_url_checker.h' , 2350 'browser/supervised_user/experimental/supervised_user_async_url_checker.h' ,
2345 'browser/supervised_user/experimental/supervised_user_blacklist.cc', 2351 'browser/supervised_user/experimental/supervised_user_blacklist.cc',
2346 'browser/supervised_user/experimental/supervised_user_blacklist.h', 2352 'browser/supervised_user/experimental/supervised_user_blacklist.h',
2347 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .cc', 2353 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .cc',
2348 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .h', 2354 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .h',
(...skipping 1351 matching lines...) Expand 10 before | Expand all | Expand 10 after
3700 'variables': { 3706 'variables': {
3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3707 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3708 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3703 }, 3709 },
3704 'includes': [ '../build/protoc.gypi' ] 3710 'includes': [ '../build/protoc.gypi' ]
3705 }, 3711 },
3706 ], 3712 ],
3707 },], 3713 },],
3708 ], 3714 ],
3709 } 3715 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698