| 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 754 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 765 'browser/chromeos/web_socket_proxy_controller.cc', | 765 'browser/chromeos/web_socket_proxy_controller.cc', |
| 766 'browser/chromeos/web_socket_proxy_controller.h', | 766 'browser/chromeos/web_socket_proxy_controller.h', |
| 767 'browser/chromeos/wm_ipc.cc', | 767 'browser/chromeos/wm_ipc.cc', |
| 768 'browser/chromeos/wm_ipc.h', | 768 'browser/chromeos/wm_ipc.h', |
| 769 'browser/chromeos/wm_message_listener.cc', | 769 'browser/chromeos/wm_message_listener.cc', |
| 770 'browser/chromeos/wm_message_listener.h', | 770 'browser/chromeos/wm_message_listener.h', |
| 771 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', | 771 'browser/chromeos/xinput_hierarchy_changed_event_listener.cc', |
| 772 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', | 772 'browser/chromeos/xinput_hierarchy_changed_event_listener.h', |
| 773 'browser/command_updater.cc', | 773 'browser/command_updater.cc', |
| 774 'browser/command_updater.h', | 774 'browser/command_updater.h', |
| 775 'browser/component_updater/component_updater_configurator.cc', |
| 776 'browser/component_updater/component_updater_configurator.h', |
| 775 'browser/component_updater/component_unpacker.cc', | 777 'browser/component_updater/component_unpacker.cc', |
| 776 'browser/component_updater/component_unpacker.h', | 778 'browser/component_updater/component_unpacker.h', |
| 777 'browser/component_updater/component_updater_service.cc', | 779 'browser/component_updater/component_updater_service.cc', |
| 778 'browser/component_updater/component_updater_service.h', | 780 'browser/component_updater/component_updater_service.h', |
| 779 'browser/content_settings/content_settings_details.cc', | 781 'browser/content_settings/content_settings_details.cc', |
| 780 'browser/content_settings/content_settings_details.h', | 782 'browser/content_settings/content_settings_details.h', |
| 781 'browser/content_settings/content_settings_extension_provider.cc', | 783 'browser/content_settings/content_settings_extension_provider.cc', |
| 782 'browser/content_settings/content_settings_extension_provider.h', | 784 'browser/content_settings/content_settings_extension_provider.h', |
| 783 'browser/content_settings/content_settings_notification_provider.cc', | 785 'browser/content_settings/content_settings_notification_provider.cc', |
| 784 'browser/content_settings/content_settings_notification_provider.h', | 786 'browser/content_settings/content_settings_notification_provider.h', |
| (...skipping 4109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4894 ], | 4896 ], |
| 4895 'export_dependent_settings': [ | 4897 'export_dependent_settings': [ |
| 4896 'in_memory_url_index_cache_proto', | 4898 'in_memory_url_index_cache_proto', |
| 4897 ], | 4899 ], |
| 4898 # This target exports a hard dependency because it includes generated | 4900 # This target exports a hard dependency because it includes generated |
| 4899 # header files. | 4901 # header files. |
| 4900 'hard_dependency': 1, | 4902 'hard_dependency': 1, |
| 4901 }, | 4903 }, |
| 4902 ], | 4904 ], |
| 4903 } | 4905 } |
| OLD | NEW |