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 1737 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1748 'browser/profiles/off_the_record_profile_io_data.cc', | 1748 'browser/profiles/off_the_record_profile_io_data.cc', |
1749 'browser/profiles/off_the_record_profile_io_data.h', | 1749 'browser/profiles/off_the_record_profile_io_data.h', |
1750 'browser/profiles/profile.cc', | 1750 'browser/profiles/profile.cc', |
1751 'browser/profiles/profile.h', | 1751 'browser/profiles/profile.h', |
1752 'browser/profiles/profile_dependency_manager.cc', | 1752 'browser/profiles/profile_dependency_manager.cc', |
1753 'browser/profiles/profile_dependency_manager.h', | 1753 'browser/profiles/profile_dependency_manager.h', |
1754 'browser/profiles/profile_impl.cc', | 1754 'browser/profiles/profile_impl.cc', |
1755 'browser/profiles/profile_impl.h', | 1755 'browser/profiles/profile_impl.h', |
1756 'browser/profiles/profile_impl_io_data.cc', | 1756 'browser/profiles/profile_impl_io_data.cc', |
1757 'browser/profiles/profile_impl_io_data.h', | 1757 'browser/profiles/profile_impl_io_data.h', |
| 1758 'browser/profiles/profile_info_cache.cc', |
| 1759 'browser/profiles/profile_info_cache.h', |
1758 'browser/profiles/profile_io_data.cc', | 1760 'browser/profiles/profile_io_data.cc', |
1759 'browser/profiles/profile_io_data.h', | 1761 'browser/profiles/profile_io_data.h', |
1760 'browser/profiles/profile_keyed_service_factory.cc', | 1762 'browser/profiles/profile_keyed_service_factory.cc', |
1761 'browser/profiles/profile_keyed_service_factory.h', | 1763 'browser/profiles/profile_keyed_service_factory.h', |
1762 'browser/profiles/profile_manager.cc', | 1764 'browser/profiles/profile_manager.cc', |
1763 'browser/profiles/profile_manager.h', | 1765 'browser/profiles/profile_manager.h', |
1764 'browser/remove_rows_table_model.h', | 1766 'browser/remove_rows_table_model.h', |
1765 'browser/renderer_host/accelerated_plugin_view_mac.h', | 1767 'browser/renderer_host/accelerated_plugin_view_mac.h', |
1766 'browser/renderer_host/accelerated_plugin_view_mac.mm', | 1768 'browser/renderer_host/accelerated_plugin_view_mac.mm', |
1767 'browser/renderer_host/chrome_render_message_filter.cc', | 1769 'browser/renderer_host/chrome_render_message_filter.cc', |
(...skipping 2883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4651 'hard_dependency': 1, | 4653 'hard_dependency': 1, |
4652 }, | 4654 }, |
4653 ], | 4655 ], |
4654 } | 4656 } |
4655 | 4657 |
4656 # Local Variables: | 4658 # Local Variables: |
4657 # tab-width:2 | 4659 # tab-width:2 |
4658 # indent-tabs-mode:nil | 4660 # indent-tabs-mode:nil |
4659 # End: | 4661 # End: |
4660 # vim: set expandtab tabstop=2 shiftwidth=2: | 4662 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |