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 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2228 'browser/password_manager/password_store_win.cc', | 2228 'browser/password_manager/password_store_win.cc', |
2229 'browser/password_manager/password_store_win.h', | 2229 'browser/password_manager/password_store_win.h', |
2230 'browser/password_manager/password_store_x.cc', | 2230 'browser/password_manager/password_store_x.cc', |
2231 'browser/password_manager/password_store_x.h', | 2231 'browser/password_manager/password_store_x.h', |
2232 'browser/platform_util.h', | 2232 'browser/platform_util.h', |
2233 'browser/platform_util_linux.cc', | 2233 'browser/platform_util_linux.cc', |
2234 'browser/platform_util_chromeos.cc', | 2234 'browser/platform_util_chromeos.cc', |
2235 'browser/platform_util_common_linux.cc', | 2235 'browser/platform_util_common_linux.cc', |
2236 'browser/platform_util_mac.mm', | 2236 'browser/platform_util_mac.mm', |
2237 'browser/platform_util_win.cc', | 2237 'browser/platform_util_win.cc', |
| 2238 'browser/plugin_download_helper.cc', |
| 2239 'browser/plugin_download_helper.h', |
2238 'browser/plugin_exceptions_table_model.cc', | 2240 'browser/plugin_exceptions_table_model.cc', |
2239 'browser/plugin_exceptions_table_model.h', | 2241 'browser/plugin_exceptions_table_model.h', |
2240 'browser/plugin_installer.cc', | 2242 'browser/plugin_installer.cc', |
2241 'browser/plugin_installer.h', | 2243 'browser/plugin_installer.h', |
2242 'browser/plugin_process_host.cc', | 2244 'browser/plugin_process_host.cc', |
2243 'browser/plugin_process_host.h', | 2245 'browser/plugin_process_host.h', |
2244 'browser/plugin_process_host_mac.cc', | 2246 'browser/plugin_process_host_mac.cc', |
2245 'browser/plugin_service.cc', | 2247 'browser/plugin_service.cc', |
2246 'browser/plugin_service.h', | 2248 'browser/plugin_service.h', |
2247 'browser/plugin_updater.cc', | 2249 'browser/plugin_updater.cc', |
(...skipping 1805 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4053 ], | 4055 ], |
4054 }, | 4056 }, |
4055 ], | 4057 ], |
4056 } | 4058 } |
4057 | 4059 |
4058 # Local Variables: | 4060 # Local Variables: |
4059 # tab-width:2 | 4061 # tab-width:2 |
4060 # indent-tabs-mode:nil | 4062 # indent-tabs-mode:nil |
4061 # End: | 4063 # End: |
4062 # vim: set expandtab tabstop=2 shiftwidth=2: | 4064 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |