| 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 775 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 786 'browser/component_updater/component_unpacker.cc', | 786 'browser/component_updater/component_unpacker.cc', |
| 787 'browser/component_updater/component_unpacker.h', | 787 'browser/component_updater/component_unpacker.h', |
| 788 'browser/component_updater/component_updater_service.cc', | 788 'browser/component_updater/component_updater_service.cc', |
| 789 'browser/component_updater/component_updater_service.h', | 789 'browser/component_updater/component_updater_service.h', |
| 790 'browser/component_updater/pepper_flash_component_installer.cc', | 790 'browser/component_updater/pepper_flash_component_installer.cc', |
| 791 'browser/component_updater/pepper_flash_component_installer.h', | 791 'browser/component_updater/pepper_flash_component_installer.h', |
| 792 'browser/content_settings/content_settings_details.cc', | 792 'browser/content_settings/content_settings_details.cc', |
| 793 'browser/content_settings/content_settings_details.h', | 793 'browser/content_settings/content_settings_details.h', |
| 794 'browser/content_settings/content_settings_extension_provider.cc', | 794 'browser/content_settings/content_settings_extension_provider.cc', |
| 795 'browser/content_settings/content_settings_extension_provider.h', | 795 'browser/content_settings/content_settings_extension_provider.h', |
| 796 'browser/content_settings/content_settings_notification_provider.cc', | |
| 797 'browser/content_settings/content_settings_notification_provider.h', | |
| 798 'browser/content_settings/content_settings_observable_provider.cc', | 796 'browser/content_settings/content_settings_observable_provider.cc', |
| 799 'browser/content_settings/content_settings_observable_provider.h', | 797 'browser/content_settings/content_settings_observable_provider.h', |
| 800 'browser/content_settings/content_settings_observer.h', | 798 'browser/content_settings/content_settings_observer.h', |
| 801 'browser/content_settings/content_settings_origin_identifier_value_map.c
c', | 799 'browser/content_settings/content_settings_origin_identifier_value_map.c
c', |
| 802 'browser/content_settings/content_settings_origin_identifier_value_map.h
', | 800 'browser/content_settings/content_settings_origin_identifier_value_map.h
', |
| 803 'browser/content_settings/content_settings_pattern.cc', | 801 'browser/content_settings/content_settings_pattern.cc', |
| 804 'browser/content_settings/content_settings_pattern.h', | 802 'browser/content_settings/content_settings_pattern.h', |
| 805 'browser/content_settings/content_settings_pattern_parser.cc', | 803 'browser/content_settings/content_settings_pattern_parser.cc', |
| 806 'browser/content_settings/content_settings_pattern_parser.h', | 804 'browser/content_settings/content_settings_pattern_parser.h', |
| 807 'browser/content_settings/content_settings_policy_provider.cc', | 805 'browser/content_settings/content_settings_policy_provider.cc', |
| (...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1550 'browser/notifications/notification.h', | 1548 'browser/notifications/notification.h', |
| 1551 'browser/notifications/notification_delegate.h', | 1549 'browser/notifications/notification_delegate.h', |
| 1552 'browser/notifications/notification_exceptions_table_model.cc', | 1550 'browser/notifications/notification_exceptions_table_model.cc', |
| 1553 'browser/notifications/notification_exceptions_table_model.h', | 1551 'browser/notifications/notification_exceptions_table_model.h', |
| 1554 'browser/notifications/notification_object_proxy.cc', | 1552 'browser/notifications/notification_object_proxy.cc', |
| 1555 'browser/notifications/notification_object_proxy.h', | 1553 'browser/notifications/notification_object_proxy.h', |
| 1556 'browser/notifications/notification_options_menu_model.cc', | 1554 'browser/notifications/notification_options_menu_model.cc', |
| 1557 'browser/notifications/notification_options_menu_model.h', | 1555 'browser/notifications/notification_options_menu_model.h', |
| 1558 'browser/notifications/notification_ui_manager.cc', | 1556 'browser/notifications/notification_ui_manager.cc', |
| 1559 'browser/notifications/notification_ui_manager.h', | 1557 'browser/notifications/notification_ui_manager.h', |
| 1560 'browser/notifications/notifications_prefs_cache.cc', | |
| 1561 'browser/notifications/notifications_prefs_cache.h', | |
| 1562 'browser/ntp_background_util.cc', | 1558 'browser/ntp_background_util.cc', |
| 1563 'browser/ntp_background_util.h', | 1559 'browser/ntp_background_util.h', |
| 1564 'browser/omnibox_search_hint.cc', | 1560 'browser/omnibox_search_hint.cc', |
| 1565 'browser/omnibox_search_hint.h', | 1561 'browser/omnibox_search_hint.h', |
| 1566 'browser/oom_priority_manager.cc', | 1562 'browser/oom_priority_manager.cc', |
| 1567 'browser/oom_priority_manager.h', | 1563 'browser/oom_priority_manager.h', |
| 1568 'browser/page_info_model.cc', | 1564 'browser/page_info_model.cc', |
| 1569 'browser/page_info_model.h', | 1565 'browser/page_info_model.h', |
| 1570 'browser/page_info_model_observer.h', | 1566 'browser/page_info_model_observer.h', |
| 1571 'browser/page_info_window.h', | 1567 'browser/page_info_window.h', |
| (...skipping 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4888 # weak imports in dependents, who still must #include | 4884 # weak imports in dependents, who still must #include |
| 4889 # closure_blocks_leopard_compat.h to get weak imports. | 4885 # closure_blocks_leopard_compat.h to get weak imports. |
| 4890 'type': 'none', | 4886 'type': 'none', |
| 4891 }], | 4887 }], |
| 4892 ], | 4888 ], |
| 4893 }, | 4889 }, |
| 4894 ], | 4890 ], |
| 4895 }], | 4891 }], |
| 4896 ], | 4892 ], |
| 4897 } | 4893 } |
| OLD | NEW |