OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 1672 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1683 'browser/policy/dummy_configuration_policy_provider.cc', | 1683 'browser/policy/dummy_configuration_policy_provider.cc', |
1684 'browser/policy/dummy_configuration_policy_provider.h', | 1684 'browser/policy/dummy_configuration_policy_provider.h', |
1685 'browser/policy/enterprise_install_attributes.cc', | 1685 'browser/policy/enterprise_install_attributes.cc', |
1686 'browser/policy/enterprise_install_attributes.h', | 1686 'browser/policy/enterprise_install_attributes.h', |
1687 'browser/policy/enterprise_metrics.cc', | 1687 'browser/policy/enterprise_metrics.cc', |
1688 'browser/policy/enterprise_metrics.h', | 1688 'browser/policy/enterprise_metrics.h', |
1689 'browser/policy/file_based_policy_loader.cc', | 1689 'browser/policy/file_based_policy_loader.cc', |
1690 'browser/policy/file_based_policy_loader.h', | 1690 'browser/policy/file_based_policy_loader.h', |
1691 'browser/policy/file_based_policy_provider.cc', | 1691 'browser/policy/file_based_policy_provider.cc', |
1692 'browser/policy/file_based_policy_provider.h', | 1692 'browser/policy/file_based_policy_provider.h', |
| 1693 'browser/policy/host_blacklist_manager.cc', |
| 1694 'browser/policy/host_blacklist_manager.h', |
1693 'browser/policy/policy_notifier.cc', | 1695 'browser/policy/policy_notifier.cc', |
1694 'browser/policy/policy_notifier.h', | 1696 'browser/policy/policy_notifier.h', |
1695 'browser/policy/policy_path_parser.h', | 1697 'browser/policy/policy_path_parser.h', |
1696 'browser/policy/policy_path_parser_mac.mm', | 1698 'browser/policy/policy_path_parser_mac.mm', |
1697 'browser/policy/policy_path_parser_linux.cc', | 1699 'browser/policy/policy_path_parser_linux.cc', |
1698 'browser/policy/policy_path_parser_win.cc', | 1700 'browser/policy/policy_path_parser_win.cc', |
1699 'browser/policy/user_policy_cache.cc', | 1701 'browser/policy/user_policy_cache.cc', |
1700 'browser/policy/user_policy_cache.h', | 1702 'browser/policy/user_policy_cache.h', |
1701 'browser/policy/user_policy_disk_cache.cc', | 1703 'browser/policy/user_policy_disk_cache.cc', |
1702 'browser/policy/user_policy_disk_cache.h', | 1704 'browser/policy/user_policy_disk_cache.h', |
(...skipping 3179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4882 # weak imports in dependents, who still must #include | 4884 # weak imports in dependents, who still must #include |
4883 # closure_blocks_leopard_compat.h to get weak imports. | 4885 # closure_blocks_leopard_compat.h to get weak imports. |
4884 'type': 'none', | 4886 'type': 'none', |
4885 }], | 4887 }], |
4886 ], | 4888 ], |
4887 }, | 4889 }, |
4888 ], | 4890 ], |
4889 }], | 4891 }], |
4890 ], | 4892 ], |
4891 } | 4893 } |
OLD | NEW |