| 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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1793 'browser/printing/printer_query.cc', | 1793 'browser/printing/printer_query.cc', |
| 1794 'browser/printing/printer_query.h', | 1794 'browser/printing/printer_query.h', |
| 1795 'browser/printing/printing_message_filter.cc', | 1795 'browser/printing/printing_message_filter.cc', |
| 1796 'browser/printing/printing_message_filter.h', | 1796 'browser/printing/printing_message_filter.h', |
| 1797 'browser/process_info_snapshot.h', | 1797 'browser/process_info_snapshot.h', |
| 1798 'browser/process_info_snapshot_mac.cc', | 1798 'browser/process_info_snapshot_mac.cc', |
| 1799 'browser/process_singleton.h', | 1799 'browser/process_singleton.h', |
| 1800 'browser/process_singleton_linux.cc', | 1800 'browser/process_singleton_linux.cc', |
| 1801 'browser/process_singleton_mac.cc', | 1801 'browser/process_singleton_mac.cc', |
| 1802 'browser/process_singleton_win.cc', | 1802 'browser/process_singleton_win.cc', |
| 1803 'browser/profiles/avatar_menu_model.cc', |
| 1804 'browser/profiles/avatar_menu_model.h', |
| 1805 'browser/profiles/avatar_menu_model_observer.h', |
| 1803 'browser/profiles/off_the_record_profile_io_data.cc', | 1806 'browser/profiles/off_the_record_profile_io_data.cc', |
| 1804 'browser/profiles/off_the_record_profile_io_data.h', | 1807 'browser/profiles/off_the_record_profile_io_data.h', |
| 1805 'browser/profiles/profile.cc', | 1808 'browser/profiles/profile.cc', |
| 1806 'browser/profiles/profile.h', | 1809 'browser/profiles/profile.h', |
| 1807 'browser/profiles/profile_dependency_manager.cc', | 1810 'browser/profiles/profile_dependency_manager.cc', |
| 1808 'browser/profiles/profile_dependency_manager.h', | 1811 'browser/profiles/profile_dependency_manager.h', |
| 1809 'browser/profiles/profile_impl.cc', | 1812 'browser/profiles/profile_impl.cc', |
| 1810 'browser/profiles/profile_impl.h', | 1813 'browser/profiles/profile_impl.h', |
| 1811 'browser/profiles/profile_impl_io_data.cc', | 1814 'browser/profiles/profile_impl_io_data.cc', |
| 1812 'browser/profiles/profile_impl_io_data.h', | 1815 'browser/profiles/profile_impl_io_data.h', |
| 1813 'browser/profiles/profile_info_cache.cc', | 1816 'browser/profiles/profile_info_cache.cc', |
| 1814 'browser/profiles/profile_info_cache.h', | 1817 'browser/profiles/profile_info_cache.h', |
| 1818 'browser/profiles/profile_info_interface.h', |
| 1815 'browser/profiles/profile_io_data.cc', | 1819 'browser/profiles/profile_io_data.cc', |
| 1816 'browser/profiles/profile_io_data.h', | 1820 'browser/profiles/profile_io_data.h', |
| 1817 'browser/profiles/profile_keyed_service_factory.cc', | 1821 'browser/profiles/profile_keyed_service_factory.cc', |
| 1818 'browser/profiles/profile_keyed_service_factory.h', | 1822 'browser/profiles/profile_keyed_service_factory.h', |
| 1819 'browser/profiles/profile_manager.cc', | 1823 'browser/profiles/profile_manager.cc', |
| 1820 'browser/profiles/profile_manager.h', | 1824 'browser/profiles/profile_manager.h', |
| 1821 'browser/remove_rows_table_model.h', | 1825 'browser/remove_rows_table_model.h', |
| 1822 'browser/remoting/firewall_traversal_tab_helper.cc', | 1826 'browser/remoting/firewall_traversal_tab_helper.cc', |
| 1823 'browser/remoting/firewall_traversal_tab_helper.h', | 1827 'browser/remoting/firewall_traversal_tab_helper.h', |
| 1824 'browser/renderer_host/accelerated_plugin_view_mac.h', | 1828 'browser/renderer_host/accelerated_plugin_view_mac.h', |
| (...skipping 3064 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4889 ], | 4893 ], |
| 4890 'export_dependent_settings': [ | 4894 'export_dependent_settings': [ |
| 4891 'in_memory_url_index_cache_proto', | 4895 'in_memory_url_index_cache_proto', |
| 4892 ], | 4896 ], |
| 4893 # This target exports a hard dependency because it includes generated | 4897 # This target exports a hard dependency because it includes generated |
| 4894 # header files. | 4898 # header files. |
| 4895 'hard_dependency': 1, | 4899 'hard_dependency': 1, |
| 4896 }, | 4900 }, |
| 4897 ], | 4901 ], |
| 4898 } | 4902 } |
| OLD | NEW |