| 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 1878 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1889 'browser/platform_util_common_linux.cc', | 1889 'browser/platform_util_common_linux.cc', |
| 1890 'browser/platform_util_mac.mm', | 1890 'browser/platform_util_mac.mm', |
| 1891 'browser/platform_util_win.cc', | 1891 'browser/platform_util_win.cc', |
| 1892 'browser/plugin_installer.cc', | 1892 'browser/plugin_installer.cc', |
| 1893 'browser/plugin_installer.h', | 1893 'browser/plugin_installer.h', |
| 1894 'browser/plugin_process_host.cc', | 1894 'browser/plugin_process_host.cc', |
| 1895 'browser/plugin_process_host.h', | 1895 'browser/plugin_process_host.h', |
| 1896 'browser/plugin_process_host_mac.cc', | 1896 'browser/plugin_process_host_mac.cc', |
| 1897 'browser/plugin_service.cc', | 1897 'browser/plugin_service.cc', |
| 1898 'browser/plugin_service.h', | 1898 'browser/plugin_service.h', |
| 1899 'browser/plugin_updater.cc', |
| 1900 'browser/plugin_updater.h', |
| 1899 'browser/possible_url_model.cc', | 1901 'browser/possible_url_model.cc', |
| 1900 'browser/possible_url_model.h', | 1902 'browser/possible_url_model.h', |
| 1901 'browser/power_save_blocker.h', | 1903 'browser/power_save_blocker.h', |
| 1902 'browser/power_save_blocker_common.cc', | 1904 'browser/power_save_blocker_common.cc', |
| 1903 'browser/power_save_blocker_stub.cc', | 1905 'browser/power_save_blocker_stub.cc', |
| 1904 'browser/power_save_blocker_win.cc', | 1906 'browser/power_save_blocker_win.cc', |
| 1905 'browser/pref_member.cc', | 1907 'browser/pref_member.cc', |
| 1906 'browser/pref_member.h', | 1908 'browser/pref_member.h', |
| 1907 'browser/pref_service.cc', | 1909 'browser/pref_service.cc', |
| 1908 'browser/pref_service.h', | 1910 'browser/pref_service.h', |
| (...skipping 1606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3515 ], | 3517 ], |
| 3516 }, | 3518 }, |
| 3517 ], | 3519 ], |
| 3518 } | 3520 } |
| 3519 | 3521 |
| 3520 # Local Variables: | 3522 # Local Variables: |
| 3521 # tab-width:2 | 3523 # tab-width:2 |
| 3522 # indent-tabs-mode:nil | 3524 # indent-tabs-mode:nil |
| 3523 # End: | 3525 # End: |
| 3524 # vim: set expandtab tabstop=2 shiftwidth=2: | 3526 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |