OLD | NEW |
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 1520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1531 'protocol/socket_reader_base.cc', | 1531 'protocol/socket_reader_base.cc', |
1532 'protocol/socket_reader_base.h', | 1532 'protocol/socket_reader_base.h', |
1533 'protocol/ssl_hmac_channel_authenticator.cc', | 1533 'protocol/ssl_hmac_channel_authenticator.cc', |
1534 'protocol/ssl_hmac_channel_authenticator.h', | 1534 'protocol/ssl_hmac_channel_authenticator.h', |
1535 'protocol/transport.cc', | 1535 'protocol/transport.cc', |
1536 'protocol/transport.h', | 1536 'protocol/transport.h', |
1537 'protocol/transport_config.cc', | 1537 'protocol/transport_config.cc', |
1538 'protocol/transport_config.h', | 1538 'protocol/transport_config.h', |
1539 'protocol/util.cc', | 1539 'protocol/util.cc', |
1540 'protocol/util.h', | 1540 'protocol/util.h', |
1541 'protocol/v1_authenticator.cc', | |
1542 'protocol/v1_authenticator.h', | |
1543 'protocol/v2_authenticator.cc', | 1541 'protocol/v2_authenticator.cc', |
1544 'protocol/v2_authenticator.h', | 1542 'protocol/v2_authenticator.h', |
1545 'protocol/video_reader.cc', | 1543 'protocol/video_reader.cc', |
1546 'protocol/video_reader.h', | 1544 'protocol/video_reader.h', |
1547 'protocol/video_stub.h', | 1545 'protocol/video_stub.h', |
1548 'protocol/video_writer.cc', | 1546 'protocol/video_writer.cc', |
1549 'protocol/video_writer.h', | 1547 'protocol/video_writer.h', |
1550 ], | 1548 ], |
1551 }, # end of target 'remoting_protocol' | 1549 }, # end of target 'remoting_protocol' |
1552 | 1550 |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1667 'protocol/jingle_session_unittest.cc', | 1665 'protocol/jingle_session_unittest.cc', |
1668 'protocol/input_event_tracker_unittest.cc', | 1666 'protocol/input_event_tracker_unittest.cc', |
1669 'protocol/message_decoder_unittest.cc', | 1667 'protocol/message_decoder_unittest.cc', |
1670 'protocol/message_reader_unittest.cc', | 1668 'protocol/message_reader_unittest.cc', |
1671 'protocol/mouse_input_filter_unittest.cc', | 1669 'protocol/mouse_input_filter_unittest.cc', |
1672 'protocol/negotiating_authenticator_unittest.cc', | 1670 'protocol/negotiating_authenticator_unittest.cc', |
1673 'protocol/protocol_mock_objects.cc', | 1671 'protocol/protocol_mock_objects.cc', |
1674 'protocol/protocol_mock_objects.h', | 1672 'protocol/protocol_mock_objects.h', |
1675 'protocol/ppapi_module_stub.cc', | 1673 'protocol/ppapi_module_stub.cc', |
1676 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 1674 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
1677 'protocol/v1_authenticator_unittest.cc', | |
1678 'protocol/v2_authenticator_unittest.cc', | 1675 'protocol/v2_authenticator_unittest.cc', |
1679 'run_all_unittests.cc', | 1676 'run_all_unittests.cc', |
1680 ], | 1677 ], |
1681 'conditions': [ | 1678 'conditions': [ |
1682 [ 'OS=="win"', { | 1679 [ 'OS=="win"', { |
1683 'dependencies': [ | 1680 'dependencies': [ |
1684 '../ipc/ipc.gyp:ipc' | 1681 '../ipc/ipc.gyp:ipc' |
1685 ], | 1682 ], |
1686 }], | 1683 }], |
1687 ['chromeos != 0', { | 1684 ['chromeos != 0', { |
(...skipping 19 matching lines...) Expand all Loading... |
1707 '../base/allocator/allocator.gyp:allocator', | 1704 '../base/allocator/allocator.gyp:allocator', |
1708 ], | 1705 ], |
1709 }, | 1706 }, |
1710 ], | 1707 ], |
1711 ], | 1708 ], |
1712 }], | 1709 }], |
1713 ], # end of 'conditions' | 1710 ], # end of 'conditions' |
1714 }, # end of target 'remoting_unittests' | 1711 }, # end of target 'remoting_unittests' |
1715 ], # end of targets | 1712 ], # end of targets |
1716 } | 1713 } |
OLD | NEW |