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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5606002: Move:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/worker_host/worker_process_host.cc ('k') | chrome/chrome_tests.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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 'browser/external_protocol_handler.cc', 1182 'browser/external_protocol_handler.cc',
1183 'browser/external_protocol_handler.h', 1183 'browser/external_protocol_handler.h',
1184 'browser/external_tab_container_win.cc', 1184 'browser/external_tab_container_win.cc',
1185 'browser/external_tab_container_win.h', 1185 'browser/external_tab_container_win.h',
1186 'browser/global_keyboard_shortcuts_mac.h', 1186 'browser/global_keyboard_shortcuts_mac.h',
1187 'browser/global_keyboard_shortcuts_mac.mm', 1187 'browser/global_keyboard_shortcuts_mac.mm',
1188 'browser/fav_icon_helper.cc', 1188 'browser/fav_icon_helper.cc',
1189 'browser/fav_icon_helper.h', 1189 'browser/fav_icon_helper.h',
1190 'browser/favicon_service.cc', 1190 'browser/favicon_service.cc',
1191 'browser/favicon_service.h', 1191 'browser/favicon_service.h',
1192 'browser/file_path_watcher.cc', 1192 'browser/file_path_watcher/file_path_watcher.cc',
1193 'browser/file_path_watcher.h', 1193 'browser/file_path_watcher/file_path_watcher.h',
1194 'browser/file_path_watcher_inotify.cc', 1194 'browser/file_path_watcher/file_path_watcher_inotify.cc',
1195 'browser/file_path_watcher_mac.cc', 1195 'browser/file_path_watcher/file_path_watcher_mac.cc',
1196 'browser/file_path_watcher_win.cc', 1196 'browser/file_path_watcher/file_path_watcher_win.cc',
1197 'browser/file_select_helper.cc', 1197 'browser/file_select_helper.cc',
1198 'browser/file_select_helper.h', 1198 'browser/file_select_helper.h',
1199 'browser/file_system/browser_file_system_context.cc', 1199 'browser/file_system/browser_file_system_context.cc',
1200 'browser/file_system/browser_file_system_context.h', 1200 'browser/file_system/browser_file_system_context.h',
1201 'browser/file_system/file_system_dispatcher_host.cc', 1201 'browser/file_system/file_system_dispatcher_host.cc',
1202 'browser/file_system/file_system_dispatcher_host.h', 1202 'browser/file_system/file_system_dispatcher_host.h',
1203 'browser/first_run/first_run.cc', 1203 'browser/first_run/first_run.cc',
1204 'browser/first_run/first_run.h', 1204 'browser/first_run/first_run.h',
1205 'browser/first_run/first_run_mac.mm', 1205 'browser/first_run/first_run_mac.mm',
1206 'browser/first_run/first_run_win.cc', 1206 'browser/first_run/first_run_win.cc',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'browser/keychain_mac.cc', 1706 'browser/keychain_mac.cc',
1707 'browser/keychain_mac.h', 1707 'browser/keychain_mac.h',
1708 'browser/language_combobox_model.cc', 1708 'browser/language_combobox_model.cc',
1709 'browser/language_combobox_model.h', 1709 'browser/language_combobox_model.h',
1710 'browser/language_order_table_model.cc', 1710 'browser/language_order_table_model.cc',
1711 'browser/language_order_table_model.h', 1711 'browser/language_order_table_model.h',
1712 'browser/load_from_memory_cache_details.h', 1712 'browser/load_from_memory_cache_details.h',
1713 'browser/load_notification_details.h', 1713 'browser/load_notification_details.h',
1714 'browser/enumerate_modules_model_win.cc', 1714 'browser/enumerate_modules_model_win.cc',
1715 'browser/enumerate_modules_model_win.h', 1715 'browser/enumerate_modules_model_win.h',
1716 'browser/login_model.h',
1717 'browser/login_prompt.cc',
1718 'browser/login_prompt.h',
1719 'browser/login_prompt_gtk.cc',
1720 'browser/login_prompt_mac.h',
1721 'browser/login_prompt_mac.mm',
1722 'browser/login_prompt_win.cc',
1723 'browser/mach_broker_mac.cc', 1716 'browser/mach_broker_mac.cc',
1724 'browser/mach_broker_mac.h', 1717 'browser/mach_broker_mac.h',
1725 'browser/memory_details.cc', 1718 'browser/memory_details.cc',
1726 'browser/memory_details_linux.cc', 1719 'browser/memory_details_linux.cc',
1727 'browser/memory_details_mac.cc', 1720 'browser/memory_details_mac.cc',
1728 'browser/memory_details_win.cc', 1721 'browser/memory_details_win.cc',
1729 'browser/memory_details.h', 1722 'browser/memory_details.h',
1730 'browser/memory_purger.cc', 1723 'browser/memory_purger.cc',
1731 'browser/memory_purger.h', 1724 'browser/memory_purger.h',
1732 'browser/metrics/histogram_synchronizer.cc', 1725 'browser/metrics/histogram_synchronizer.cc',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
2032 'browser/printing/cloud_print/cloud_print_setup_source.cc', 2025 'browser/printing/cloud_print/cloud_print_setup_source.cc',
2033 'browser/printing/cloud_print/cloud_print_setup_source.h', 2026 'browser/printing/cloud_print/cloud_print_setup_source.h',
2034 'browser/printing/cloud_print/cloud_print_url.cc', 2027 'browser/printing/cloud_print/cloud_print_url.cc',
2035 'browser/printing/cloud_print/cloud_print_url.h', 2028 'browser/printing/cloud_print/cloud_print_url.h',
2036 'browser/process_info_snapshot_mac.cc', 2029 'browser/process_info_snapshot_mac.cc',
2037 'browser/process_info_snapshot.h', 2030 'browser/process_info_snapshot.h',
2038 'browser/process_singleton.h', 2031 'browser/process_singleton.h',
2039 'browser/process_singleton_linux.cc', 2032 'browser/process_singleton_linux.cc',
2040 'browser/process_singleton_mac.cc', 2033 'browser/process_singleton_mac.cc',
2041 'browser/process_singleton_win.cc', 2034 'browser/process_singleton_win.cc',
2042 'browser/profile.cc', 2035 'browser/profiles/profile.cc',
2043 'browser/profile.h', 2036 'browser/profiles/profile.h',
2044 'browser/profile_impl.cc', 2037 'browser/profiles/profile_impl.cc',
2045 'browser/profile_impl.h', 2038 'browser/profiles/profile_impl.h',
2046 'browser/profile_import_process_host.cc', 2039 'browser/profiles/profile_import_process_host.cc',
2047 'browser/profile_import_process_host.h', 2040 'browser/profiles/profile_import_process_host.h',
2048 'browser/profile_manager.cc', 2041 'browser/profiles/profile_manager.cc',
2049 'browser/profile_manager.h', 2042 'browser/profiles/profile_manager.h',
2050 'browser/remoting/remoting_resources_source.cc', 2043 'browser/remoting/remoting_resources_source.cc',
2051 'browser/remoting/remoting_resources_source.h', 2044 'browser/remoting/remoting_resources_source.h',
2052 'browser/remoting/remoting_setup_flow.cc', 2045 'browser/remoting/remoting_setup_flow.cc',
2053 'browser/remoting/remoting_setup_flow.h', 2046 'browser/remoting/remoting_setup_flow.h',
2054 'browser/remoting/remoting_setup_message_handler.cc', 2047 'browser/remoting/remoting_setup_message_handler.cc',
2055 'browser/remoting/remoting_setup_message_handler.h', 2048 'browser/remoting/remoting_setup_message_handler.h',
2056 'browser/remove_rows_table_model.h', 2049 'browser/remove_rows_table_model.h',
2057 'browser/renderer_host/async_resource_handler.cc', 2050 'browser/renderer_host/async_resource_handler.cc',
2058 'browser/renderer_host/async_resource_handler.h', 2051 'browser/renderer_host/async_resource_handler.h',
2059 'browser/renderer_host/audio_renderer_host.cc', 2052 'browser/renderer_host/audio_renderer_host.cc',
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
2991 'browser/ui/cocoa/wrench_menu_controller.mm', 2984 'browser/ui/cocoa/wrench_menu_controller.mm',
2992 'browser/ui/find_bar/find_bar.h', 2985 'browser/ui/find_bar/find_bar.h',
2993 'browser/ui/find_bar/find_bar_controller.cc', 2986 'browser/ui/find_bar/find_bar_controller.cc',
2994 'browser/ui/find_bar/find_bar_controller.h', 2987 'browser/ui/find_bar/find_bar_controller.h',
2995 'browser/ui/find_bar/find_bar_state.h', 2988 'browser/ui/find_bar/find_bar_state.h',
2996 'browser/ui/find_bar/find_bar_state.cc', 2989 'browser/ui/find_bar/find_bar_state.cc',
2997 'browser/ui/find_bar/find_notification_details.h', 2990 'browser/ui/find_bar/find_notification_details.h',
2998 'browser/ui/input_window_dialog.h', 2991 'browser/ui/input_window_dialog.h',
2999 'browser/ui/input_window_dialog_gtk.cc', 2992 'browser/ui/input_window_dialog_gtk.cc',
3000 'browser/ui/input_window_dialog_win.cc', 2993 'browser/ui/input_window_dialog_win.cc',
2994 'browser/ui/login/login_model.h',
2995 'browser/ui/login/login_prompt.cc',
2996 'browser/ui/login/login_prompt.h',
2997 'browser/ui/login/login_prompt_gtk.cc',
2998 'browser/ui/login/login_prompt_mac.h',
2999 'browser/ui/login/login_prompt_mac.mm',
3000 'browser/ui/login/login_prompt_win.cc',
3001 'browser/ui/omnibox/location_bar.h', 3001 'browser/ui/omnibox/location_bar.h',
3002 'browser/ui/omnibox/location_bar_util.cc', 3002 'browser/ui/omnibox/location_bar_util.cc',
3003 'browser/ui/omnibox/location_bar_util.h', 3003 'browser/ui/omnibox/location_bar_util.h',
3004 'browser/ui/options/options_page_base.cc', 3004 'browser/ui/options/options_page_base.cc',
3005 'browser/ui/options/options_page_base.h', 3005 'browser/ui/options/options_page_base.h',
3006 'browser/ui/options/options_util.cc', 3006 'browser/ui/options/options_util.cc',
3007 'browser/ui/options/options_util.h', 3007 'browser/ui/options/options_util.h',
3008 'browser/ui/options/options_window.h', 3008 'browser/ui/options/options_window.h',
3009 'browser/ui/options/show_options_url.cc', 3009 'browser/ui/options/show_options_url.cc',
3010 'browser/ui/options/show_options_url.h', 3010 'browser/ui/options/show_options_url.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
3392 'browser/ui/window_sizer.h', 3392 'browser/ui/window_sizer.h',
3393 'browser/ui/window_sizer_mac.mm', 3393 'browser/ui/window_sizer_mac.mm',
3394 'browser/ui/window_sizer_linux.cc', 3394 'browser/ui/window_sizer_linux.cc',
3395 'browser/ui/window_sizer_win.cc', 3395 'browser/ui/window_sizer_win.cc',
3396 'browser/upgrade_detector.cc', 3396 'browser/upgrade_detector.cc',
3397 'browser/upgrade_detector.h', 3397 'browser/upgrade_detector.h',
3398 'browser/user_style_sheet_watcher.cc', 3398 'browser/user_style_sheet_watcher.cc',
3399 'browser/user_style_sheet_watcher.h', 3399 'browser/user_style_sheet_watcher.h',
3400 'browser/utility_process_host.cc', 3400 'browser/utility_process_host.cc',
3401 'browser/utility_process_host.h', 3401 'browser/utility_process_host.h',
3402 'browser/visitedlink_master.cc', 3402 'browser/visitedlink/visitedlink_master.cc',
3403 'browser/visitedlink_master.h', 3403 'browser/visitedlink/visitedlink_master.h',
3404 'browser/visitedlink_event_listener.cc', 3404 'browser/visitedlink/visitedlink_event_listener.cc',
3405 'browser/visitedlink_event_listener.h', 3405 'browser/visitedlink/visitedlink_event_listener.h',
3406 'browser/webdata/autofill_change.cc', 3406 'browser/webdata/autofill_change.cc',
3407 'browser/webdata/autofill_change.h', 3407 'browser/webdata/autofill_change.h',
3408 'browser/webdata/autofill_entry.cc', 3408 'browser/webdata/autofill_entry.cc',
3409 'browser/webdata/autofill_entry.h', 3409 'browser/webdata/autofill_entry.h',
3410 'browser/webdata/web_data_service.cc', 3410 'browser/webdata/web_data_service.cc',
3411 'browser/webdata/web_data_service.h', 3411 'browser/webdata/web_data_service.h',
3412 'browser/webdata/web_data_service_win.cc', 3412 'browser/webdata/web_data_service_win.cc',
3413 'browser/webdata/web_database.cc', 3413 'browser/webdata/web_database.cc',
3414 'browser/webdata/web_database.h', 3414 'browser/webdata/web_database.h',
3415 'browser/webdata/web_database_win.cc', 3415 'browser/webdata/web_database_win.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
3565 ], 3565 ],
3566 }], 3566 }],
3567 ], 3567 ],
3568 }, { # OS != "linux" 3568 }, { # OS != "linux"
3569 'sources!': [ 3569 'sources!': [
3570 # TODO(mattm): Cert manager stuff is really !USE_NSS. 3570 # TODO(mattm): Cert manager stuff is really !USE_NSS.
3571 'browser/certificate_manager_model.cc', 3571 'browser/certificate_manager_model.cc',
3572 'browser/certificate_manager_model.h', 3572 'browser/certificate_manager_model.h',
3573 'browser/dom_ui/options/certificate_manager_handler.cc', 3573 'browser/dom_ui/options/certificate_manager_handler.cc',
3574 'browser/dom_ui/options/certificate_manager_handler.h', 3574 'browser/dom_ui/options/certificate_manager_handler.h',
3575 'browser/file_path_watcher_inotify.cc', 3575 'browser/file_path_watcher/file_path_watcher_inotify.cc',
3576 ], 3576 ],
3577 }], 3577 }],
3578 ['OS=="freebsd" or OS=="openbsd"', { 3578 ['OS=="freebsd" or OS=="openbsd"', {
3579 'dependencies': [ 3579 'dependencies': [
3580 '../build/linux/system.gyp:gtk', 3580 '../build/linux/system.gyp:gtk',
3581 '../build/linux/system.gyp:gtkprint', 3581 '../build/linux/system.gyp:gtkprint',
3582 '../build/linux/system.gyp:nss', 3582 '../build/linux/system.gyp:nss',
3583 '../build/linux/system.gyp:x11', 3583 '../build/linux/system.gyp:x11',
3584 ], 3584 ],
3585 'sources': [ 3585 'sources': [
3586 'browser/file_path_watcher_stub.cc', 3586 'browser/file_path_watcher/file_path_watcher_stub.cc',
3587 ], 3587 ],
3588 }], 3588 }],
3589 # Use system SSL settings on Mac and Windows. Use preferences 3589 # Use system SSL settings on Mac and Windows. Use preferences
3590 # for SSL settings on other platforms. 3590 # for SSL settings on other platforms.
3591 ['OS=="mac" or OS=="win"', { 3591 ['OS=="mac" or OS=="win"', {
3592 'sources!': [ 3592 'sources!': [
3593 'browser/net/ssl_config_service_manager_pref.cc', 3593 'browser/net/ssl_config_service_manager_pref.cc',
3594 ], 3594 ],
3595 }, { # else 3595 }, { # else
3596 'sources!': [ 3596 'sources!': [
(...skipping 780 matching lines...) Expand 10 before | Expand all | Expand 10 after
4377 ], 4377 ],
4378 }, 4378 },
4379 ], 4379 ],
4380 } 4380 }
4381 4381
4382 # Local Variables: 4382 # Local Variables:
4383 # tab-width:2 4383 # tab-width:2
4384 # indent-tabs-mode:nil 4384 # indent-tabs-mode:nil
4385 # End: 4385 # End:
4386 # vim: set expandtab tabstop=2 shiftwidth=2: 4386 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/worker_host/worker_process_host.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698