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 1454 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1465 'protocol/channel_dispatcher_base.h', | 1465 'protocol/channel_dispatcher_base.h', |
1466 'protocol/client_control_dispatcher.cc', | 1466 'protocol/client_control_dispatcher.cc', |
1467 'protocol/client_control_dispatcher.h', | 1467 'protocol/client_control_dispatcher.h', |
1468 'protocol/client_event_dispatcher.cc', | 1468 'protocol/client_event_dispatcher.cc', |
1469 'protocol/client_event_dispatcher.h', | 1469 'protocol/client_event_dispatcher.h', |
1470 'protocol/client_stub.h', | 1470 'protocol/client_stub.h', |
1471 'protocol/clipboard_echo_filter.cc', | 1471 'protocol/clipboard_echo_filter.cc', |
1472 'protocol/clipboard_echo_filter.h', | 1472 'protocol/clipboard_echo_filter.h', |
1473 'protocol/clipboard_filter.h', | 1473 'protocol/clipboard_filter.h', |
1474 'protocol/clipboard_filter.cc', | 1474 'protocol/clipboard_filter.cc', |
| 1475 'protocol/clipboard_thread_proxy.cc', |
| 1476 'protocol/clipboard_thread_proxy.h', |
1475 'protocol/clipboard_stub.h', | 1477 'protocol/clipboard_stub.h', |
1476 'protocol/connection_to_client.cc', | 1478 'protocol/connection_to_client.cc', |
1477 'protocol/connection_to_client.h', | 1479 'protocol/connection_to_client.h', |
1478 'protocol/connection_to_host.cc', | 1480 'protocol/connection_to_host.cc', |
1479 'protocol/connection_to_host.h', | 1481 'protocol/connection_to_host.h', |
1480 'protocol/content_description.cc', | 1482 'protocol/content_description.cc', |
1481 'protocol/content_description.h', | 1483 'protocol/content_description.h', |
1482 'protocol/errors.h', | 1484 'protocol/errors.h', |
1483 'protocol/host_control_dispatcher.cc', | 1485 'protocol/host_control_dispatcher.cc', |
1484 'protocol/host_control_dispatcher.h', | 1486 'protocol/host_control_dispatcher.h', |
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1716 '../base/allocator/allocator.gyp:allocator', | 1718 '../base/allocator/allocator.gyp:allocator', |
1717 ], | 1719 ], |
1718 }, | 1720 }, |
1719 ], | 1721 ], |
1720 ], | 1722 ], |
1721 }], | 1723 }], |
1722 ], # end of 'conditions' | 1724 ], # end of 'conditions' |
1723 }, # end of target 'remoting_unittests' | 1725 }, # end of target 'remoting_unittests' |
1724 ], # end of targets | 1726 ], # end of targets |
1725 } | 1727 } |
OLD | NEW |