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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 592423005: Supervised user blacklist: Add downloader class to download a blacklist if needed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comment Created 6 years, 2 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
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_service.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
2257 'browser/chrome_device_client.cc', 2257 'browser/chrome_device_client.cc',
2258 'browser/chrome_device_client.h', 2258 'browser/chrome_device_client.h',
2259 ], 2259 ],
2260 'chrome_browser_supervised_user_sources': [ 2260 'chrome_browser_supervised_user_sources': [
2261 'browser/supervised_user/custodian_profile_downloader_service.cc', 2261 'browser/supervised_user/custodian_profile_downloader_service.cc',
2262 'browser/supervised_user/custodian_profile_downloader_service.h', 2262 'browser/supervised_user/custodian_profile_downloader_service.h',
2263 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', 2263 'browser/supervised_user/custodian_profile_downloader_service_factory.cc',
2264 'browser/supervised_user/custodian_profile_downloader_service_factory.h', 2264 'browser/supervised_user/custodian_profile_downloader_service_factory.h',
2265 'browser/supervised_user/experimental/supervised_user_blacklist.cc', 2265 'browser/supervised_user/experimental/supervised_user_blacklist.cc',
2266 'browser/supervised_user/experimental/supervised_user_blacklist.h', 2266 'browser/supervised_user/experimental/supervised_user_blacklist.h',
2267 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .cc',
2268 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .h',
2267 'browser/supervised_user/permission_request_creator.h', 2269 'browser/supervised_user/permission_request_creator.h',
2268 'browser/supervised_user/permission_request_creator_apiary.cc', 2270 'browser/supervised_user/permission_request_creator_apiary.cc',
2269 'browser/supervised_user/permission_request_creator_apiary.h', 2271 'browser/supervised_user/permission_request_creator_apiary.h',
2270 'browser/supervised_user/permission_request_creator_sync.cc', 2272 'browser/supervised_user/permission_request_creator_sync.cc',
2271 'browser/supervised_user/permission_request_creator_sync.h', 2273 'browser/supervised_user/permission_request_creator_sync.h',
2272 'browser/supervised_user/supervised_user_constants.cc', 2274 'browser/supervised_user/supervised_user_constants.cc',
2273 'browser/supervised_user/supervised_user_constants.h', 2275 'browser/supervised_user/supervised_user_constants.h',
2274 'browser/supervised_user/supervised_user_interstitial.cc', 2276 'browser/supervised_user/supervised_user_interstitial.cc',
2275 'browser/supervised_user/supervised_user_interstitial.h', 2277 'browser/supervised_user/supervised_user_interstitial.h',
2276 'browser/supervised_user/supervised_user_navigation_observer.cc', 2278 'browser/supervised_user/supervised_user_navigation_observer.cc',
(...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
3594 'variables': { 3596 'variables': {
3595 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3597 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3596 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3598 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3597 }, 3599 },
3598 'includes': [ '../build/protoc.gypi' ] 3600 'includes': [ '../build/protoc.gypi' ]
3599 }, 3601 },
3600 ], 3602 ],
3601 },], 3603 },],
3602 ], 3604 ],
3603 } 3605 }
OLDNEW
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698