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

Side by Side Diff: remoting/remoting.gyp

Issue 7289032: Remove SocketWrapper to expose the threading issues it masks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase once more. Created 9 years, 5 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/socket_wrapper.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # Use a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after
589 'protocol/rtp_writer.cc', 589 'protocol/rtp_writer.cc',
590 'protocol/rtp_writer.h', 590 'protocol/rtp_writer.h',
591 'protocol/secure_p2p_socket.cc', 591 'protocol/secure_p2p_socket.cc',
592 'protocol/secure_p2p_socket.h', 592 'protocol/secure_p2p_socket.h',
593 'protocol/session.h', 593 'protocol/session.h',
594 'protocol/session_config.cc', 594 'protocol/session_config.cc',
595 'protocol/session_config.h', 595 'protocol/session_config.h',
596 'protocol/session_manager.h', 596 'protocol/session_manager.h',
597 'protocol/socket_reader_base.cc', 597 'protocol/socket_reader_base.cc',
598 'protocol/socket_reader_base.h', 598 'protocol/socket_reader_base.h',
599 'protocol/socket_wrapper.cc',
600 'protocol/socket_wrapper.h',
601 'protocol/util.cc', 599 'protocol/util.cc',
602 'protocol/util.h', 600 'protocol/util.h',
603 'protocol/video_reader.cc', 601 'protocol/video_reader.cc',
604 'protocol/video_reader.h', 602 'protocol/video_reader.h',
605 'protocol/video_stub.h', 603 'protocol/video_stub.h',
606 'protocol/video_writer.cc', 604 'protocol/video_writer.cc',
607 'protocol/video_writer.h', 605 'protocol/video_writer.h',
608 ], 606 ],
609 }, # end of target 'remoting_protocol' 607 }, # end of target 'remoting_protocol'
610 608
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 ], # end of 'conditions' 759 ], # end of 'conditions'
762 }, # end of target 'remoting_unittests' 760 }, # end of target 'remoting_unittests'
763 ], # end of targets 761 ], # end of targets
764 } 762 }
765 763
766 # Local Variables: 764 # Local Variables:
767 # tab-width:2 765 # tab-width:2
768 # indent-tabs-mode:nil 766 # indent-tabs-mode:nil
769 # End: 767 # End:
770 # vim: set expandtab tabstop=2 shiftwidth=2: 768 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/protocol/socket_wrapper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698