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 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1702 'browser/policy/file_based_policy_provider.cc', | 1702 'browser/policy/file_based_policy_provider.cc', |
1703 'browser/policy/file_based_policy_provider.h', | 1703 'browser/policy/file_based_policy_provider.h', |
1704 'browser/policy/policy_notifier.cc', | 1704 'browser/policy/policy_notifier.cc', |
1705 'browser/policy/policy_notifier.h', | 1705 'browser/policy/policy_notifier.h', |
1706 'browser/policy/policy_path_parser.h', | 1706 'browser/policy/policy_path_parser.h', |
1707 'browser/policy/policy_path_parser_mac.mm', | 1707 'browser/policy/policy_path_parser_mac.mm', |
1708 'browser/policy/policy_path_parser_linux.cc', | 1708 'browser/policy/policy_path_parser_linux.cc', |
1709 'browser/policy/policy_path_parser_win.cc', | 1709 'browser/policy/policy_path_parser_win.cc', |
1710 'browser/policy/policy_status_info.cc', | 1710 'browser/policy/policy_status_info.cc', |
1711 'browser/policy/policy_status_info.h', | 1711 'browser/policy/policy_status_info.h', |
| 1712 'browser/policy/url_blacklist_manager.cc', |
| 1713 'browser/policy/url_blacklist_manager.h', |
1712 'browser/policy/user_policy_cache.cc', | 1714 'browser/policy/user_policy_cache.cc', |
1713 'browser/policy/user_policy_cache.h', | 1715 'browser/policy/user_policy_cache.h', |
1714 'browser/policy/user_policy_disk_cache.cc', | 1716 'browser/policy/user_policy_disk_cache.cc', |
1715 'browser/policy/user_policy_disk_cache.h', | 1717 'browser/policy/user_policy_disk_cache.h', |
1716 'browser/policy/user_policy_token_cache.cc', | 1718 'browser/policy/user_policy_token_cache.cc', |
1717 'browser/policy/user_policy_token_cache.h', | 1719 'browser/policy/user_policy_token_cache.h', |
1718 # TODO(danno): Find a better way to include these files | 1720 # TODO(danno): Find a better way to include these files |
1719 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c
c', | 1721 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c
c', |
1720 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h
', | 1722 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h
', |
1721 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend
.pb.cc', | 1723 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend
.pb.cc', |
(...skipping 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4918 # weak imports in dependents, who still must #include | 4920 # weak imports in dependents, who still must #include |
4919 # closure_blocks_leopard_compat.h to get weak imports. | 4921 # closure_blocks_leopard_compat.h to get weak imports. |
4920 'type': 'none', | 4922 'type': 'none', |
4921 }], | 4923 }], |
4922 ], | 4924 ], |
4923 }, | 4925 }, |
4924 ], | 4926 ], |
4925 }], | 4927 }], |
4926 ], | 4928 ], |
4927 } | 4929 } |
OLD | NEW |