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

Side by Side Diff: remoting/remoting.gyp

Issue 4975003: Introduce a fake HostStub since there's no need to handle it now (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: give HostStubFake Created 10 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
« no previous file with comments | « remoting/host/host_stub_fake.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'target_defaults': { 10 'target_defaults': {
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 'host/differ_block.h', 198 'host/differ_block.h',
199 'host/differ_block.cc', 199 'host/differ_block.cc',
200 'host/session_manager.cc', 200 'host/session_manager.cc',
201 'host/session_manager.h', 201 'host/session_manager.h',
202 'host/heartbeat_sender.cc', 202 'host/heartbeat_sender.cc',
203 'host/heartbeat_sender.h', 203 'host/heartbeat_sender.h',
204 'host/host_config.cc', 204 'host/host_config.cc',
205 'host/host_config.h', 205 'host/host_config.h',
206 'host/host_key_pair.cc', 206 'host/host_key_pair.cc',
207 'host/host_key_pair.h', 207 'host/host_key_pair.h',
208 'host/host_stub_fake.cc',
209 'host/host_stub_fake.h',
208 'host/json_host_config.cc', 210 'host/json_host_config.cc',
209 'host/json_host_config.h', 211 'host/json_host_config.h',
210 'host/in_memory_host_config.cc', 212 'host/in_memory_host_config.cc',
211 'host/in_memory_host_config.h', 213 'host/in_memory_host_config.h',
212 ], 214 ],
213 'conditions': [ 215 'conditions': [
214 ['OS=="win"', { 216 ['OS=="win"', {
215 'sources': [ 217 'sources': [
216 'host/capturer_gdi.cc', 218 'host/capturer_gdi.cc',
217 'host/capturer_gdi.h', 219 'host/capturer_gdi.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 ], # end of 'conditions' 521 ], # end of 'conditions'
520 }, # end of target 'chromoting_unittests' 522 }, # end of target 'chromoting_unittests'
521 ], # end of targets 523 ], # end of targets
522 } 524 }
523 525
524 # Local Variables: 526 # Local Variables:
525 # tab-width:2 527 # tab-width:2
526 # indent-tabs-mode:nil 528 # indent-tabs-mode:nil
527 # End: 529 # End:
528 # vim: set expandtab tabstop=2 shiftwidth=2: 530 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/host/host_stub_fake.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698