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 1643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1654 'browser/platform_util_common_linux.cc', | 1654 'browser/platform_util_common_linux.cc', |
1655 'browser/platform_util_linux.cc', | 1655 'browser/platform_util_linux.cc', |
1656 'browser/platform_util_mac.mm', | 1656 'browser/platform_util_mac.mm', |
1657 'browser/platform_util_win.cc', | 1657 'browser/platform_util_win.cc', |
1658 'browser/plugin_data_remover.cc', | 1658 'browser/plugin_data_remover.cc', |
1659 'browser/plugin_data_remover.h', | 1659 'browser/plugin_data_remover.h', |
1660 'browser/plugin_data_remover_helper.cc', | 1660 'browser/plugin_data_remover_helper.cc', |
1661 'browser/plugin_data_remover_helper.h', | 1661 'browser/plugin_data_remover_helper.h', |
1662 'browser/plugin_download_helper.cc', | 1662 'browser/plugin_download_helper.cc', |
1663 'browser/plugin_download_helper.h', | 1663 'browser/plugin_download_helper.h', |
1664 'browser/plugin_exceptions_table_model.cc', | |
1665 'browser/plugin_exceptions_table_model.h', | |
1666 'browser/plugin_installer_infobar_delegate.cc', | 1664 'browser/plugin_installer_infobar_delegate.cc', |
1667 'browser/plugin_installer_infobar_delegate.h', | 1665 'browser/plugin_installer_infobar_delegate.h', |
1668 'browser/plugin_observer.cc', | 1666 'browser/plugin_observer.cc', |
1669 'browser/plugin_observer.h', | 1667 'browser/plugin_observer.h', |
1670 'browser/plugin_prefs.cc', | 1668 'browser/plugin_prefs.cc', |
1671 'browser/plugin_prefs.h', | 1669 'browser/plugin_prefs.h', |
1672 'browser/policy/asynchronous_policy_loader.cc', | 1670 'browser/policy/asynchronous_policy_loader.cc', |
1673 'browser/policy/asynchronous_policy_loader.h', | 1671 'browser/policy/asynchronous_policy_loader.h', |
1674 'browser/policy/asynchronous_policy_provider.cc', | 1672 'browser/policy/asynchronous_policy_provider.cc', |
1675 'browser/policy/asynchronous_policy_provider.h', | 1673 'browser/policy/asynchronous_policy_provider.h', |
(...skipping 3399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5075 # weak imports in dependents, who still must #include | 5073 # weak imports in dependents, who still must #include |
5076 # closure_blocks_leopard_compat.h to get weak imports. | 5074 # closure_blocks_leopard_compat.h to get weak imports. |
5077 'type': 'none', | 5075 'type': 'none', |
5078 }], | 5076 }], |
5079 ], | 5077 ], |
5080 }, | 5078 }, |
5081 ], | 5079 ], |
5082 }], | 5080 }], |
5083 ], | 5081 ], |
5084 } | 5082 } |
OLD | NEW |