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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 1659 matching lines...) Expand 10 before | Expand all | Expand 10 after
1670 'browser/profiles/profile_impl.cc', 1670 'browser/profiles/profile_impl.cc',
1671 'browser/profiles/profile_impl.h', 1671 'browser/profiles/profile_impl.h',
1672 'browser/profiles/profile_impl_io_data.cc', 1672 'browser/profiles/profile_impl_io_data.cc',
1673 'browser/profiles/profile_impl_io_data.h', 1673 'browser/profiles/profile_impl_io_data.h',
1674 'browser/profiles/profile_io_data.cc', 1674 'browser/profiles/profile_io_data.cc',
1675 'browser/profiles/profile_io_data.h', 1675 'browser/profiles/profile_io_data.h',
1676 'browser/profiles/profile_keyed_service_factory.cc', 1676 'browser/profiles/profile_keyed_service_factory.cc',
1677 'browser/profiles/profile_keyed_service_factory.h', 1677 'browser/profiles/profile_keyed_service_factory.h',
1678 'browser/profiles/profile_manager.cc', 1678 'browser/profiles/profile_manager.cc',
1679 'browser/profiles/profile_manager.h', 1679 'browser/profiles/profile_manager.h',
1680 'browser/remoting/directory_add_request.cc',
1681 'browser/remoting/directory_add_request.h',
1682 'browser/remoting/remoting_options_handler.cc',
1683 'browser/remoting/remoting_options_handler.h',
1684 'browser/remoting/remoting_resources_source.cc',
1685 'browser/remoting/remoting_resources_source.h',
1686 'browser/remoting/setup_flow.cc',
1687 'browser/remoting/setup_flow.h',
1688 'browser/remoting/setup_flow_get_status_step.cc',
1689 'browser/remoting/setup_flow_get_status_step.h',
1690 'browser/remoting/setup_flow_login_step.cc',
1691 'browser/remoting/setup_flow_login_step.h',
1692 'browser/remoting/setup_flow_register_step.cc',
1693 'browser/remoting/setup_flow_register_step.h',
1694 'browser/remoting/setup_flow_start_host_step.cc',
1695 'browser/remoting/setup_flow_start_host_step.h',
1696 'browser/remove_rows_table_model.h', 1680 'browser/remove_rows_table_model.h',
1697 'browser/renderer_host/chrome_render_message_filter.cc', 1681 'browser/renderer_host/chrome_render_message_filter.cc',
1698 'browser/renderer_host/chrome_render_message_filter.h', 1682 'browser/renderer_host/chrome_render_message_filter.h',
1699 'browser/renderer_host/chrome_render_view_host_observer.cc', 1683 'browser/renderer_host/chrome_render_view_host_observer.cc',
1700 'browser/renderer_host/chrome_render_view_host_observer.h', 1684 'browser/renderer_host/chrome_render_view_host_observer.h',
1701 'browser/renderer_host/download_resource_handler.cc', 1685 'browser/renderer_host/download_resource_handler.cc',
1702 'browser/renderer_host/download_resource_handler.h', 1686 'browser/renderer_host/download_resource_handler.h',
1703 'browser/renderer_host/download_throttling_resource_handler.cc', 1687 'browser/renderer_host/download_throttling_resource_handler.cc',
1704 'browser/renderer_host/download_throttling_resource_handler.h', 1688 'browser/renderer_host/download_throttling_resource_handler.h',
1705 'browser/renderer_host/gtk_im_context_wrapper.cc', 1689 'browser/renderer_host/gtk_im_context_wrapper.cc',
(...skipping 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 'browser/ui/webui/options/sync_setup_handler.cc', 3357 'browser/ui/webui/options/sync_setup_handler.cc',
3374 'browser/ui/webui/options/sync_setup_handler.h', 3358 'browser/ui/webui/options/sync_setup_handler.h',
3375 'browser/ui/webui/plugins_ui.cc', 3359 'browser/ui/webui/plugins_ui.cc',
3376 'browser/ui/webui/plugins_ui.h', 3360 'browser/ui/webui/plugins_ui.h',
3377 'browser/ui/webui/print_preview_handler.cc', 3361 'browser/ui/webui/print_preview_handler.cc',
3378 'browser/ui/webui/print_preview_handler.h', 3362 'browser/ui/webui/print_preview_handler.h',
3379 'browser/ui/webui/print_preview_ui.cc', 3363 'browser/ui/webui/print_preview_ui.cc',
3380 'browser/ui/webui/print_preview_ui.h', 3364 'browser/ui/webui/print_preview_ui.h',
3381 'browser/ui/webui/print_preview_ui_html_source.cc', 3365 'browser/ui/webui/print_preview_ui_html_source.cc',
3382 'browser/ui/webui/print_preview_ui_html_source.h', 3366 'browser/ui/webui/print_preview_ui_html_source.h',
3383 'browser/ui/webui/remoting_ui.cc',
3384 'browser/ui/webui/remoting_ui.h',
3385 'browser/ui/webui/screenshot_source.cc', 3367 'browser/ui/webui/screenshot_source.cc',
3386 'browser/ui/webui/screenshot_source.h', 3368 'browser/ui/webui/screenshot_source.h',
3387 'browser/ui/webui/shared_resources_data_source.cc', 3369 'browser/ui/webui/shared_resources_data_source.cc',
3388 'browser/ui/webui/shared_resources_data_source.h', 3370 'browser/ui/webui/shared_resources_data_source.h',
3389 'browser/ui/webui/sync_internals_html_source.cc', 3371 'browser/ui/webui/sync_internals_html_source.cc',
3390 'browser/ui/webui/sync_internals_html_source.h', 3372 'browser/ui/webui/sync_internals_html_source.h',
3391 'browser/ui/webui/sync_internals_ui.cc', 3373 'browser/ui/webui/sync_internals_ui.cc',
3392 'browser/ui/webui/sync_internals_ui.h', 3374 'browser/ui/webui/sync_internals_ui.h',
3393 'browser/ui/webui/textfields_ui.cc', 3375 'browser/ui/webui/textfields_ui.cc',
3394 'browser/ui/webui/textfields_ui.h', 3376 'browser/ui/webui/textfields_ui.h',
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 'hard_dependency': 1, 4495 'hard_dependency': 1,
4514 }, 4496 },
4515 ], 4497 ],
4516 } 4498 }
4517 4499
4518 # Local Variables: 4500 # Local Variables:
4519 # tab-width:2 4501 # tab-width:2
4520 # indent-tabs-mode:nil 4502 # indent-tabs-mode:nil
4521 # End: 4503 # End:
4522 # vim: set expandtab tabstop=2 shiftwidth=2: 4504 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698