| 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 1811 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 'browser/importer/firefox_proxy_settings.h', | 1822 'browser/importer/firefox_proxy_settings.h', |
| 1823 'browser/importer/ie_importer.cc', | 1823 'browser/importer/ie_importer.cc', |
| 1824 'browser/importer/ie_importer.h', | 1824 'browser/importer/ie_importer.h', |
| 1825 'browser/importer/importer.cc', | 1825 'browser/importer/importer.cc', |
| 1826 'browser/importer/importer.h', | 1826 'browser/importer/importer.h', |
| 1827 'browser/importer/importer_bridge.cc', | 1827 'browser/importer/importer_bridge.cc', |
| 1828 'browser/importer/importer_bridge.h', | 1828 'browser/importer/importer_bridge.h', |
| 1829 'browser/importer/importer_data_types.h', | 1829 'browser/importer/importer_data_types.h', |
| 1830 'browser/importer/importer_list.cc', | 1830 'browser/importer/importer_list.cc', |
| 1831 'browser/importer/importer_list.h', | 1831 'browser/importer/importer_list.h', |
| 1832 'browser/importer/importer_messages.cc', |
| 1832 'browser/importer/importer_messages.h', | 1833 'browser/importer/importer_messages.h', |
| 1833 'browser/importer/importer_messages_internal.h', | 1834 'browser/importer/importer_messages_internal.h', |
| 1834 'browser/importer/mork_reader.cc', | 1835 'browser/importer/mork_reader.cc', |
| 1835 'browser/importer/mork_reader.h', | 1836 'browser/importer/mork_reader.h', |
| 1836 'browser/importer/nss_decryptor.cc', | 1837 'browser/importer/nss_decryptor.cc', |
| 1837 'browser/importer/nss_decryptor.h', | 1838 'browser/importer/nss_decryptor.h', |
| 1838 'browser/importer/nss_decryptor_mac.h', | 1839 'browser/importer/nss_decryptor_mac.h', |
| 1839 'browser/importer/nss_decryptor_mac.mm', | 1840 'browser/importer/nss_decryptor_mac.mm', |
| 1840 'browser/importer/nss_decryptor_system_nss.cc', | 1841 'browser/importer/nss_decryptor_system_nss.cc', |
| 1841 'browser/importer/nss_decryptor_system_nss.h', | 1842 'browser/importer/nss_decryptor_system_nss.h', |
| (...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2909 'browser/worker_host/worker_document_set.h', | 2910 'browser/worker_host/worker_document_set.h', |
| 2910 'browser/worker_host/worker_process_host.cc', | 2911 'browser/worker_host/worker_process_host.cc', |
| 2911 'browser/worker_host/worker_process_host.h', | 2912 'browser/worker_host/worker_process_host.h', |
| 2912 'browser/worker_host/worker_service.cc', | 2913 'browser/worker_host/worker_service.cc', |
| 2913 'browser/worker_host/worker_service.h', | 2914 'browser/worker_host/worker_service.h', |
| 2914 'browser/wrench_menu_model.cc', | 2915 'browser/wrench_menu_model.cc', |
| 2915 'browser/wrench_menu_model.h', | 2916 'browser/wrench_menu_model.h', |
| 2916 'browser/zygote_host_linux.cc', | 2917 'browser/zygote_host_linux.cc', |
| 2917 'browser/zygote_main_linux.cc', | 2918 'browser/zygote_main_linux.cc', |
| 2918 | 2919 |
| 2920 # TODO(erg): http://crbug.com/51409 These files are also specified as |
| 2921 # part of the automation project, but we need these definitions here, |
| 2922 # too, due to usage in our automation provider. |
| 2923 'test/automation/automation_messages.cc', |
| 2924 'test/automation/automation_messages.h', |
| 2925 |
| 2919 # These files are generated by GRIT. | 2926 # These files are generated by GRIT. |
| 2920 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', | 2927 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', |
| 2921 '<(grit_out_dir)/grit/shared_resources_map.cc', | 2928 '<(grit_out_dir)/grit/shared_resources_map.cc', |
| 2922 '<(grit_out_dir)/grit/theme_resources_map.cc', | 2929 '<(grit_out_dir)/grit/theme_resources_map.cc', |
| 2923 ], | 2930 ], |
| 2924 'conditions': [ | 2931 'conditions': [ |
| 2925 ['javascript_engine=="v8"', { | 2932 ['javascript_engine=="v8"', { |
| 2926 'defines': [ | 2933 'defines': [ |
| 2927 'CHROME_V8', | 2934 'CHROME_V8', |
| 2928 ], | 2935 ], |
| (...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3752 ], | 3759 ], |
| 3753 }, | 3760 }, |
| 3754 ], | 3761 ], |
| 3755 } | 3762 } |
| 3756 | 3763 |
| 3757 # Local Variables: | 3764 # Local Variables: |
| 3758 # tab-width:2 | 3765 # tab-width:2 |
| 3759 # indent-tabs-mode:nil | 3766 # indent-tabs-mode:nil |
| 3760 # End: | 3767 # End: |
| 3761 # vim: set expandtab tabstop=2 shiftwidth=2: | 3768 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |