| 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 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1839 'browser/importer/firefox_proxy_settings.h', | 1839 'browser/importer/firefox_proxy_settings.h', |
| 1840 'browser/importer/ie_importer.cc', | 1840 'browser/importer/ie_importer.cc', |
| 1841 'browser/importer/ie_importer.h', | 1841 'browser/importer/ie_importer.h', |
| 1842 'browser/importer/importer.cc', | 1842 'browser/importer/importer.cc', |
| 1843 'browser/importer/importer.h', | 1843 'browser/importer/importer.h', |
| 1844 'browser/importer/importer_bridge.cc', | 1844 'browser/importer/importer_bridge.cc', |
| 1845 'browser/importer/importer_bridge.h', | 1845 'browser/importer/importer_bridge.h', |
| 1846 'browser/importer/importer_data_types.h', | 1846 'browser/importer/importer_data_types.h', |
| 1847 'browser/importer/importer_list.cc', | 1847 'browser/importer/importer_list.cc', |
| 1848 'browser/importer/importer_list.h', | 1848 'browser/importer/importer_list.h', |
| 1849 'browser/importer/importer_messages.cc', | |
| 1850 'browser/importer/importer_messages.h', | 1849 'browser/importer/importer_messages.h', |
| 1851 'browser/importer/importer_messages_internal.h', | 1850 'browser/importer/importer_messages_internal.h', |
| 1852 'browser/importer/mork_reader.cc', | 1851 'browser/importer/mork_reader.cc', |
| 1853 'browser/importer/mork_reader.h', | 1852 'browser/importer/mork_reader.h', |
| 1854 'browser/importer/nss_decryptor.cc', | 1853 'browser/importer/nss_decryptor.cc', |
| 1855 'browser/importer/nss_decryptor.h', | 1854 'browser/importer/nss_decryptor.h', |
| 1856 'browser/importer/nss_decryptor_mac.h', | 1855 'browser/importer/nss_decryptor_mac.h', |
| 1857 'browser/importer/nss_decryptor_mac.mm', | 1856 'browser/importer/nss_decryptor_mac.mm', |
| 1858 'browser/importer/nss_decryptor_system_nss.cc', | 1857 'browser/importer/nss_decryptor_system_nss.cc', |
| 1859 'browser/importer/nss_decryptor_system_nss.h', | 1858 'browser/importer/nss_decryptor_system_nss.h', |
| (...skipping 1097 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2957 'browser/worker_host/worker_document_set.h', | 2956 'browser/worker_host/worker_document_set.h', |
| 2958 'browser/worker_host/worker_process_host.cc', | 2957 'browser/worker_host/worker_process_host.cc', |
| 2959 'browser/worker_host/worker_process_host.h', | 2958 'browser/worker_host/worker_process_host.h', |
| 2960 'browser/worker_host/worker_service.cc', | 2959 'browser/worker_host/worker_service.cc', |
| 2961 'browser/worker_host/worker_service.h', | 2960 'browser/worker_host/worker_service.h', |
| 2962 'browser/wrench_menu_model.cc', | 2961 'browser/wrench_menu_model.cc', |
| 2963 'browser/wrench_menu_model.h', | 2962 'browser/wrench_menu_model.h', |
| 2964 'browser/zygote_host_linux.cc', | 2963 'browser/zygote_host_linux.cc', |
| 2965 'browser/zygote_main_linux.cc', | 2964 'browser/zygote_main_linux.cc', |
| 2966 | 2965 |
| 2967 # TODO(erg): http://crbug.com/51409 These files are also specified as | |
| 2968 # part of the automation project, but we need these definitions here, | |
| 2969 # too, due to usage in our automation provider. | |
| 2970 'test/automation/automation_messages.cc', | |
| 2971 'test/automation/automation_messages.h', | |
| 2972 | |
| 2973 # These files are generated by GRIT. | 2966 # These files are generated by GRIT. |
| 2974 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', | 2967 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', |
| 2975 '<(grit_out_dir)/grit/shared_resources_map.cc', | 2968 '<(grit_out_dir)/grit/shared_resources_map.cc', |
| 2976 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2969 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2977 ], | 2970 ], |
| 2978 'conditions': [ | 2971 'conditions': [ |
| 2979 ['javascript_engine=="v8"', { | 2972 ['javascript_engine=="v8"', { |
| 2980 'defines': [ | 2973 'defines': [ |
| 2981 'CHROME_V8', | 2974 'CHROME_V8', |
| 2982 ], | 2975 ], |
| (...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3799 ], | 3792 ], |
| 3800 }, | 3793 }, |
| 3801 ], | 3794 ], |
| 3802 } | 3795 } |
| 3803 | 3796 |
| 3804 # Local Variables: | 3797 # Local Variables: |
| 3805 # tab-width:2 | 3798 # tab-width:2 |
| 3806 # indent-tabs-mode:nil | 3799 # indent-tabs-mode:nil |
| 3807 # End: | 3800 # End: |
| 3808 # vim: set expandtab tabstop=2 shiftwidth=2: | 3801 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |