| 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 2358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2369 'browser/password_manager/password_store_win.cc', | 2369 'browser/password_manager/password_store_win.cc', |
| 2370 'browser/password_manager/password_store_win.h', | 2370 'browser/password_manager/password_store_win.h', |
| 2371 'browser/password_manager/password_store_x.cc', | 2371 'browser/password_manager/password_store_x.cc', |
| 2372 'browser/password_manager/password_store_x.h', | 2372 'browser/password_manager/password_store_x.h', |
| 2373 'browser/platform_util.h', | 2373 'browser/platform_util.h', |
| 2374 'browser/platform_util_linux.cc', | 2374 'browser/platform_util_linux.cc', |
| 2375 'browser/platform_util_chromeos.cc', | 2375 'browser/platform_util_chromeos.cc', |
| 2376 'browser/platform_util_common_linux.cc', | 2376 'browser/platform_util_common_linux.cc', |
| 2377 'browser/platform_util_mac.mm', | 2377 'browser/platform_util_mac.mm', |
| 2378 'browser/platform_util_win.cc', | 2378 'browser/platform_util_win.cc', |
| 2379 'browser/plugin_data_remover.cc', |
| 2380 'browser/plugin_data_remover.h', |
| 2379 'browser/plugin_download_helper.cc', | 2381 'browser/plugin_download_helper.cc', |
| 2380 'browser/plugin_download_helper.h', | 2382 'browser/plugin_download_helper.h', |
| 2381 'browser/plugin_exceptions_table_model.cc', | 2383 'browser/plugin_exceptions_table_model.cc', |
| 2382 'browser/plugin_exceptions_table_model.h', | 2384 'browser/plugin_exceptions_table_model.h', |
| 2383 'browser/plugin_installer.cc', | 2385 'browser/plugin_installer.cc', |
| 2384 'browser/plugin_installer.h', | 2386 'browser/plugin_installer.h', |
| 2385 'browser/plugin_process_host.cc', | 2387 'browser/plugin_process_host.cc', |
| 2386 'browser/plugin_process_host.h', | 2388 'browser/plugin_process_host.h', |
| 2387 'browser/plugin_process_host_mac.cc', | 2389 'browser/plugin_process_host_mac.cc', |
| 2388 'browser/plugin_service.cc', | 2390 'browser/plugin_service.cc', |
| (...skipping 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4293 ], | 4295 ], |
| 4294 }, | 4296 }, |
| 4295 ], | 4297 ], |
| 4296 } | 4298 } |
| 4297 | 4299 |
| 4298 # Local Variables: | 4300 # Local Variables: |
| 4299 # tab-width:2 | 4301 # tab-width:2 |
| 4300 # indent-tabs-mode:nil | 4302 # indent-tabs-mode:nil |
| 4301 # End: | 4303 # End: |
| 4302 # vim: set expandtab tabstop=2 shiftwidth=2: | 4304 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |