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 2430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2441 'protocol/session_config.h', | 2441 'protocol/session_config.h', |
2442 'protocol/session_manager.h', | 2442 'protocol/session_manager.h', |
2443 'protocol/ssl_hmac_channel_authenticator.cc', | 2443 'protocol/ssl_hmac_channel_authenticator.cc', |
2444 'protocol/ssl_hmac_channel_authenticator.h', | 2444 'protocol/ssl_hmac_channel_authenticator.h', |
2445 'protocol/transport.cc', | 2445 'protocol/transport.cc', |
2446 'protocol/transport.h', | 2446 'protocol/transport.h', |
2447 'protocol/transport_config.cc', | 2447 'protocol/transport_config.cc', |
2448 'protocol/transport_config.h', | 2448 'protocol/transport_config.h', |
2449 'protocol/util.cc', | 2449 'protocol/util.cc', |
2450 'protocol/util.h', | 2450 'protocol/util.h', |
| 2451 'protocol/third_party_authenticator_base.cc', |
| 2452 'protocol/third_party_authenticator_base.h', |
| 2453 'protocol/third_party_client_authenticator.cc', |
| 2454 'protocol/third_party_client_authenticator.h', |
| 2455 'protocol/third_party_host_authenticator.cc', |
| 2456 'protocol/third_party_host_authenticator.h', |
2451 'protocol/v2_authenticator.cc', | 2457 'protocol/v2_authenticator.cc', |
2452 'protocol/v2_authenticator.h', | 2458 'protocol/v2_authenticator.h', |
2453 'protocol/video_reader.cc', | 2459 'protocol/video_reader.cc', |
2454 'protocol/video_reader.h', | 2460 'protocol/video_reader.h', |
2455 'protocol/video_stub.h', | 2461 'protocol/video_stub.h', |
2456 'protocol/video_writer.cc', | 2462 'protocol/video_writer.cc', |
2457 'protocol/video_writer.h', | 2463 'protocol/video_writer.h', |
2458 ], | 2464 ], |
2459 }, # end of target 'remoting_protocol' | 2465 }, # end of target 'remoting_protocol' |
2460 | 2466 |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2584 'protocol/jingle_messages_unittest.cc', | 2590 'protocol/jingle_messages_unittest.cc', |
2585 'protocol/jingle_session_unittest.cc', | 2591 'protocol/jingle_session_unittest.cc', |
2586 'protocol/message_decoder_unittest.cc', | 2592 'protocol/message_decoder_unittest.cc', |
2587 'protocol/message_reader_unittest.cc', | 2593 'protocol/message_reader_unittest.cc', |
2588 'protocol/mouse_input_filter_unittest.cc', | 2594 'protocol/mouse_input_filter_unittest.cc', |
2589 'protocol/negotiating_authenticator_unittest.cc', | 2595 'protocol/negotiating_authenticator_unittest.cc', |
2590 'protocol/ppapi_module_stub.cc', | 2596 'protocol/ppapi_module_stub.cc', |
2591 'protocol/protocol_mock_objects.cc', | 2597 'protocol/protocol_mock_objects.cc', |
2592 'protocol/protocol_mock_objects.h', | 2598 'protocol/protocol_mock_objects.h', |
2593 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 2599 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
| 2600 'protocol/third_party_authenticator_unittest.cc', |
2594 'protocol/v2_authenticator_unittest.cc', | 2601 'protocol/v2_authenticator_unittest.cc', |
2595 ], | 2602 ], |
2596 'conditions': [ | 2603 'conditions': [ |
2597 [ 'OS=="win"', { | 2604 [ 'OS=="win"', { |
2598 'defines': [ | 2605 'defines': [ |
2599 '_ATL_NO_EXCEPTIONS', | 2606 '_ATL_NO_EXCEPTIONS', |
2600 ], | 2607 ], |
2601 'include_dirs': [ | 2608 'include_dirs': [ |
2602 '../breakpad/src', | 2609 '../breakpad/src', |
2603 ], | 2610 ], |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2667 '../base/allocator/allocator.gyp:allocator', | 2674 '../base/allocator/allocator.gyp:allocator', |
2668 ], | 2675 ], |
2669 }, | 2676 }, |
2670 ], | 2677 ], |
2671 ], | 2678 ], |
2672 }], # end of 'toolkit_uses_gtk == 1' | 2679 }], # end of 'toolkit_uses_gtk == 1' |
2673 ], # end of 'conditions' | 2680 ], # end of 'conditions' |
2674 }, # end of target 'remoting_unittests' | 2681 }, # end of target 'remoting_unittests' |
2675 ], # end of targets | 2682 ], # end of targets |
2676 } | 2683 } |
OLD | NEW |