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

Side by Side Diff: remoting/remoting.gyp

Issue 11362267: Add status service for remoting host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 10
(...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after
1568 'host/host_config.cc', 1568 'host/host_config.cc',
1569 'host/host_config.h', 1569 'host/host_config.h',
1570 'host/host_exit_codes.h', 1570 'host/host_exit_codes.h',
1571 'host/host_key_pair.cc', 1571 'host/host_key_pair.cc',
1572 'host/host_key_pair.h', 1572 'host/host_key_pair.h',
1573 'host/host_port_allocator.cc', 1573 'host/host_port_allocator.cc',
1574 'host/host_port_allocator.h', 1574 'host/host_port_allocator.h',
1575 'host/host_secret.cc', 1575 'host/host_secret.cc',
1576 'host/host_secret.h', 1576 'host/host_secret.h',
1577 'host/host_status_observer.h', 1577 'host/host_status_observer.h',
1578 'host/host_status_service.cc',
1579 'host/host_status_service.h',
1578 'host/host_user_interface.cc', 1580 'host/host_user_interface.cc',
1579 'host/host_user_interface.h', 1581 'host/host_user_interface.h',
1580 'host/in_memory_host_config.cc', 1582 'host/in_memory_host_config.cc',
1581 'host/in_memory_host_config.h', 1583 'host/in_memory_host_config.h',
1582 'host/ipc_constants.cc', 1584 'host/ipc_constants.cc',
1583 'host/ipc_constants.h', 1585 'host/ipc_constants.h',
1584 'host/ipc_desktop_environment_factory.cc', 1586 'host/ipc_desktop_environment_factory.cc',
1585 'host/ipc_desktop_environment_factory.h', 1587 'host/ipc_desktop_environment_factory.h',
1586 'host/ipc_desktop_environment.cc', 1588 'host/ipc_desktop_environment.cc',
1587 'host/ipc_desktop_environment.h', 1589 'host/ipc_desktop_environment.h',
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
2265 '../base/allocator/allocator.gyp:allocator', 2267 '../base/allocator/allocator.gyp:allocator',
2266 ], 2268 ],
2267 }, 2269 },
2268 ], 2270 ],
2269 ], 2271 ],
2270 }], # end of 'toolkit_uses_gtk == 1' 2272 }], # end of 'toolkit_uses_gtk == 1'
2271 ], # end of 'conditions' 2273 ], # end of 'conditions'
2272 }, # end of target 'remoting_unittests' 2274 }, # end of target 'remoting_unittests'
2273 ], # end of targets 2275 ], # end of targets
2274 } 2276 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698