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

Side by Side Diff: remoting/remoting.gyp

Issue 6724033: Remove authenticated_ fields from stubs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak. Created 9 years, 8 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) 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'export_dependent_settings': [ 388 'export_dependent_settings': [
389 'chromoting_jingle_glue', 389 'chromoting_jingle_glue',
390 ], 390 ],
391 'sources': [ 391 'sources': [
392 'protocol/buffered_socket_writer.cc', 392 'protocol/buffered_socket_writer.cc',
393 'protocol/buffered_socket_writer.h', 393 'protocol/buffered_socket_writer.h',
394 'protocol/client_control_sender.cc', 394 'protocol/client_control_sender.cc',
395 'protocol/client_control_Sender.h', 395 'protocol/client_control_Sender.h',
396 'protocol/client_message_dispatcher.cc', 396 'protocol/client_message_dispatcher.cc',
397 'protocol/client_message_dispatcher.h', 397 'protocol/client_message_dispatcher.h',
398 'protocol/client_stub.cc',
399 'protocol/client_stub.h', 398 'protocol/client_stub.h',
400 'protocol/connection_to_client.cc', 399 'protocol/connection_to_client.cc',
401 'protocol/connection_to_client.h', 400 'protocol/connection_to_client.h',
402 'protocol/connection_to_host.cc', 401 'protocol/connection_to_host.cc',
403 'protocol/connection_to_host.h', 402 'protocol/connection_to_host.h',
404 'protocol/host_control_sender.cc', 403 'protocol/host_control_sender.cc',
405 'protocol/host_control_sender.h', 404 'protocol/host_control_sender.h',
406 'protocol/host_message_dispatcher.cc', 405 'protocol/host_message_dispatcher.cc',
407 'protocol/host_message_dispatcher.h', 406 'protocol/host_message_dispatcher.h',
408 'protocol/host_stub.cc',
409 'protocol/host_stub.h', 407 'protocol/host_stub.h',
410 'protocol/input_sender.cc', 408 'protocol/input_sender.cc',
411 'protocol/input_sender.h', 409 'protocol/input_sender.h',
412 'protocol/input_stub.cc',
413 'protocol/input_stub.h', 410 'protocol/input_stub.h',
414 'protocol/jingle_session.cc', 411 'protocol/jingle_session.cc',
415 'protocol/jingle_session.h', 412 'protocol/jingle_session.h',
416 'protocol/jingle_session_manager.cc', 413 'protocol/jingle_session_manager.cc',
417 'protocol/jingle_session_manager.h', 414 'protocol/jingle_session_manager.h',
418 'protocol/message_decoder.cc', 415 'protocol/message_decoder.cc',
419 'protocol/message_decoder.h', 416 'protocol/message_decoder.h',
420 'protocol/message_reader.cc', 417 'protocol/message_reader.cc',
421 'protocol/message_reader.h', 418 'protocol/message_reader.h',
422 'protocol/protobuf_video_reader.cc', 419 'protocol/protobuf_video_reader.cc',
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'base/decompressor_zlib_unittest.cc', 533 'base/decompressor_zlib_unittest.cc',
537 'base/encode_decode_unittest.cc', 534 'base/encode_decode_unittest.cc',
538 'base/encoder_vp8_unittest.cc', 535 'base/encoder_vp8_unittest.cc',
539 'base/encoder_row_based_unittest.cc', 536 'base/encoder_row_based_unittest.cc',
540 'base/base_mock_objects.cc', 537 'base/base_mock_objects.cc',
541 'base/base_mock_objects.h', 538 'base/base_mock_objects.h',
542 # BUG57351 'client/chromoting_view_unittest.cc', 539 # BUG57351 'client/chromoting_view_unittest.cc',
543 'host/access_verifier_unittest.cc', 540 'host/access_verifier_unittest.cc',
544 'host/chromoting_host_context_unittest.cc', 541 'host/chromoting_host_context_unittest.cc',
545 'host/chromoting_host_unittest.cc', 542 'host/chromoting_host_unittest.cc',
543 'host/client_session_unittest.cc',
546 'host/differ_block_unittest.cc', 544 'host/differ_block_unittest.cc',
547 'host/differ_unittest.cc', 545 'host/differ_unittest.cc',
548 'host/heartbeat_sender_unittest.cc', 546 'host/heartbeat_sender_unittest.cc',
549 'host/host_key_pair_unittest.cc', 547 'host/host_key_pair_unittest.cc',
550 'host/host_mock_objects.cc', 548 'host/host_mock_objects.cc',
551 'host/host_mock_objects.h', 549 'host/host_mock_objects.h',
552 'host/json_host_config_unittest.cc', 550 'host/json_host_config_unittest.cc',
553 'host/screen_recorder_unittest.cc', 551 'host/screen_recorder_unittest.cc',
554 'host/test_key_pair.h', 552 'host/test_key_pair.h',
553 'host/user_authenticator_fake.cc',
554 'host/user_authenticator_fake.h',
555 'jingle_glue/channel_socket_adapter_unittest.cc', 555 'jingle_glue/channel_socket_adapter_unittest.cc',
556 'jingle_glue/iq_request_unittest.cc', 556 'jingle_glue/iq_request_unittest.cc',
557 'jingle_glue/jingle_client_unittest.cc', 557 'jingle_glue/jingle_client_unittest.cc',
558 'jingle_glue/jingle_glue_mock_objects.cc', 558 'jingle_glue/jingle_glue_mock_objects.cc',
559 'jingle_glue/jingle_glue_mock_objects.h', 559 'jingle_glue/jingle_glue_mock_objects.h',
560 'jingle_glue/jingle_thread_unittest.cc', 560 'jingle_glue/jingle_thread_unittest.cc',
561 'jingle_glue/stream_socket_adapter_unittest.cc', 561 'jingle_glue/stream_socket_adapter_unittest.cc',
562 'protocol/connection_to_client_unittest.cc', 562 'protocol/connection_to_client_unittest.cc',
563 'protocol/fake_session.cc', 563 'protocol/fake_session.cc',
564 'protocol/fake_session.h', 564 'protocol/fake_session.h',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 ], # end of 'conditions' 614 ], # end of 'conditions'
615 }, # end of target 'chromoting_unittests' 615 }, # end of target 'chromoting_unittests'
616 ], # end of targets 616 ], # end of targets
617 } 617 }
618 618
619 # Local Variables: 619 # Local Variables:
620 # tab-width:2 620 # tab-width:2
621 # indent-tabs-mode:nil 621 # indent-tabs-mode:nil
622 # End: 622 # End:
623 # vim: set expandtab tabstop=2 shiftwidth=2: 623 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« remoting/protocol/host_message_dispatcher.cc ('K') | « remoting/protocol/protocol_mock_objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698