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 1667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1678 'protocol/socket_reader_base.cc', | 1678 'protocol/socket_reader_base.cc', |
1679 'protocol/socket_reader_base.h', | 1679 'protocol/socket_reader_base.h', |
1680 'protocol/ssl_hmac_channel_authenticator.cc', | 1680 'protocol/ssl_hmac_channel_authenticator.cc', |
1681 'protocol/ssl_hmac_channel_authenticator.h', | 1681 'protocol/ssl_hmac_channel_authenticator.h', |
1682 'protocol/transport.cc', | 1682 'protocol/transport.cc', |
1683 'protocol/transport.h', | 1683 'protocol/transport.h', |
1684 'protocol/transport_config.cc', | 1684 'protocol/transport_config.cc', |
1685 'protocol/transport_config.h', | 1685 'protocol/transport_config.h', |
1686 'protocol/util.cc', | 1686 'protocol/util.cc', |
1687 'protocol/util.h', | 1687 'protocol/util.h', |
1688 'protocol/v1_authenticator.cc', | |
1689 'protocol/v1_authenticator.h', | |
1690 'protocol/v2_authenticator.cc', | 1688 'protocol/v2_authenticator.cc', |
1691 'protocol/v2_authenticator.h', | 1689 'protocol/v2_authenticator.h', |
1692 'protocol/video_reader.cc', | 1690 'protocol/video_reader.cc', |
1693 'protocol/video_reader.h', | 1691 'protocol/video_reader.h', |
1694 'protocol/video_stub.h', | 1692 'protocol/video_stub.h', |
1695 'protocol/video_writer.cc', | 1693 'protocol/video_writer.cc', |
1696 'protocol/video_writer.h', | 1694 'protocol/video_writer.h', |
1697 ], | 1695 ], |
1698 }, # end of target 'remoting_protocol' | 1696 }, # end of target 'remoting_protocol' |
1699 | 1697 |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1819 'protocol/jingle_session_unittest.cc', | 1817 'protocol/jingle_session_unittest.cc', |
1820 'protocol/input_event_tracker_unittest.cc', | 1818 'protocol/input_event_tracker_unittest.cc', |
1821 'protocol/message_decoder_unittest.cc', | 1819 'protocol/message_decoder_unittest.cc', |
1822 'protocol/message_reader_unittest.cc', | 1820 'protocol/message_reader_unittest.cc', |
1823 'protocol/mouse_input_filter_unittest.cc', | 1821 'protocol/mouse_input_filter_unittest.cc', |
1824 'protocol/negotiating_authenticator_unittest.cc', | 1822 'protocol/negotiating_authenticator_unittest.cc', |
1825 'protocol/protocol_mock_objects.cc', | 1823 'protocol/protocol_mock_objects.cc', |
1826 'protocol/protocol_mock_objects.h', | 1824 'protocol/protocol_mock_objects.h', |
1827 'protocol/ppapi_module_stub.cc', | 1825 'protocol/ppapi_module_stub.cc', |
1828 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 1826 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
1829 'protocol/v1_authenticator_unittest.cc', | |
1830 'protocol/v2_authenticator_unittest.cc', | 1827 'protocol/v2_authenticator_unittest.cc', |
1831 'run_all_unittests.cc', | 1828 'run_all_unittests.cc', |
1832 ], | 1829 ], |
1833 'conditions': [ | 1830 'conditions': [ |
1834 [ 'OS=="win"', { | 1831 [ 'OS=="win"', { |
1835 'include_dirs': [ | 1832 'include_dirs': [ |
1836 '../breakpad/src', | 1833 '../breakpad/src', |
1837 ], | 1834 ], |
1838 'dependencies': [ | 1835 'dependencies': [ |
1839 '../ipc/ipc.gyp:ipc' | 1836 '../ipc/ipc.gyp:ipc' |
(...skipping 27 matching lines...) Expand all Loading... |
1867 '../base/allocator/allocator.gyp:allocator', | 1864 '../base/allocator/allocator.gyp:allocator', |
1868 ], | 1865 ], |
1869 }, | 1866 }, |
1870 ], | 1867 ], |
1871 ], | 1868 ], |
1872 }], | 1869 }], |
1873 ], # end of 'conditions' | 1870 ], # end of 'conditions' |
1874 }, # end of target 'remoting_unittests' | 1871 }, # end of target 'remoting_unittests' |
1875 ], # end of targets | 1872 ], # end of targets |
1876 } | 1873 } |
OLD | NEW |