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 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1516 'protocol/buffered_socket_writer.cc', | 1516 'protocol/buffered_socket_writer.cc', |
1517 'protocol/buffered_socket_writer.h', | 1517 'protocol/buffered_socket_writer.h', |
1518 'protocol/channel_authenticator.h', | 1518 'protocol/channel_authenticator.h', |
1519 'protocol/channel_dispatcher_base.cc', | 1519 'protocol/channel_dispatcher_base.cc', |
1520 'protocol/channel_dispatcher_base.h', | 1520 'protocol/channel_dispatcher_base.h', |
1521 'protocol/client_control_dispatcher.cc', | 1521 'protocol/client_control_dispatcher.cc', |
1522 'protocol/client_control_dispatcher.h', | 1522 'protocol/client_control_dispatcher.h', |
1523 'protocol/client_event_dispatcher.cc', | 1523 'protocol/client_event_dispatcher.cc', |
1524 'protocol/client_event_dispatcher.h', | 1524 'protocol/client_event_dispatcher.h', |
1525 'protocol/client_stub.h', | 1525 'protocol/client_stub.h', |
| 1526 'protocol/clipboard_echo_filter.cc', |
| 1527 'protocol/clipboard_echo_filter.h', |
1526 'protocol/clipboard_filter.h', | 1528 'protocol/clipboard_filter.h', |
1527 'protocol/clipboard_filter.cc', | 1529 'protocol/clipboard_filter.cc', |
1528 'protocol/clipboard_stub.h', | 1530 'protocol/clipboard_stub.h', |
1529 'protocol/connection_to_client.cc', | 1531 'protocol/connection_to_client.cc', |
1530 'protocol/connection_to_client.h', | 1532 'protocol/connection_to_client.h', |
1531 'protocol/connection_to_host.cc', | 1533 'protocol/connection_to_host.cc', |
1532 'protocol/connection_to_host.h', | 1534 'protocol/connection_to_host.h', |
1533 'protocol/content_description.cc', | 1535 'protocol/content_description.cc', |
1534 'protocol/content_description.h', | 1536 'protocol/content_description.h', |
1535 'protocol/errors.h', | 1537 'protocol/errors.h', |
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1712 'host/test_key_pair.h', | 1714 'host/test_key_pair.h', |
1713 'host/url_fetcher_unittest.cc', | 1715 'host/url_fetcher_unittest.cc', |
1714 'jingle_glue/fake_signal_strategy.cc', | 1716 'jingle_glue/fake_signal_strategy.cc', |
1715 'jingle_glue/fake_signal_strategy.h', | 1717 'jingle_glue/fake_signal_strategy.h', |
1716 'jingle_glue/iq_sender_unittest.cc', | 1718 'jingle_glue/iq_sender_unittest.cc', |
1717 'jingle_glue/jingle_thread_unittest.cc', | 1719 'jingle_glue/jingle_thread_unittest.cc', |
1718 'jingle_glue/mock_objects.cc', | 1720 'jingle_glue/mock_objects.cc', |
1719 'jingle_glue/mock_objects.h', | 1721 'jingle_glue/mock_objects.h', |
1720 'protocol/authenticator_test_base.cc', | 1722 'protocol/authenticator_test_base.cc', |
1721 'protocol/authenticator_test_base.h', | 1723 'protocol/authenticator_test_base.h', |
| 1724 'protocol/clipboard_echo_filter_unittest.cc', |
1722 'protocol/connection_tester.cc', | 1725 'protocol/connection_tester.cc', |
1723 'protocol/connection_tester.h', | 1726 'protocol/connection_tester.h', |
1724 'protocol/connection_to_client_unittest.cc', | 1727 'protocol/connection_to_client_unittest.cc', |
1725 'protocol/fake_authenticator.cc', | 1728 'protocol/fake_authenticator.cc', |
1726 'protocol/fake_authenticator.h', | 1729 'protocol/fake_authenticator.h', |
1727 'protocol/fake_session.cc', | 1730 'protocol/fake_session.cc', |
1728 'protocol/fake_session.h', | 1731 'protocol/fake_session.h', |
1729 'protocol/jingle_messages_unittest.cc', | 1732 'protocol/jingle_messages_unittest.cc', |
1730 'protocol/jingle_session_unittest.cc', | 1733 'protocol/jingle_session_unittest.cc', |
1731 'protocol/input_event_tracker_unittest.cc', | 1734 'protocol/input_event_tracker_unittest.cc', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1772 '../base/allocator/allocator.gyp:allocator', | 1775 '../base/allocator/allocator.gyp:allocator', |
1773 ], | 1776 ], |
1774 }, | 1777 }, |
1775 ], | 1778 ], |
1776 ], | 1779 ], |
1777 }], | 1780 }], |
1778 ], # end of 'conditions' | 1781 ], # end of 'conditions' |
1779 }, # end of target 'remoting_unittests' | 1782 }, # end of target 'remoting_unittests' |
1780 ], # end of targets | 1783 ], # end of targets |
1781 } | 1784 } |
OLD | NEW |