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 | 10 |
(...skipping 1640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1651 'protocol/libjingle_transport_factory.cc', | 1651 'protocol/libjingle_transport_factory.cc', |
1652 'protocol/libjingle_transport_factory.h', | 1652 'protocol/libjingle_transport_factory.h', |
1653 'protocol/me2me_host_authenticator_factory.cc', | 1653 'protocol/me2me_host_authenticator_factory.cc', |
1654 'protocol/me2me_host_authenticator_factory.h', | 1654 'protocol/me2me_host_authenticator_factory.h', |
1655 'protocol/message_decoder.cc', | 1655 'protocol/message_decoder.cc', |
1656 'protocol/message_decoder.h', | 1656 'protocol/message_decoder.h', |
1657 'protocol/message_reader.cc', | 1657 'protocol/message_reader.cc', |
1658 'protocol/message_reader.h', | 1658 'protocol/message_reader.h', |
1659 'protocol/mouse_input_filter.cc', | 1659 'protocol/mouse_input_filter.cc', |
1660 'protocol/mouse_input_filter.h', | 1660 'protocol/mouse_input_filter.h', |
| 1661 'protocol/name_value_map.h', |
1661 'protocol/negotiating_authenticator.cc', | 1662 'protocol/negotiating_authenticator.cc', |
1662 'protocol/negotiating_authenticator.h', | 1663 'protocol/negotiating_authenticator.h', |
1663 'protocol/protobuf_video_reader.cc', | 1664 'protocol/protobuf_video_reader.cc', |
1664 'protocol/protobuf_video_reader.h', | 1665 'protocol/protobuf_video_reader.h', |
1665 'protocol/protobuf_video_writer.cc', | 1666 'protocol/protobuf_video_writer.cc', |
1666 'protocol/protobuf_video_writer.h', | 1667 'protocol/protobuf_video_writer.h', |
1667 'protocol/session.h', | 1668 'protocol/session.h', |
1668 'protocol/session_config.cc', | 1669 'protocol/session_config.cc', |
1669 'protocol/session_config.h', | 1670 'protocol/session_config.h', |
1670 'protocol/session_manager.h', | 1671 'protocol/session_manager.h', |
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1857 '../base/allocator/allocator.gyp:allocator', | 1858 '../base/allocator/allocator.gyp:allocator', |
1858 ], | 1859 ], |
1859 }, | 1860 }, |
1860 ], | 1861 ], |
1861 ], | 1862 ], |
1862 }], | 1863 }], |
1863 ], # end of 'conditions' | 1864 ], # end of 'conditions' |
1864 }, # end of target 'remoting_unittests' | 1865 }, # end of target 'remoting_unittests' |
1865 ], # end of targets | 1866 ], # end of targets |
1866 } | 1867 } |
OLD | NEW |