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

Side by Side Diff: remoting/remoting.gyp

Issue 5118002: Rename SessionManager to ScreenRecorder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comments 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
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 'host/capturer_fake.cc', 190 'host/capturer_fake.cc',
191 'host/capturer_fake.h', 191 'host/capturer_fake.h',
192 'host/chromoting_host.cc', 192 'host/chromoting_host.cc',
193 'host/chromoting_host.h', 193 'host/chromoting_host.h',
194 'host/chromoting_host_context.cc', 194 'host/chromoting_host_context.cc',
195 'host/chromoting_host_context.h', 195 'host/chromoting_host_context.h',
196 'host/differ.h', 196 'host/differ.h',
197 'host/differ.cc', 197 'host/differ.cc',
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/screen_recorder.cc',
201 'host/session_manager.h', 201 'host/screen_recorder.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', 208 'host/host_stub_fake.cc',
209 'host/host_stub_fake.h', 209 'host/host_stub_fake.h',
210 'host/json_host_config.cc', 210 'host/json_host_config.cc',
211 'host/json_host_config.h', 211 'host/json_host_config.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 # BUG57351 'client/chromoting_view_unittest.cc', 461 # BUG57351 'client/chromoting_view_unittest.cc',
462 'client/mock_objects.h', 462 'client/mock_objects.h',
463 'host/access_verifier_unittest.cc', 463 'host/access_verifier_unittest.cc',
464 'host/chromoting_host_context_unittest.cc', 464 'host/chromoting_host_context_unittest.cc',
465 'host/differ_unittest.cc', 465 'host/differ_unittest.cc',
466 'host/differ_block_unittest.cc', 466 'host/differ_block_unittest.cc',
467 'host/heartbeat_sender_unittest.cc', 467 'host/heartbeat_sender_unittest.cc',
468 'host/host_key_pair_unittest.cc', 468 'host/host_key_pair_unittest.cc',
469 'host/json_host_config_unittest.cc', 469 'host/json_host_config_unittest.cc',
470 'host/mock_objects.h', 470 'host/mock_objects.h',
471 'host/session_manager_unittest.cc', 471 'host/screen_recorder_unittest.cc',
472 'host/test_key_pair.h', 472 'host/test_key_pair.h',
473 'jingle_glue/channel_socket_adapter_unittest.cc', 473 'jingle_glue/channel_socket_adapter_unittest.cc',
474 'jingle_glue/jingle_client_unittest.cc', 474 'jingle_glue/jingle_client_unittest.cc',
475 'jingle_glue/jingle_thread_unittest.cc', 475 'jingle_glue/jingle_thread_unittest.cc',
476 'jingle_glue/iq_request_unittest.cc', 476 'jingle_glue/iq_request_unittest.cc',
477 'jingle_glue/mock_objects.h', 477 'jingle_glue/mock_objects.h',
478 'jingle_glue/stream_socket_adapter_unittest.cc', 478 'jingle_glue/stream_socket_adapter_unittest.cc',
479 'protocol/connection_to_client_unittest.cc', 479 'protocol/connection_to_client_unittest.cc',
480 'protocol/fake_session.cc', 480 'protocol/fake_session.cc',
481 'protocol/fake_session.h', 481 'protocol/fake_session.h',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 ], # end of 'conditions' 522 ], # end of 'conditions'
523 }, # end of target 'chromoting_unittests' 523 }, # end of target 'chromoting_unittests'
524 ], # end of targets 524 ], # end of targets
525 } 525 }
526 526
527 # Local Variables: 527 # Local Variables:
528 # tab-width:2 528 # tab-width:2
529 # indent-tabs-mode:nil 529 # indent-tabs-mode:nil
530 # End: 530 # End:
531 # vim: set expandtab tabstop=2 shiftwidth=2: 531 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« remoting/host/screen_recorder_unittest.cc ('K') | « remoting/host/screen_recorder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698