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 1600 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1611 'browser/plugin_data_remover_helper.cc', | 1611 'browser/plugin_data_remover_helper.cc', |
1612 'browser/plugin_data_remover_helper.h', | 1612 'browser/plugin_data_remover_helper.h', |
1613 'browser/plugin_download_helper.cc', | 1613 'browser/plugin_download_helper.cc', |
1614 'browser/plugin_download_helper.h', | 1614 'browser/plugin_download_helper.h', |
1615 'browser/plugin_exceptions_table_model.cc', | 1615 'browser/plugin_exceptions_table_model.cc', |
1616 'browser/plugin_exceptions_table_model.h', | 1616 'browser/plugin_exceptions_table_model.h', |
1617 'browser/plugin_installer_infobar_delegate.cc', | 1617 'browser/plugin_installer_infobar_delegate.cc', |
1618 'browser/plugin_installer_infobar_delegate.h', | 1618 'browser/plugin_installer_infobar_delegate.h', |
1619 'browser/plugin_observer.cc', | 1619 'browser/plugin_observer.cc', |
1620 'browser/plugin_observer.h', | 1620 'browser/plugin_observer.h', |
1621 'browser/plugin_updater.cc', | 1621 'browser/plugin_prefs.cc', |
1622 'browser/plugin_updater.h', | 1622 'browser/plugin_prefs.h', |
1623 'browser/policy/asynchronous_policy_loader.cc', | 1623 'browser/policy/asynchronous_policy_loader.cc', |
1624 'browser/policy/asynchronous_policy_loader.h', | 1624 'browser/policy/asynchronous_policy_loader.h', |
1625 'browser/policy/asynchronous_policy_provider.cc', | 1625 'browser/policy/asynchronous_policy_provider.cc', |
1626 'browser/policy/asynchronous_policy_provider.h', | 1626 'browser/policy/asynchronous_policy_provider.h', |
1627 'browser/policy/browser_policy_connector.cc', | 1627 'browser/policy/browser_policy_connector.cc', |
1628 'browser/policy/browser_policy_connector.h', | 1628 'browser/policy/browser_policy_connector.h', |
1629 'browser/policy/cloud_policy_cache_base.cc', | 1629 'browser/policy/cloud_policy_cache_base.cc', |
1630 'browser/policy/cloud_policy_cache_base.h', | 1630 'browser/policy/cloud_policy_cache_base.h', |
1631 'browser/policy/cloud_policy_controller.cc', | 1631 'browser/policy/cloud_policy_controller.cc', |
1632 'browser/policy/cloud_policy_controller.h', | 1632 'browser/policy/cloud_policy_controller.h', |
(...skipping 3259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4892 ], | 4892 ], |
4893 'export_dependent_settings': [ | 4893 'export_dependent_settings': [ |
4894 'in_memory_url_index_cache_proto', | 4894 'in_memory_url_index_cache_proto', |
4895 ], | 4895 ], |
4896 # This target exports a hard dependency because it includes generated | 4896 # This target exports a hard dependency because it includes generated |
4897 # header files. | 4897 # header files. |
4898 'hard_dependency': 1, | 4898 'hard_dependency': 1, |
4899 }, | 4899 }, |
4900 ], | 4900 ], |
4901 } | 4901 } |
OLD | NEW |