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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 537993002: Supervised users: Prototype of static client-side host blacklist. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: experimental Created 6 years, 3 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_url_filter.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 2267 matching lines...) Expand 10 before | Expand all | Expand 10 after
2278 'browser/chrome_browser_field_trials_desktop.cc', 2278 'browser/chrome_browser_field_trials_desktop.cc',
2279 'browser/chrome_browser_field_trials_desktop.h', 2279 'browser/chrome_browser_field_trials_desktop.h',
2280 'browser/chrome_device_client.cc', 2280 'browser/chrome_device_client.cc',
2281 'browser/chrome_device_client.h', 2281 'browser/chrome_device_client.h',
2282 ], 2282 ],
2283 'chrome_browser_supervised_user_sources': [ 2283 'chrome_browser_supervised_user_sources': [
2284 'browser/supervised_user/custodian_profile_downloader_service.cc', 2284 'browser/supervised_user/custodian_profile_downloader_service.cc',
2285 'browser/supervised_user/custodian_profile_downloader_service.h', 2285 'browser/supervised_user/custodian_profile_downloader_service.h',
2286 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', 2286 'browser/supervised_user/custodian_profile_downloader_service_factory.cc',
2287 'browser/supervised_user/custodian_profile_downloader_service_factory.h', 2287 'browser/supervised_user/custodian_profile_downloader_service_factory.h',
2288 'browser/supervised_user/experimental/supervised_user_blacklist.cc',
2289 'browser/supervised_user/experimental/supervised_user_blacklist.h',
2288 'browser/supervised_user/permission_request_creator.h', 2290 'browser/supervised_user/permission_request_creator.h',
2289 'browser/supervised_user/permission_request_creator_apiary.cc', 2291 'browser/supervised_user/permission_request_creator_apiary.cc',
2290 'browser/supervised_user/permission_request_creator_apiary.h', 2292 'browser/supervised_user/permission_request_creator_apiary.h',
2291 'browser/supervised_user/permission_request_creator_sync.cc', 2293 'browser/supervised_user/permission_request_creator_sync.cc',
2292 'browser/supervised_user/permission_request_creator_sync.h', 2294 'browser/supervised_user/permission_request_creator_sync.h',
2293 'browser/supervised_user/supervised_user_constants.cc', 2295 'browser/supervised_user/supervised_user_constants.cc',
2294 'browser/supervised_user/supervised_user_constants.h', 2296 'browser/supervised_user/supervised_user_constants.h',
2295 'browser/supervised_user/supervised_user_interstitial.cc', 2297 'browser/supervised_user/supervised_user_interstitial.cc',
2296 'browser/supervised_user/supervised_user_interstitial.h', 2298 'browser/supervised_user/supervised_user_interstitial.h',
2297 'browser/supervised_user/supervised_user_navigation_observer.cc', 2299 'browser/supervised_user/supervised_user_navigation_observer.cc',
(...skipping 1270 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'variables': { 3570 'variables': {
3569 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3571 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3570 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3572 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3571 }, 3573 },
3572 'includes': [ '../build/protoc.gypi' ] 3574 'includes': [ '../build/protoc.gypi' ]
3573 }, 3575 },
3574 ], 3576 ],
3575 },], 3577 },],
3576 ], 3578 ],
3577 } 3579 }
OLDNEW
« no previous file with comments | « chrome/browser/supervised_user/supervised_user_url_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698