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

Side by Side Diff: remoting/remoting.gyp

Issue 6271004: Changed MessageReader so that it doesn't read from the socket if there are (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ref-counted MessageReader Created 9 years, 11 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
« no previous file with comments | « remoting/protocol/ref_counted_message.h ('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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 'jingle_glue/jingle_client_unittest.cc', 479 'jingle_glue/jingle_client_unittest.cc',
480 'jingle_glue/jingle_thread_unittest.cc', 480 'jingle_glue/jingle_thread_unittest.cc',
481 'jingle_glue/iq_request_unittest.cc', 481 'jingle_glue/iq_request_unittest.cc',
482 'jingle_glue/mock_objects.h', 482 'jingle_glue/mock_objects.h',
483 'jingle_glue/stream_socket_adapter_unittest.cc', 483 'jingle_glue/stream_socket_adapter_unittest.cc',
484 'protocol/connection_to_client_unittest.cc', 484 'protocol/connection_to_client_unittest.cc',
485 'protocol/fake_session.cc', 485 'protocol/fake_session.cc',
486 'protocol/fake_session.h', 486 'protocol/fake_session.h',
487 'protocol/jingle_session_unittest.cc', 487 'protocol/jingle_session_unittest.cc',
488 'protocol/message_decoder_unittest.cc', 488 'protocol/message_decoder_unittest.cc',
489 'protocol/message_reader_unittest.cc',
489 'protocol/mock_objects.h', 490 'protocol/mock_objects.h',
490 'protocol/rtp_video_reader_unittest.cc', 491 'protocol/rtp_video_reader_unittest.cc',
491 'protocol/rtp_video_writer_unittest.cc', 492 'protocol/rtp_video_writer_unittest.cc',
492 'protocol/session_manager_pair.cc', 493 'protocol/session_manager_pair.cc',
493 'protocol/session_manager_pair.h', 494 'protocol/session_manager_pair.h',
494 'run_all_unittests.cc', 495 'run_all_unittests.cc',
495 ], 496 ],
496 'conditions': [ 497 'conditions': [
497 ['OS=="win"', { 498 ['OS=="win"', {
498 'sources': [ 499 'sources': [
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 ], # end of 'conditions' 534 ], # end of 'conditions'
534 }, # end of target 'chromoting_unittests' 535 }, # end of target 'chromoting_unittests'
535 ], # end of targets 536 ], # end of targets
536 } 537 }
537 538
538 # Local Variables: 539 # Local Variables:
539 # tab-width:2 540 # tab-width:2
540 # indent-tabs-mode:nil 541 # indent-tabs-mode:nil
541 # End: 542 # End:
542 # vim: set expandtab tabstop=2 shiftwidth=2: 543 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/protocol/ref_counted_message.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698