OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1733 'browser/platform_util_common_linux.cc', | 1733 'browser/platform_util_common_linux.cc', |
1734 'browser/platform_util_mac.mm', | 1734 'browser/platform_util_mac.mm', |
1735 'browser/platform_util_win.cc', | 1735 'browser/platform_util_win.cc', |
1736 'browser/plugin_installer.cc', | 1736 'browser/plugin_installer.cc', |
1737 'browser/plugin_installer.h', | 1737 'browser/plugin_installer.h', |
1738 'browser/plugin_process_host.cc', | 1738 'browser/plugin_process_host.cc', |
1739 'browser/plugin_process_host.h', | 1739 'browser/plugin_process_host.h', |
1740 'browser/plugin_process_host_mac.cc', | 1740 'browser/plugin_process_host_mac.cc', |
1741 'browser/plugin_service.cc', | 1741 'browser/plugin_service.cc', |
1742 'browser/plugin_service.h', | 1742 'browser/plugin_service.h', |
| 1743 'browser/plugin_updater.cc', |
| 1744 'browser/plugin_updater.h', |
1743 'browser/possible_url_model.cc', | 1745 'browser/possible_url_model.cc', |
1744 'browser/possible_url_model.h', | 1746 'browser/possible_url_model.h', |
1745 'browser/power_save_blocker.h', | 1747 'browser/power_save_blocker.h', |
1746 'browser/power_save_blocker_common.cc', | 1748 'browser/power_save_blocker_common.cc', |
1747 'browser/power_save_blocker_stub.cc', | 1749 'browser/power_save_blocker_stub.cc', |
1748 'browser/power_save_blocker_win.cc', | 1750 'browser/power_save_blocker_win.cc', |
1749 'browser/pref_member.cc', | 1751 'browser/pref_member.cc', |
1750 'browser/pref_member.h', | 1752 'browser/pref_member.h', |
1751 'browser/pref_service.cc', | 1753 'browser/pref_service.cc', |
1752 'browser/pref_service.h', | 1754 'browser/pref_service.h', |
(...skipping 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3426 ] | 3428 ] |
3427 }, | 3429 }, |
3428 ], | 3430 ], |
3429 } | 3431 } |
3430 | 3432 |
3431 # Local Variables: | 3433 # Local Variables: |
3432 # tab-width:2 | 3434 # tab-width:2 |
3433 # indent-tabs-mode:nil | 3435 # indent-tabs-mode:nil |
3434 # End: | 3436 # End: |
3435 # vim: set expandtab tabstop=2 shiftwidth=2: | 3437 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |