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 2652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2663 'browser/supervised_user/child_accounts/family_info_fetcher.cc', | 2663 'browser/supervised_user/child_accounts/family_info_fetcher.cc', |
2664 'browser/supervised_user/child_accounts/family_info_fetcher.h', | 2664 'browser/supervised_user/child_accounts/family_info_fetcher.h', |
2665 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
cc', | 2665 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
cc', |
2666 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
h', | 2666 'browser/supervised_user/child_accounts/permission_request_creator_apiary.
h', |
2667 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc
', | 2667 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc
', |
2668 'browser/supervised_user/experimental/supervised_user_async_url_checker.h'
, | 2668 'browser/supervised_user/experimental/supervised_user_async_url_checker.h'
, |
2669 'browser/supervised_user/experimental/supervised_user_blacklist.cc', | 2669 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
2670 'browser/supervised_user/experimental/supervised_user_blacklist.h', | 2670 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
2671 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', | 2671 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', |
2672 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', | 2672 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', |
| 2673 'browser/supervised_user/experimental/supervised_user_filtering_switches.c
c', |
| 2674 'browser/supervised_user/experimental/supervised_user_filtering_switches.h
', |
2673 'browser/supervised_user/legacy/custodian_profile_downloader_service.cc', | 2675 'browser/supervised_user/legacy/custodian_profile_downloader_service.cc', |
2674 'browser/supervised_user/legacy/custodian_profile_downloader_service.h', | 2676 'browser/supervised_user/legacy/custodian_profile_downloader_service.h', |
2675 'browser/supervised_user/legacy/custodian_profile_downloader_service_facto
ry.cc', | 2677 'browser/supervised_user/legacy/custodian_profile_downloader_service_facto
ry.cc', |
2676 'browser/supervised_user/legacy/custodian_profile_downloader_service_facto
ry.h', | 2678 'browser/supervised_user/legacy/custodian_profile_downloader_service_facto
ry.h', |
2677 'browser/supervised_user/legacy/permission_request_creator_sync.cc', | 2679 'browser/supervised_user/legacy/permission_request_creator_sync.cc', |
2678 'browser/supervised_user/legacy/permission_request_creator_sync.h', | 2680 'browser/supervised_user/legacy/permission_request_creator_sync.h', |
2679 'browser/supervised_user/legacy/supervised_user_pref_mapping_service.cc', | 2681 'browser/supervised_user/legacy/supervised_user_pref_mapping_service.cc', |
2680 'browser/supervised_user/legacy/supervised_user_pref_mapping_service.h', | 2682 'browser/supervised_user/legacy/supervised_user_pref_mapping_service.h', |
2681 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_facto
ry.cc', | 2683 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_facto
ry.cc', |
2682 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_facto
ry.h', | 2684 'browser/supervised_user/legacy/supervised_user_pref_mapping_service_facto
ry.h', |
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3829 'variables': { | 3831 'variables': { |
3830 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3832 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3831 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3833 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3832 }, | 3834 }, |
3833 'includes': [ '../build/protoc.gypi' ] | 3835 'includes': [ '../build/protoc.gypi' ] |
3834 }, | 3836 }, |
3835 ], | 3837 ], |
3836 },], | 3838 },], |
3837 ], | 3839 ], |
3838 } | 3840 } |
OLD | NEW |