| 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 1893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1904 'browser/password_manager_delegate_impl.cc', | 1904 'browser/password_manager_delegate_impl.cc', |
| 1905 'browser/password_manager_delegate_impl.h', | 1905 'browser/password_manager_delegate_impl.h', |
| 1906 'browser/platform_util.h', | 1906 'browser/platform_util.h', |
| 1907 'browser/platform_util_linux.cc', | 1907 'browser/platform_util_linux.cc', |
| 1908 'browser/platform_util_chromeos.cc', | 1908 'browser/platform_util_chromeos.cc', |
| 1909 'browser/platform_util_common_linux.cc', | 1909 'browser/platform_util_common_linux.cc', |
| 1910 'browser/platform_util_mac.mm', | 1910 'browser/platform_util_mac.mm', |
| 1911 'browser/platform_util_win.cc', | 1911 'browser/platform_util_win.cc', |
| 1912 'browser/plugin_data_remover.cc', | 1912 'browser/plugin_data_remover.cc', |
| 1913 'browser/plugin_data_remover.h', | 1913 'browser/plugin_data_remover.h', |
| 1914 'browser/plugin_data_remover_helper.cc', |
| 1915 'browser/plugin_data_remover_helper.h', |
| 1914 'browser/plugin_download_helper.cc', | 1916 'browser/plugin_download_helper.cc', |
| 1915 'browser/plugin_download_helper.h', | 1917 'browser/plugin_download_helper.h', |
| 1916 'browser/plugin_exceptions_table_model.cc', | 1918 'browser/plugin_exceptions_table_model.cc', |
| 1917 'browser/plugin_exceptions_table_model.h', | 1919 'browser/plugin_exceptions_table_model.h', |
| 1918 'browser/plugin_installer.cc', | 1920 'browser/plugin_installer.cc', |
| 1919 'browser/plugin_installer.h', | 1921 'browser/plugin_installer.h', |
| 1920 'browser/plugin_process_host.cc', | 1922 'browser/plugin_process_host.cc', |
| 1921 'browser/plugin_process_host.h', | 1923 'browser/plugin_process_host.h', |
| 1922 'browser/plugin_process_host_mac.cc', | 1924 'browser/plugin_process_host_mac.cc', |
| 1923 'browser/plugin_service.cc', | 1925 'browser/plugin_service.cc', |
| (...skipping 2449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4373 ], | 4375 ], |
| 4374 }, | 4376 }, |
| 4375 ], | 4377 ], |
| 4376 } | 4378 } |
| 4377 | 4379 |
| 4378 # Local Variables: | 4380 # Local Variables: |
| 4379 # tab-width:2 | 4381 # tab-width:2 |
| 4380 # indent-tabs-mode:nil | 4382 # indent-tabs-mode:nil |
| 4381 # End: | 4383 # End: |
| 4382 # vim: set expandtab tabstop=2 shiftwidth=2: | 4384 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |