| 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 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1706 'browser/policy/file_based_policy_provider.cc', | 1706 'browser/policy/file_based_policy_provider.cc', |
| 1707 'browser/policy/file_based_policy_provider.h', | 1707 'browser/policy/file_based_policy_provider.h', |
| 1708 'browser/policy/policy_notifier.cc', | 1708 'browser/policy/policy_notifier.cc', |
| 1709 'browser/policy/policy_notifier.h', | 1709 'browser/policy/policy_notifier.h', |
| 1710 'browser/policy/policy_path_parser.h', | 1710 'browser/policy/policy_path_parser.h', |
| 1711 'browser/policy/policy_path_parser_mac.mm', | 1711 'browser/policy/policy_path_parser_mac.mm', |
| 1712 'browser/policy/policy_path_parser_linux.cc', | 1712 'browser/policy/policy_path_parser_linux.cc', |
| 1713 'browser/policy/policy_path_parser_win.cc', | 1713 'browser/policy/policy_path_parser_win.cc', |
| 1714 'browser/policy/policy_status_info.cc', | 1714 'browser/policy/policy_status_info.cc', |
| 1715 'browser/policy/policy_status_info.h', | 1715 'browser/policy/policy_status_info.h', |
| 1716 'browser/policy/url_blacklist_manager.cc', |
| 1717 'browser/policy/url_blacklist_manager.h', |
| 1716 'browser/policy/user_policy_cache.cc', | 1718 'browser/policy/user_policy_cache.cc', |
| 1717 'browser/policy/user_policy_cache.h', | 1719 'browser/policy/user_policy_cache.h', |
| 1718 'browser/policy/user_policy_disk_cache.cc', | 1720 'browser/policy/user_policy_disk_cache.cc', |
| 1719 'browser/policy/user_policy_disk_cache.h', | 1721 'browser/policy/user_policy_disk_cache.h', |
| 1720 'browser/policy/user_policy_token_cache.cc', | 1722 'browser/policy/user_policy_token_cache.cc', |
| 1721 'browser/policy/user_policy_token_cache.h', | 1723 'browser/policy/user_policy_token_cache.h', |
| 1722 # TODO(danno): Find a better way to include these files | 1724 # TODO(danno): Find a better way to include these files |
| 1723 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c
c', | 1725 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c
c', |
| 1724 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h
', | 1726 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h
', |
| 1725 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend
.pb.cc', | 1727 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend
.pb.cc', |
| (...skipping 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4925 # weak imports in dependents, who still must #include | 4927 # weak imports in dependents, who still must #include |
| 4926 # closure_blocks_leopard_compat.h to get weak imports. | 4928 # closure_blocks_leopard_compat.h to get weak imports. |
| 4927 'type': 'none', | 4929 'type': 'none', |
| 4928 }], | 4930 }], |
| 4929 ], | 4931 ], |
| 4930 }, | 4932 }, |
| 4931 ], | 4933 ], |
| 4932 }], | 4934 }], |
| 4933 ], | 4935 ], |
| 4934 } | 4936 } |
| OLD | NEW |