| 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 1624 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1635 'browser/plugin_data_remover_helper.cc', | 1635 'browser/plugin_data_remover_helper.cc', |
| 1636 'browser/plugin_data_remover_helper.h', | 1636 'browser/plugin_data_remover_helper.h', |
| 1637 'browser/plugin_download_helper.cc', | 1637 'browser/plugin_download_helper.cc', |
| 1638 'browser/plugin_download_helper.h', | 1638 'browser/plugin_download_helper.h', |
| 1639 'browser/plugin_exceptions_table_model.cc', | 1639 'browser/plugin_exceptions_table_model.cc', |
| 1640 'browser/plugin_exceptions_table_model.h', | 1640 'browser/plugin_exceptions_table_model.h', |
| 1641 'browser/plugin_installer_infobar_delegate.cc', | 1641 'browser/plugin_installer_infobar_delegate.cc', |
| 1642 'browser/plugin_installer_infobar_delegate.h', | 1642 'browser/plugin_installer_infobar_delegate.h', |
| 1643 'browser/plugin_observer.cc', | 1643 'browser/plugin_observer.cc', |
| 1644 'browser/plugin_observer.h', | 1644 'browser/plugin_observer.h', |
| 1645 'browser/plugin_updater.cc', | 1645 'browser/plugin_prefs.cc', |
| 1646 'browser/plugin_updater.h', | 1646 'browser/plugin_prefs.h', |
| 1647 'browser/policy/asynchronous_policy_loader.cc', | 1647 'browser/policy/asynchronous_policy_loader.cc', |
| 1648 'browser/policy/asynchronous_policy_loader.h', | 1648 'browser/policy/asynchronous_policy_loader.h', |
| 1649 'browser/policy/asynchronous_policy_provider.cc', | 1649 'browser/policy/asynchronous_policy_provider.cc', |
| 1650 'browser/policy/asynchronous_policy_provider.h', | 1650 'browser/policy/asynchronous_policy_provider.h', |
| 1651 'browser/policy/browser_policy_connector.cc', | 1651 'browser/policy/browser_policy_connector.cc', |
| 1652 'browser/policy/browser_policy_connector.h', | 1652 'browser/policy/browser_policy_connector.h', |
| 1653 'browser/policy/cloud_policy_cache_base.cc', | 1653 'browser/policy/cloud_policy_cache_base.cc', |
| 1654 'browser/policy/cloud_policy_cache_base.h', | 1654 'browser/policy/cloud_policy_cache_base.h', |
| 1655 'browser/policy/cloud_policy_controller.cc', | 1655 'browser/policy/cloud_policy_controller.cc', |
| 1656 'browser/policy/cloud_policy_controller.h', | 1656 'browser/policy/cloud_policy_controller.h', |
| (...skipping 3352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5009 # weak imports in dependents, who still must #include | 5009 # weak imports in dependents, who still must #include |
| 5010 # closure_blocks_leopard_compat.h to get weak imports. | 5010 # closure_blocks_leopard_compat.h to get weak imports. |
| 5011 'type': 'none', | 5011 'type': 'none', |
| 5012 }], | 5012 }], |
| 5013 ], | 5013 ], |
| 5014 }, | 5014 }, |
| 5015 ], | 5015 ], |
| 5016 }], | 5016 }], |
| 5017 ], | 5017 ], |
| 5018 } | 5018 } |
| OLD | NEW |