OLD | NEW |
---|---|
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 2272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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/permission_request_creator.h', | 2288 'browser/supervised_user/permission_request_creator.h', |
2289 'browser/supervised_user/permission_request_creator_apiary.cc', | 2289 'browser/supervised_user/permission_request_creator_apiary.cc', |
2290 'browser/supervised_user/permission_request_creator_apiary.h', | 2290 'browser/supervised_user/permission_request_creator_apiary.h', |
2291 'browser/supervised_user/permission_request_creator_sync.cc', | 2291 'browser/supervised_user/permission_request_creator_sync.cc', |
2292 'browser/supervised_user/permission_request_creator_sync.h', | 2292 'browser/supervised_user/permission_request_creator_sync.h', |
2293 'browser/supervised_user/prototype/supervised_user_blacklist.cc', | |
Bernhard Bauer
2014/09/04 15:12:15
Nit: I think we use the term "experimental" a litt
Marc Treib
2014/09/04 15:16:37
Done.
| |
2294 'browser/supervised_user/prototype/supervised_user_blacklist.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', |
2298 'browser/supervised_user/supervised_user_navigation_observer.h', | 2300 'browser/supervised_user/supervised_user_navigation_observer.h', |
2299 'browser/supervised_user/supervised_user_pref_mapping_service.cc', | 2301 'browser/supervised_user/supervised_user_pref_mapping_service.cc', |
2300 'browser/supervised_user/supervised_user_pref_mapping_service.h', | 2302 'browser/supervised_user/supervised_user_pref_mapping_service.h', |
2301 'browser/supervised_user/supervised_user_pref_mapping_service_factory.cc', | 2303 'browser/supervised_user/supervised_user_pref_mapping_service_factory.cc', |
2302 'browser/supervised_user/supervised_user_pref_mapping_service_factory.h', | 2304 'browser/supervised_user/supervised_user_pref_mapping_service_factory.h', |
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
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 } |
OLD | NEW |