| 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 2364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2375 'browser/password_manager/password_store_x.cc', | 2375 'browser/password_manager/password_store_x.cc', |
| 2376 'browser/password_manager/password_store_x.h', | 2376 'browser/password_manager/password_store_x.h', |
| 2377 'browser/platform_util.h', | 2377 'browser/platform_util.h', |
| 2378 'browser/platform_util_linux.cc', | 2378 'browser/platform_util_linux.cc', |
| 2379 'browser/platform_util_chromeos.cc', | 2379 'browser/platform_util_chromeos.cc', |
| 2380 'browser/platform_util_common_linux.cc', | 2380 'browser/platform_util_common_linux.cc', |
| 2381 'browser/platform_util_mac.mm', | 2381 'browser/platform_util_mac.mm', |
| 2382 'browser/platform_util_win.cc', | 2382 'browser/platform_util_win.cc', |
| 2383 'browser/plugin_data_remover.cc', | 2383 'browser/plugin_data_remover.cc', |
| 2384 'browser/plugin_data_remover.h', | 2384 'browser/plugin_data_remover.h', |
| 2385 'browser/plugin_data_remover_helper.cc', |
| 2386 'browser/plugin_data_remover_helper.h', |
| 2385 'browser/plugin_download_helper.cc', | 2387 'browser/plugin_download_helper.cc', |
| 2386 'browser/plugin_download_helper.h', | 2388 'browser/plugin_download_helper.h', |
| 2387 'browser/plugin_exceptions_table_model.cc', | 2389 'browser/plugin_exceptions_table_model.cc', |
| 2388 'browser/plugin_exceptions_table_model.h', | 2390 'browser/plugin_exceptions_table_model.h', |
| 2389 'browser/plugin_installer.cc', | 2391 'browser/plugin_installer.cc', |
| 2390 'browser/plugin_installer.h', | 2392 'browser/plugin_installer.h', |
| 2391 'browser/plugin_process_host.cc', | 2393 'browser/plugin_process_host.cc', |
| 2392 'browser/plugin_process_host.h', | 2394 'browser/plugin_process_host.h', |
| 2393 'browser/plugin_process_host_mac.cc', | 2395 'browser/plugin_process_host_mac.cc', |
| 2394 'browser/plugin_service.cc', | 2396 'browser/plugin_service.cc', |
| (...skipping 1910 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4305 ], | 4307 ], |
| 4306 }, | 4308 }, |
| 4307 ], | 4309 ], |
| 4308 } | 4310 } |
| 4309 | 4311 |
| 4310 # Local Variables: | 4312 # Local Variables: |
| 4311 # tab-width:2 | 4313 # tab-width:2 |
| 4312 # indent-tabs-mode:nil | 4314 # indent-tabs-mode:nil |
| 4313 # End: | 4315 # End: |
| 4314 # vim: set expandtab tabstop=2 shiftwidth=2: | 4316 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |