Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(93)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2873090: New IPC definitions, only applied to async ROUTED and CONTROL messages. (Closed)
Patch Set: Undo WebCursor for now to fix windows build. Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'browser/importer/firefox_proxy_settings.h', 1818 'browser/importer/firefox_proxy_settings.h',
1819 'browser/importer/ie_importer.cc', 1819 'browser/importer/ie_importer.cc',
1820 'browser/importer/ie_importer.h', 1820 'browser/importer/ie_importer.h',
1821 'browser/importer/importer.cc', 1821 'browser/importer/importer.cc',
1822 'browser/importer/importer.h', 1822 'browser/importer/importer.h',
1823 'browser/importer/importer_bridge.cc', 1823 'browser/importer/importer_bridge.cc',
1824 'browser/importer/importer_bridge.h', 1824 'browser/importer/importer_bridge.h',
1825 'browser/importer/importer_data_types.h', 1825 'browser/importer/importer_data_types.h',
1826 'browser/importer/importer_list.cc', 1826 'browser/importer/importer_list.cc',
1827 'browser/importer/importer_list.h', 1827 'browser/importer/importer_list.h',
1828 'browser/importer/importer_messages.cc',
1828 'browser/importer/importer_messages.h', 1829 'browser/importer/importer_messages.h',
1829 'browser/importer/importer_messages_internal.h', 1830 'browser/importer/importer_messages_internal.h',
1830 'browser/importer/mork_reader.cc', 1831 'browser/importer/mork_reader.cc',
1831 'browser/importer/mork_reader.h', 1832 'browser/importer/mork_reader.h',
1832 'browser/importer/nss_decryptor.cc', 1833 'browser/importer/nss_decryptor.cc',
1833 'browser/importer/nss_decryptor.h', 1834 'browser/importer/nss_decryptor.h',
1834 'browser/importer/nss_decryptor_mac.h', 1835 'browser/importer/nss_decryptor_mac.h',
1835 'browser/importer/nss_decryptor_mac.mm', 1836 'browser/importer/nss_decryptor_mac.mm',
1836 'browser/importer/nss_decryptor_system_nss.cc', 1837 'browser/importer/nss_decryptor_system_nss.cc',
1837 'browser/importer/nss_decryptor_system_nss.h', 1838 'browser/importer/nss_decryptor_system_nss.h',
(...skipping 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
2905 'browser/worker_host/worker_document_set.h', 2906 'browser/worker_host/worker_document_set.h',
2906 'browser/worker_host/worker_process_host.cc', 2907 'browser/worker_host/worker_process_host.cc',
2907 'browser/worker_host/worker_process_host.h', 2908 'browser/worker_host/worker_process_host.h',
2908 'browser/worker_host/worker_service.cc', 2909 'browser/worker_host/worker_service.cc',
2909 'browser/worker_host/worker_service.h', 2910 'browser/worker_host/worker_service.h',
2910 'browser/wrench_menu_model.cc', 2911 'browser/wrench_menu_model.cc',
2911 'browser/wrench_menu_model.h', 2912 'browser/wrench_menu_model.h',
2912 'browser/zygote_host_linux.cc', 2913 'browser/zygote_host_linux.cc',
2913 'browser/zygote_main_linux.cc', 2914 'browser/zygote_main_linux.cc',
2914 2915
2916 # These files are also specified as part of the automation project, but
2917 # we need these definitions here, too, due to usage in our automation
2918 # provider.
2919 'test/automation/automation_messages.cc',
2920 'test/automation/automation_messages.h',
2921
2915 # These files are generated by GRIT. 2922 # These files are generated by GRIT.
2916 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc', 2923 '<(grit_out_dir)/grit/bookmark_manager_resources_map.cc',
2917 '<(grit_out_dir)/grit/shared_resources_map.cc', 2924 '<(grit_out_dir)/grit/shared_resources_map.cc',
2918 '<(grit_out_dir)/grit/theme_resources_map.cc', 2925 '<(grit_out_dir)/grit/theme_resources_map.cc',
2919 ], 2926 ],
2920 'conditions': [ 2927 'conditions': [
2921 ['javascript_engine=="v8"', { 2928 ['javascript_engine=="v8"', {
2922 'defines': [ 2929 'defines': [
2923 'CHROME_V8', 2930 'CHROME_V8',
2924 ], 2931 ],
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
3748 ], 3755 ],
3749 }, 3756 },
3750 ], 3757 ],
3751 } 3758 }
3752 3759
3753 # Local Variables: 3760 # Local Variables:
3754 # tab-width:2 3761 # tab-width:2
3755 # indent-tabs-mode:nil 3762 # indent-tabs-mode:nil
3756 # End: 3763 # End:
3757 # vim: set expandtab tabstop=2 shiftwidth=2: 3764 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698