| 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 1669 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1680 'browser/policy/dummy_configuration_policy_provider.cc', | 1680 'browser/policy/dummy_configuration_policy_provider.cc', |
| 1681 'browser/policy/dummy_configuration_policy_provider.h', | 1681 'browser/policy/dummy_configuration_policy_provider.h', |
| 1682 'browser/policy/enterprise_install_attributes.cc', | 1682 'browser/policy/enterprise_install_attributes.cc', |
| 1683 'browser/policy/enterprise_install_attributes.h', | 1683 'browser/policy/enterprise_install_attributes.h', |
| 1684 'browser/policy/enterprise_metrics.cc', | 1684 'browser/policy/enterprise_metrics.cc', |
| 1685 'browser/policy/enterprise_metrics.h', | 1685 'browser/policy/enterprise_metrics.h', |
| 1686 'browser/policy/file_based_policy_loader.cc', | 1686 'browser/policy/file_based_policy_loader.cc', |
| 1687 'browser/policy/file_based_policy_loader.h', | 1687 'browser/policy/file_based_policy_loader.h', |
| 1688 'browser/policy/file_based_policy_provider.cc', | 1688 'browser/policy/file_based_policy_provider.cc', |
| 1689 'browser/policy/file_based_policy_provider.h', | 1689 'browser/policy/file_based_policy_provider.h', |
| 1690 'browser/policy/host_blacklist_manager.cc', |
| 1691 'browser/policy/host_blacklist_manager.h', |
| 1690 'browser/policy/policy_notifier.cc', | 1692 'browser/policy/policy_notifier.cc', |
| 1691 'browser/policy/policy_notifier.h', | 1693 'browser/policy/policy_notifier.h', |
| 1692 'browser/policy/policy_path_parser.h', | 1694 'browser/policy/policy_path_parser.h', |
| 1693 'browser/policy/policy_path_parser_mac.mm', | 1695 'browser/policy/policy_path_parser_mac.mm', |
| 1694 'browser/policy/policy_path_parser_linux.cc', | 1696 'browser/policy/policy_path_parser_linux.cc', |
| 1695 'browser/policy/policy_path_parser_win.cc', | 1697 'browser/policy/policy_path_parser_win.cc', |
| 1696 'browser/policy/user_policy_cache.cc', | 1698 'browser/policy/user_policy_cache.cc', |
| 1697 'browser/policy/user_policy_cache.h', | 1699 'browser/policy/user_policy_cache.h', |
| 1698 'browser/policy/user_policy_disk_cache.cc', | 1700 'browser/policy/user_policy_disk_cache.cc', |
| 1699 'browser/policy/user_policy_disk_cache.h', | 1701 'browser/policy/user_policy_disk_cache.h', |
| (...skipping 3185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4885 # weak imports in dependents, who still must #include | 4887 # weak imports in dependents, who still must #include |
| 4886 # closure_blocks_leopard_compat.h to get weak imports. | 4888 # closure_blocks_leopard_compat.h to get weak imports. |
| 4887 'type': 'none', | 4889 'type': 'none', |
| 4888 }], | 4890 }], |
| 4889 ], | 4891 ], |
| 4890 }, | 4892 }, |
| 4891 ], | 4893 ], |
| 4892 }], | 4894 }], |
| 4893 ], | 4895 ], |
| 4894 } | 4896 } |
| OLD | NEW |