| 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_proxy.cc', |
| 1476 'protocol/clipboard_proxy.h', |
| 1475 'protocol/clipboard_stub.h', | 1477 'protocol/clipboard_stub.h', |
| 1478 'protocol/clipboard_weak_ptr.cc', |
| 1479 'protocol/clipboard_weak_ptr.h', |
| 1476 'protocol/connection_to_client.cc', | 1480 'protocol/connection_to_client.cc', |
| 1477 'protocol/connection_to_client.h', | 1481 'protocol/connection_to_client.h', |
| 1478 'protocol/connection_to_host.cc', | 1482 'protocol/connection_to_host.cc', |
| 1479 'protocol/connection_to_host.h', | 1483 'protocol/connection_to_host.h', |
| 1480 'protocol/content_description.cc', | 1484 'protocol/content_description.cc', |
| 1481 'protocol/content_description.h', | 1485 'protocol/content_description.h', |
| 1482 'protocol/errors.h', | 1486 'protocol/errors.h', |
| 1483 'protocol/host_control_dispatcher.cc', | 1487 'protocol/host_control_dispatcher.cc', |
| 1484 'protocol/host_control_dispatcher.h', | 1488 'protocol/host_control_dispatcher.h', |
| 1485 'protocol/host_event_dispatcher.cc', | 1489 'protocol/host_event_dispatcher.cc', |
| (...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 '../base/allocator/allocator.gyp:allocator', | 1720 '../base/allocator/allocator.gyp:allocator', |
| 1717 ], | 1721 ], |
| 1718 }, | 1722 }, |
| 1719 ], | 1723 ], |
| 1720 ], | 1724 ], |
| 1721 }], | 1725 }], |
| 1722 ], # end of 'conditions' | 1726 ], # end of 'conditions' |
| 1723 }, # end of target 'remoting_unittests' | 1727 }, # end of target 'remoting_unittests' |
| 1724 ], # end of targets | 1728 ], # end of targets |
| 1725 } | 1729 } |
| OLD | NEW |