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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6214003: Show remoting host status on the advanced options page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/remoting/tools
Patch Set: git try Created 9 years, 11 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 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
2102 'browser/profile_import_process_host.cc', 2102 'browser/profile_import_process_host.cc',
2103 'browser/profile_import_process_host.h', 2103 'browser/profile_import_process_host.h',
2104 'browser/profiles/profile.cc', 2104 'browser/profiles/profile.cc',
2105 'browser/profiles/profile.h', 2105 'browser/profiles/profile.h',
2106 'browser/profiles/profile_impl.cc', 2106 'browser/profiles/profile_impl.cc',
2107 'browser/profiles/profile_impl.h', 2107 'browser/profiles/profile_impl.h',
2108 'browser/profiles/profile_manager.cc', 2108 'browser/profiles/profile_manager.cc',
2109 'browser/profiles/profile_manager.h', 2109 'browser/profiles/profile_manager.h',
2110 'browser/remoting/directory_add_request.cc', 2110 'browser/remoting/directory_add_request.cc',
2111 'browser/remoting/directory_add_request.h', 2111 'browser/remoting/directory_add_request.h',
2112 'browser/remoting/remoting_options_handler.cc',
2113 'browser/remoting/remoting_options_handler.h',
2112 'browser/remoting/remoting_resources_source.cc', 2114 'browser/remoting/remoting_resources_source.cc',
2113 'browser/remoting/remoting_resources_source.h', 2115 'browser/remoting/remoting_resources_source.h',
2114 'browser/remoting/setup_flow.cc', 2116 'browser/remoting/setup_flow.cc',
2115 'browser/remoting/setup_flow.h', 2117 'browser/remoting/setup_flow.h',
2116 'browser/remoting/setup_flow_get_status_step.cc', 2118 'browser/remoting/setup_flow_get_status_step.cc',
2117 'browser/remoting/setup_flow_get_status_step.h', 2119 'browser/remoting/setup_flow_get_status_step.h',
2118 'browser/remoting/setup_flow_login_step.cc', 2120 'browser/remoting/setup_flow_login_step.cc',
2119 'browser/remoting/setup_flow_login_step.h', 2121 'browser/remoting/setup_flow_login_step.h',
2120 'browser/remoting/setup_flow_register_step.cc', 2122 'browser/remoting/setup_flow_register_step.cc',
2121 'browser/remoting/setup_flow_register_step.h', 2123 'browser/remoting/setup_flow_register_step.h',
(...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after
4522 ], 4524 ],
4523 }, 4525 },
4524 ], 4526 ],
4525 } 4527 }
4526 4528
4527 # Local Variables: 4529 # Local Variables:
4528 # tab-width:2 4530 # tab-width:2
4529 # indent-tabs-mode:nil 4531 # indent-tabs-mode:nil
4530 # End: 4532 # End:
4531 # vim: set expandtab tabstop=2 shiftwidth=2: 4533 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/options/advanced_options.js ('k') | chrome/service/service_ipc_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698