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 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1623 'protocol/connection_to_client.h', | 1623 'protocol/connection_to_client.h', |
1624 'protocol/connection_to_host.cc', | 1624 'protocol/connection_to_host.cc', |
1625 'protocol/connection_to_host.h', | 1625 'protocol/connection_to_host.h', |
1626 'protocol/content_description.cc', | 1626 'protocol/content_description.cc', |
1627 'protocol/content_description.h', | 1627 'protocol/content_description.h', |
1628 'protocol/errors.h', | 1628 'protocol/errors.h', |
1629 'protocol/host_control_dispatcher.cc', | 1629 'protocol/host_control_dispatcher.cc', |
1630 'protocol/host_control_dispatcher.h', | 1630 'protocol/host_control_dispatcher.h', |
1631 'protocol/host_event_dispatcher.cc', | 1631 'protocol/host_event_dispatcher.cc', |
1632 'protocol/host_event_dispatcher.h', | 1632 'protocol/host_event_dispatcher.h', |
1633 'protocol/host_event_stub.h', | |
1634 'protocol/host_stub.h', | 1633 'protocol/host_stub.h', |
1635 'protocol/input_event_tracker.cc', | 1634 'protocol/input_event_tracker.cc', |
1636 'protocol/input_event_tracker.h', | 1635 'protocol/input_event_tracker.h', |
1637 'protocol/input_filter.cc', | 1636 'protocol/input_filter.cc', |
1638 'protocol/input_filter.h', | 1637 'protocol/input_filter.h', |
1639 'protocol/input_stub.h', | 1638 'protocol/input_stub.h', |
1640 'protocol/it2me_host_authenticator_factory.cc', | 1639 'protocol/it2me_host_authenticator_factory.cc', |
1641 'protocol/it2me_host_authenticator_factory.h', | 1640 'protocol/it2me_host_authenticator_factory.h', |
1642 'protocol/jingle_messages.cc', | 1641 'protocol/jingle_messages.cc', |
1643 'protocol/jingle_messages.h', | 1642 'protocol/jingle_messages.h', |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1854 '../base/allocator/allocator.gyp:allocator', | 1853 '../base/allocator/allocator.gyp:allocator', |
1855 ], | 1854 ], |
1856 }, | 1855 }, |
1857 ], | 1856 ], |
1858 ], | 1857 ], |
1859 }], | 1858 }], |
1860 ], # end of 'conditions' | 1859 ], # end of 'conditions' |
1861 }, # end of target 'remoting_unittests' | 1860 }, # end of target 'remoting_unittests' |
1862 ], # end of targets | 1861 ], # end of targets |
1863 } | 1862 } |
OLD | NEW |