| 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 1608 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1619 'browser/plugin_data_remover_helper.cc', | 1619 'browser/plugin_data_remover_helper.cc', |
| 1620 'browser/plugin_data_remover_helper.h', | 1620 'browser/plugin_data_remover_helper.h', |
| 1621 'browser/plugin_download_helper.cc', | 1621 'browser/plugin_download_helper.cc', |
| 1622 'browser/plugin_download_helper.h', | 1622 'browser/plugin_download_helper.h', |
| 1623 'browser/plugin_exceptions_table_model.cc', | 1623 'browser/plugin_exceptions_table_model.cc', |
| 1624 'browser/plugin_exceptions_table_model.h', | 1624 'browser/plugin_exceptions_table_model.h', |
| 1625 'browser/plugin_installer_infobar_delegate.cc', | 1625 'browser/plugin_installer_infobar_delegate.cc', |
| 1626 'browser/plugin_installer_infobar_delegate.h', | 1626 'browser/plugin_installer_infobar_delegate.h', |
| 1627 'browser/plugin_observer.cc', | 1627 'browser/plugin_observer.cc', |
| 1628 'browser/plugin_observer.h', | 1628 'browser/plugin_observer.h', |
| 1629 'browser/plugin_updater.cc', | 1629 'browser/plugin_prefs.cc', |
| 1630 'browser/plugin_updater.h', | 1630 'browser/plugin_prefs.h', |
| 1631 'browser/policy/asynchronous_policy_loader.cc', | 1631 'browser/policy/asynchronous_policy_loader.cc', |
| 1632 'browser/policy/asynchronous_policy_loader.h', | 1632 'browser/policy/asynchronous_policy_loader.h', |
| 1633 'browser/policy/asynchronous_policy_provider.cc', | 1633 'browser/policy/asynchronous_policy_provider.cc', |
| 1634 'browser/policy/asynchronous_policy_provider.h', | 1634 'browser/policy/asynchronous_policy_provider.h', |
| 1635 'browser/policy/browser_policy_connector.cc', | 1635 'browser/policy/browser_policy_connector.cc', |
| 1636 'browser/policy/browser_policy_connector.h', | 1636 'browser/policy/browser_policy_connector.h', |
| 1637 'browser/policy/cloud_policy_cache_base.cc', | 1637 'browser/policy/cloud_policy_cache_base.cc', |
| 1638 'browser/policy/cloud_policy_cache_base.h', | 1638 'browser/policy/cloud_policy_cache_base.h', |
| 1639 'browser/policy/cloud_policy_controller.cc', | 1639 'browser/policy/cloud_policy_controller.cc', |
| 1640 'browser/policy/cloud_policy_controller.h', | 1640 'browser/policy/cloud_policy_controller.h', |
| (...skipping 3297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4938 # weak imports in dependents, who still must #include | 4938 # weak imports in dependents, who still must #include |
| 4939 # closure_blocks_leopard_compat.h to get weak imports. | 4939 # closure_blocks_leopard_compat.h to get weak imports. |
| 4940 'type': 'none', | 4940 'type': 'none', |
| 4941 }], | 4941 }], |
| 4942 ], | 4942 ], |
| 4943 }, | 4943 }, |
| 4944 ], | 4944 ], |
| 4945 }], | 4945 }], |
| 4946 ], | 4946 ], |
| 4947 } | 4947 } |
| OLD | NEW |