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

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, 1 month 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) 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 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
1540 'host/host_config.cc', 1540 'host/host_config.cc',
1541 'host/host_config.h', 1541 'host/host_config.h',
1542 'host/host_exit_codes.h', 1542 'host/host_exit_codes.h',
1543 'host/host_key_pair.cc', 1543 'host/host_key_pair.cc',
1544 'host/host_key_pair.h', 1544 'host/host_key_pair.h',
1545 'host/host_port_allocator.cc', 1545 'host/host_port_allocator.cc',
1546 'host/host_port_allocator.h', 1546 'host/host_port_allocator.h',
1547 'host/host_secret.cc', 1547 'host/host_secret.cc',
1548 'host/host_secret.h', 1548 'host/host_secret.h',
1549 'host/host_status_observer.h', 1549 'host/host_status_observer.h',
1550 'host/host_status_service.cc',
1551 'host/host_status_service.h',
1550 'host/host_user_interface.cc', 1552 'host/host_user_interface.cc',
1551 'host/host_user_interface.h', 1553 'host/host_user_interface.h',
1552 'host/in_memory_host_config.cc', 1554 'host/in_memory_host_config.cc',
1553 'host/in_memory_host_config.h', 1555 'host/in_memory_host_config.h',
1554 'host/ipc_consts.cc', 1556 'host/ipc_consts.cc',
1555 'host/ipc_consts.h', 1557 'host/ipc_consts.h',
1556 'host/ipc_desktop_environment_factory.cc', 1558 'host/ipc_desktop_environment_factory.cc',
1557 'host/ipc_desktop_environment_factory.h', 1559 'host/ipc_desktop_environment_factory.h',
1558 'host/ipc_desktop_environment.cc', 1560 'host/ipc_desktop_environment.cc',
1559 'host/ipc_desktop_environment.h', 1561 'host/ipc_desktop_environment.h',
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after
2240 '../base/allocator/allocator.gyp:allocator', 2242 '../base/allocator/allocator.gyp:allocator',
2241 ], 2243 ],
2242 }, 2244 },
2243 ], 2245 ],
2244 ], 2246 ],
2245 }], # end of 'toolkit_uses_gtk == 1' 2247 }], # end of 'toolkit_uses_gtk == 1'
2246 ], # end of 'conditions' 2248 ], # end of 'conditions'
2247 }, # end of target 'remoting_unittests' 2249 }, # end of target 'remoting_unittests'
2248 ], # end of targets 2250 ], # end of targets
2249 } 2251 }
OLDNEW
« remoting/host/remoting_me2me_host.cc ('K') | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698