| 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 1475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1486 'remoting_jingle_glue', | 1486 'remoting_jingle_glue', |
| 1487 '../crypto/crypto.gyp:crypto', | 1487 '../crypto/crypto.gyp:crypto', |
| 1488 '../jingle/jingle.gyp:jingle_glue', | 1488 '../jingle/jingle.gyp:jingle_glue', |
| 1489 '../net/net.gyp:net', | 1489 '../net/net.gyp:net', |
| 1490 ], | 1490 ], |
| 1491 'export_dependent_settings': [ | 1491 'export_dependent_settings': [ |
| 1492 'remoting_jingle_glue', | 1492 'remoting_jingle_glue', |
| 1493 ], | 1493 ], |
| 1494 'sources': [ | 1494 'sources': [ |
| 1495 'protocol/audio_stub.h', | 1495 'protocol/audio_stub.h', |
| 1496 'protocol/audio_writer.cc', |
| 1497 'protocol/audio_writer.h', |
| 1496 'protocol/auth_util.cc', | 1498 'protocol/auth_util.cc', |
| 1497 'protocol/auth_util.h', | 1499 'protocol/auth_util.h', |
| 1498 'protocol/authentication_method.cc', | 1500 'protocol/authentication_method.cc', |
| 1499 'protocol/authentication_method.h', | 1501 'protocol/authentication_method.h', |
| 1500 'protocol/authenticator.cc', | 1502 'protocol/authenticator.cc', |
| 1501 'protocol/authenticator.h', | 1503 'protocol/authenticator.h', |
| 1502 'protocol/buffered_socket_writer.cc', | 1504 'protocol/buffered_socket_writer.cc', |
| 1503 'protocol/buffered_socket_writer.h', | 1505 'protocol/buffered_socket_writer.h', |
| 1504 'protocol/channel_authenticator.h', | 1506 'protocol/channel_authenticator.h', |
| 1505 'protocol/channel_dispatcher_base.cc', | 1507 'protocol/channel_dispatcher_base.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1547 'protocol/me2me_host_authenticator_factory.cc', | 1549 'protocol/me2me_host_authenticator_factory.cc', |
| 1548 'protocol/me2me_host_authenticator_factory.h', | 1550 'protocol/me2me_host_authenticator_factory.h', |
| 1549 'protocol/message_decoder.cc', | 1551 'protocol/message_decoder.cc', |
| 1550 'protocol/message_decoder.h', | 1552 'protocol/message_decoder.h', |
| 1551 'protocol/message_reader.cc', | 1553 'protocol/message_reader.cc', |
| 1552 'protocol/message_reader.h', | 1554 'protocol/message_reader.h', |
| 1553 'protocol/mouse_input_filter.cc', | 1555 'protocol/mouse_input_filter.cc', |
| 1554 'protocol/mouse_input_filter.h', | 1556 'protocol/mouse_input_filter.h', |
| 1555 'protocol/negotiating_authenticator.cc', | 1557 'protocol/negotiating_authenticator.cc', |
| 1556 'protocol/negotiating_authenticator.h', | 1558 'protocol/negotiating_authenticator.h', |
| 1559 'protocol/protobuf_audio_writer.cc', |
| 1560 'protocol/protobuf_audio_writer.h', |
| 1557 'protocol/protobuf_video_reader.cc', | 1561 'protocol/protobuf_video_reader.cc', |
| 1558 'protocol/protobuf_video_reader.h', | 1562 'protocol/protobuf_video_reader.h', |
| 1559 'protocol/protobuf_video_writer.cc', | 1563 'protocol/protobuf_video_writer.cc', |
| 1560 'protocol/protobuf_video_writer.h', | 1564 'protocol/protobuf_video_writer.h', |
| 1561 'protocol/session.h', | 1565 'protocol/session.h', |
| 1562 'protocol/session_config.cc', | 1566 'protocol/session_config.cc', |
| 1563 'protocol/session_config.h', | 1567 'protocol/session_config.h', |
| 1564 'protocol/session_manager.h', | 1568 'protocol/session_manager.h', |
| 1565 'protocol/socket_reader_base.cc', | 1569 'protocol/socket_reader_base.cc', |
| 1566 'protocol/socket_reader_base.h', | 1570 'protocol/socket_reader_base.h', |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1748 '../base/allocator/allocator.gyp:allocator', | 1752 '../base/allocator/allocator.gyp:allocator', |
| 1749 ], | 1753 ], |
| 1750 }, | 1754 }, |
| 1751 ], | 1755 ], |
| 1752 ], | 1756 ], |
| 1753 }], | 1757 }], |
| 1754 ], # end of 'conditions' | 1758 ], # end of 'conditions' |
| 1755 }, # end of target 'remoting_unittests' | 1759 }, # end of target 'remoting_unittests' |
| 1756 ], # end of targets | 1760 ], # end of targets |
| 1757 } | 1761 } |
| OLD | NEW |