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

Side by Side Diff: remoting/remoting.gyp

Issue 10453080: Revert 139424 - Remove V1 authenticators. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 6 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/v1_authenticator_unittest.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1521 matching lines...) Expand 10 before | Expand all | Expand 10 after
1532 'protocol/socket_reader_base.cc', 1532 'protocol/socket_reader_base.cc',
1533 'protocol/socket_reader_base.h', 1533 'protocol/socket_reader_base.h',
1534 'protocol/ssl_hmac_channel_authenticator.cc', 1534 'protocol/ssl_hmac_channel_authenticator.cc',
1535 'protocol/ssl_hmac_channel_authenticator.h', 1535 'protocol/ssl_hmac_channel_authenticator.h',
1536 'protocol/transport.cc', 1536 'protocol/transport.cc',
1537 'protocol/transport.h', 1537 'protocol/transport.h',
1538 'protocol/transport_config.cc', 1538 'protocol/transport_config.cc',
1539 'protocol/transport_config.h', 1539 'protocol/transport_config.h',
1540 'protocol/util.cc', 1540 'protocol/util.cc',
1541 'protocol/util.h', 1541 'protocol/util.h',
1542 'protocol/v1_authenticator.cc',
1543 'protocol/v1_authenticator.h',
1542 'protocol/v2_authenticator.cc', 1544 'protocol/v2_authenticator.cc',
1543 'protocol/v2_authenticator.h', 1545 'protocol/v2_authenticator.h',
1544 'protocol/video_reader.cc', 1546 'protocol/video_reader.cc',
1545 'protocol/video_reader.h', 1547 'protocol/video_reader.h',
1546 'protocol/video_stub.h', 1548 'protocol/video_stub.h',
1547 'protocol/video_writer.cc', 1549 'protocol/video_writer.cc',
1548 'protocol/video_writer.h', 1550 'protocol/video_writer.h',
1549 ], 1551 ],
1550 }, # end of target 'remoting_protocol' 1552 }, # end of target 'remoting_protocol'
1551 1553
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 'protocol/jingle_session_unittest.cc', 1668 'protocol/jingle_session_unittest.cc',
1667 'protocol/input_event_tracker_unittest.cc', 1669 'protocol/input_event_tracker_unittest.cc',
1668 'protocol/message_decoder_unittest.cc', 1670 'protocol/message_decoder_unittest.cc',
1669 'protocol/message_reader_unittest.cc', 1671 'protocol/message_reader_unittest.cc',
1670 'protocol/mouse_input_filter_unittest.cc', 1672 'protocol/mouse_input_filter_unittest.cc',
1671 'protocol/negotiating_authenticator_unittest.cc', 1673 'protocol/negotiating_authenticator_unittest.cc',
1672 'protocol/protocol_mock_objects.cc', 1674 'protocol/protocol_mock_objects.cc',
1673 'protocol/protocol_mock_objects.h', 1675 'protocol/protocol_mock_objects.h',
1674 'protocol/ppapi_module_stub.cc', 1676 'protocol/ppapi_module_stub.cc',
1675 'protocol/ssl_hmac_channel_authenticator_unittest.cc', 1677 'protocol/ssl_hmac_channel_authenticator_unittest.cc',
1678 'protocol/v1_authenticator_unittest.cc',
1676 'protocol/v2_authenticator_unittest.cc', 1679 'protocol/v2_authenticator_unittest.cc',
1677 'run_all_unittests.cc', 1680 'run_all_unittests.cc',
1678 ], 1681 ],
1679 'conditions': [ 1682 'conditions': [
1680 [ 'OS=="win"', { 1683 [ 'OS=="win"', {
1681 'dependencies': [ 1684 'dependencies': [
1682 '../ipc/ipc.gyp:ipc' 1685 '../ipc/ipc.gyp:ipc'
1683 ], 1686 ],
1684 }], 1687 }],
1685 ['chromeos != 0', { 1688 ['chromeos != 0', {
(...skipping 19 matching lines...) Expand all
1705 '../base/allocator/allocator.gyp:allocator', 1708 '../base/allocator/allocator.gyp:allocator',
1706 ], 1709 ],
1707 }, 1710 },
1708 ], 1711 ],
1709 ], 1712 ],
1710 }], 1713 }],
1711 ], # end of 'conditions' 1714 ], # end of 'conditions'
1712 }, # end of target 'remoting_unittests' 1715 }, # end of target 'remoting_unittests'
1713 ], # end of targets 1716 ], # end of targets
1714 } 1717 }
OLDNEW
« no previous file with comments | « remoting/protocol/v1_authenticator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698