| 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': '<(library)', | 9 'type': '<(library)', |
| 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
| (...skipping 1745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1756 'browser/jankometer.cc', | 1756 'browser/jankometer.cc', |
| 1757 'browser/jankometer.h', | 1757 'browser/jankometer.h', |
| 1758 'browser/jumplist_win.cc', | 1758 'browser/jumplist_win.cc', |
| 1759 'browser/jumplist_win.h', | 1759 'browser/jumplist_win.h', |
| 1760 'browser/keychain_mac.cc', | 1760 'browser/keychain_mac.cc', |
| 1761 'browser/keychain_mac.h', | 1761 'browser/keychain_mac.h', |
| 1762 'browser/language_combobox_model.cc', | 1762 'browser/language_combobox_model.cc', |
| 1763 'browser/language_combobox_model.h', | 1763 'browser/language_combobox_model.h', |
| 1764 'browser/language_order_table_model.cc', | 1764 'browser/language_order_table_model.cc', |
| 1765 'browser/language_order_table_model.h', | 1765 'browser/language_order_table_model.h', |
| 1766 'browser/load_from_memory_cache_details.cc', |
| 1766 'browser/load_from_memory_cache_details.h', | 1767 'browser/load_from_memory_cache_details.h', |
| 1767 'browser/load_notification_details.h', | 1768 'browser/load_notification_details.h', |
| 1768 'browser/enumerate_modules_model_win.cc', | 1769 'browser/enumerate_modules_model_win.cc', |
| 1769 'browser/enumerate_modules_model_win.h', | 1770 'browser/enumerate_modules_model_win.h', |
| 1770 'browser/mach_broker_mac.cc', | 1771 'browser/mach_broker_mac.cc', |
| 1771 'browser/mach_broker_mac.h', | 1772 'browser/mach_broker_mac.h', |
| 1772 'browser/memory_details.cc', | 1773 'browser/memory_details.cc', |
| 1773 'browser/memory_details_linux.cc', | 1774 'browser/memory_details_linux.cc', |
| 1774 'browser/memory_details_mac.cc', | 1775 'browser/memory_details_mac.cc', |
| 1775 'browser/memory_details_win.cc', | 1776 'browser/memory_details_win.cc', |
| (...skipping 2802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4578 ], | 4579 ], |
| 4579 }, | 4580 }, |
| 4580 ], | 4581 ], |
| 4581 } | 4582 } |
| 4582 | 4583 |
| 4583 # Local Variables: | 4584 # Local Variables: |
| 4584 # tab-width:2 | 4585 # tab-width:2 |
| 4585 # indent-tabs-mode:nil | 4586 # indent-tabs-mode:nil |
| 4586 # End: | 4587 # End: |
| 4587 # vim: set expandtab tabstop=2 shiftwidth=2: | 4588 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |