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 1862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1873 'browser/platform_util_common_linux.cc', | 1873 'browser/platform_util_common_linux.cc', |
1874 'browser/platform_util_mac.mm', | 1874 'browser/platform_util_mac.mm', |
1875 'browser/platform_util_win.cc', | 1875 'browser/platform_util_win.cc', |
1876 'browser/plugin_installer.cc', | 1876 'browser/plugin_installer.cc', |
1877 'browser/plugin_installer.h', | 1877 'browser/plugin_installer.h', |
1878 'browser/plugin_process_host.cc', | 1878 'browser/plugin_process_host.cc', |
1879 'browser/plugin_process_host.h', | 1879 'browser/plugin_process_host.h', |
1880 'browser/plugin_process_host_mac.cc', | 1880 'browser/plugin_process_host_mac.cc', |
1881 'browser/plugin_service.cc', | 1881 'browser/plugin_service.cc', |
1882 'browser/plugin_service.h', | 1882 'browser/plugin_service.h', |
| 1883 'browser/plugin_updater.cc', |
| 1884 'browser/plugin_updater.h', |
1883 'browser/possible_url_model.cc', | 1885 'browser/possible_url_model.cc', |
1884 'browser/possible_url_model.h', | 1886 'browser/possible_url_model.h', |
1885 'browser/power_save_blocker.h', | 1887 'browser/power_save_blocker.h', |
1886 'browser/power_save_blocker_common.cc', | 1888 'browser/power_save_blocker_common.cc', |
1887 'browser/power_save_blocker_stub.cc', | 1889 'browser/power_save_blocker_stub.cc', |
1888 'browser/power_save_blocker_win.cc', | 1890 'browser/power_save_blocker_win.cc', |
1889 'browser/pref_member.cc', | 1891 'browser/pref_member.cc', |
1890 'browser/pref_member.h', | 1892 'browser/pref_member.h', |
1891 'browser/pref_service.cc', | 1893 'browser/pref_service.cc', |
1892 'browser/pref_service.h', | 1894 'browser/pref_service.h', |
(...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3496 ], | 3498 ], |
3497 }, | 3499 }, |
3498 ], | 3500 ], |
3499 } | 3501 } |
3500 | 3502 |
3501 # Local Variables: | 3503 # Local Variables: |
3502 # tab-width:2 | 3504 # tab-width:2 |
3503 # indent-tabs-mode:nil | 3505 # indent-tabs-mode:nil |
3504 # End: | 3506 # End: |
3505 # vim: set expandtab tabstop=2 shiftwidth=2: | 3507 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |