| 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 2452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2463 'protocol/message_reader.h', | 2463 'protocol/message_reader.h', |
| 2464 'protocol/mouse_input_filter.cc', | 2464 'protocol/mouse_input_filter.cc', |
| 2465 'protocol/mouse_input_filter.h', | 2465 'protocol/mouse_input_filter.h', |
| 2466 'protocol/name_value_map.h', | 2466 'protocol/name_value_map.h', |
| 2467 'protocol/negotiating_authenticator_base.cc', | 2467 'protocol/negotiating_authenticator_base.cc', |
| 2468 'protocol/negotiating_authenticator_base.h', | 2468 'protocol/negotiating_authenticator_base.h', |
| 2469 'protocol/negotiating_client_authenticator.cc', | 2469 'protocol/negotiating_client_authenticator.cc', |
| 2470 'protocol/negotiating_client_authenticator.h', | 2470 'protocol/negotiating_client_authenticator.h', |
| 2471 'protocol/negotiating_host_authenticator.cc', | 2471 'protocol/negotiating_host_authenticator.cc', |
| 2472 'protocol/negotiating_host_authenticator.h', | 2472 'protocol/negotiating_host_authenticator.h', |
| 2473 'protocol/pairing_client_authenticator.cc', |
| 2474 'protocol/pairing_client_authenticator.h', |
| 2475 'protocol/pairing_host_authenticator.cc', |
| 2476 'protocol/pairing_host_authenticator.h', |
| 2473 'protocol/pairing_registry.cc', | 2477 'protocol/pairing_registry.cc', |
| 2474 'protocol/pairing_registry.h', | 2478 'protocol/pairing_registry.h', |
| 2475 'protocol/protobuf_video_reader.cc', | 2479 'protocol/protobuf_video_reader.cc', |
| 2476 'protocol/protobuf_video_reader.h', | 2480 'protocol/protobuf_video_reader.h', |
| 2477 'protocol/protobuf_video_writer.cc', | 2481 'protocol/protobuf_video_writer.cc', |
| 2478 'protocol/protobuf_video_writer.h', | 2482 'protocol/protobuf_video_writer.h', |
| 2479 'protocol/session.h', | 2483 'protocol/session.h', |
| 2480 'protocol/session_config.cc', | 2484 'protocol/session_config.cc', |
| 2481 'protocol/session_config.h', | 2485 'protocol/session_config.h', |
| 2482 'protocol/session_manager.h', | 2486 'protocol/session_manager.h', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2721 '../base/allocator/allocator.gyp:allocator', | 2725 '../base/allocator/allocator.gyp:allocator', |
| 2722 ], | 2726 ], |
| 2723 }, | 2727 }, |
| 2724 ], | 2728 ], |
| 2725 ], | 2729 ], |
| 2726 }], # end of 'toolkit_uses_gtk == 1' | 2730 }], # end of 'toolkit_uses_gtk == 1' |
| 2727 ], # end of 'conditions' | 2731 ], # end of 'conditions' |
| 2728 }, # end of target 'remoting_unittests' | 2732 }, # end of target 'remoting_unittests' |
| 2729 ], # end of targets | 2733 ], # end of targets |
| 2730 } | 2734 } |
| OLD | NEW |