| 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 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1743 'browser/profiles/off_the_record_profile_io_data.cc', | 1743 'browser/profiles/off_the_record_profile_io_data.cc', |
| 1744 'browser/profiles/off_the_record_profile_io_data.h', | 1744 'browser/profiles/off_the_record_profile_io_data.h', |
| 1745 'browser/profiles/profile.cc', | 1745 'browser/profiles/profile.cc', |
| 1746 'browser/profiles/profile.h', | 1746 'browser/profiles/profile.h', |
| 1747 'browser/profiles/profile_dependency_manager.cc', | 1747 'browser/profiles/profile_dependency_manager.cc', |
| 1748 'browser/profiles/profile_dependency_manager.h', | 1748 'browser/profiles/profile_dependency_manager.h', |
| 1749 'browser/profiles/profile_impl.cc', | 1749 'browser/profiles/profile_impl.cc', |
| 1750 'browser/profiles/profile_impl.h', | 1750 'browser/profiles/profile_impl.h', |
| 1751 'browser/profiles/profile_impl_io_data.cc', | 1751 'browser/profiles/profile_impl_io_data.cc', |
| 1752 'browser/profiles/profile_impl_io_data.h', | 1752 'browser/profiles/profile_impl_io_data.h', |
| 1753 'browser/profiles/profile_info_cache.cc', |
| 1754 'browser/profiles/profile_info_cache.h', |
| 1753 'browser/profiles/profile_io_data.cc', | 1755 'browser/profiles/profile_io_data.cc', |
| 1754 'browser/profiles/profile_io_data.h', | 1756 'browser/profiles/profile_io_data.h', |
| 1755 'browser/profiles/profile_keyed_service_factory.cc', | 1757 'browser/profiles/profile_keyed_service_factory.cc', |
| 1756 'browser/profiles/profile_keyed_service_factory.h', | 1758 'browser/profiles/profile_keyed_service_factory.h', |
| 1757 'browser/profiles/profile_manager.cc', | 1759 'browser/profiles/profile_manager.cc', |
| 1758 'browser/profiles/profile_manager.h', | 1760 'browser/profiles/profile_manager.h', |
| 1759 'browser/remove_rows_table_model.h', | 1761 'browser/remove_rows_table_model.h', |
| 1760 'browser/renderer_host/accelerated_plugin_view_mac.h', | 1762 'browser/renderer_host/accelerated_plugin_view_mac.h', |
| 1761 'browser/renderer_host/accelerated_plugin_view_mac.mm', | 1763 'browser/renderer_host/accelerated_plugin_view_mac.mm', |
| 1762 'browser/renderer_host/chrome_render_message_filter.cc', | 1764 'browser/renderer_host/chrome_render_message_filter.cc', |
| (...skipping 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4638 'hard_dependency': 1, | 4640 'hard_dependency': 1, |
| 4639 }, | 4641 }, |
| 4640 ], | 4642 ], |
| 4641 } | 4643 } |
| 4642 | 4644 |
| 4643 # Local Variables: | 4645 # Local Variables: |
| 4644 # tab-width:2 | 4646 # tab-width:2 |
| 4645 # indent-tabs-mode:nil | 4647 # indent-tabs-mode:nil |
| 4646 # End: | 4648 # End: |
| 4647 # vim: set expandtab tabstop=2 shiftwidth=2: | 4649 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |