| 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 2485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2496 'protocol/message_reader.h', | 2496 'protocol/message_reader.h', |
| 2497 'protocol/mouse_input_filter.cc', | 2497 'protocol/mouse_input_filter.cc', |
| 2498 'protocol/mouse_input_filter.h', | 2498 'protocol/mouse_input_filter.h', |
| 2499 'protocol/name_value_map.h', | 2499 'protocol/name_value_map.h', |
| 2500 'protocol/negotiating_authenticator_base.cc', | 2500 'protocol/negotiating_authenticator_base.cc', |
| 2501 'protocol/negotiating_authenticator_base.h', | 2501 'protocol/negotiating_authenticator_base.h', |
| 2502 'protocol/negotiating_client_authenticator.cc', | 2502 'protocol/negotiating_client_authenticator.cc', |
| 2503 'protocol/negotiating_client_authenticator.h', | 2503 'protocol/negotiating_client_authenticator.h', |
| 2504 'protocol/negotiating_host_authenticator.cc', | 2504 'protocol/negotiating_host_authenticator.cc', |
| 2505 'protocol/negotiating_host_authenticator.h', | 2505 'protocol/negotiating_host_authenticator.h', |
| 2506 'protocol/pairing_authenticator_base.cc', |
| 2507 'protocol/pairing_authenticator_base.h', |
| 2508 'protocol/pairing_client_authenticator.cc', |
| 2509 'protocol/pairing_client_authenticator.h', |
| 2510 'protocol/pairing_host_authenticator.cc', |
| 2511 'protocol/pairing_host_authenticator.h', |
| 2506 'protocol/pairing_registry.cc', | 2512 'protocol/pairing_registry.cc', |
| 2507 'protocol/pairing_registry.h', | 2513 'protocol/pairing_registry.h', |
| 2508 'protocol/protobuf_video_reader.cc', | 2514 'protocol/protobuf_video_reader.cc', |
| 2509 'protocol/protobuf_video_reader.h', | 2515 'protocol/protobuf_video_reader.h', |
| 2510 'protocol/protobuf_video_writer.cc', | 2516 'protocol/protobuf_video_writer.cc', |
| 2511 'protocol/protobuf_video_writer.h', | 2517 'protocol/protobuf_video_writer.h', |
| 2512 'protocol/session.h', | 2518 'protocol/session.h', |
| 2513 'protocol/session_config.cc', | 2519 'protocol/session_config.cc', |
| 2514 'protocol/session_config.h', | 2520 'protocol/session_config.h', |
| 2515 'protocol/session_manager.h', | 2521 'protocol/session_manager.h', |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2755 '../base/allocator/allocator.gyp:allocator', | 2761 '../base/allocator/allocator.gyp:allocator', |
| 2756 ], | 2762 ], |
| 2757 }, | 2763 }, |
| 2758 ], | 2764 ], |
| 2759 ], | 2765 ], |
| 2760 }], # end of 'toolkit_uses_gtk == 1' | 2766 }], # end of 'toolkit_uses_gtk == 1' |
| 2761 ], # end of 'conditions' | 2767 ], # end of 'conditions' |
| 2762 }, # end of target 'remoting_unittests' | 2768 }, # end of target 'remoting_unittests' |
| 2763 ], # end of targets | 2769 ], # end of targets |
| 2764 } | 2770 } |
| OLD | NEW |