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 2423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2434 'protocol/session_config.h', | 2434 'protocol/session_config.h', |
2435 'protocol/session_manager.h', | 2435 'protocol/session_manager.h', |
2436 'protocol/ssl_hmac_channel_authenticator.cc', | 2436 'protocol/ssl_hmac_channel_authenticator.cc', |
2437 'protocol/ssl_hmac_channel_authenticator.h', | 2437 'protocol/ssl_hmac_channel_authenticator.h', |
2438 'protocol/transport.cc', | 2438 'protocol/transport.cc', |
2439 'protocol/transport.h', | 2439 'protocol/transport.h', |
2440 'protocol/transport_config.cc', | 2440 'protocol/transport_config.cc', |
2441 'protocol/transport_config.h', | 2441 'protocol/transport_config.h', |
2442 'protocol/util.cc', | 2442 'protocol/util.cc', |
2443 'protocol/util.h', | 2443 'protocol/util.h', |
| 2444 'protocol/third_party_authenticator_base.cc', |
| 2445 'protocol/third_party_authenticator_base.h', |
| 2446 'protocol/third_party_client_authenticator.cc', |
| 2447 'protocol/third_party_client_authenticator.h', |
| 2448 'protocol/third_party_host_authenticator.cc', |
| 2449 'protocol/third_party_host_authenticator.h', |
2444 'protocol/v2_authenticator.cc', | 2450 'protocol/v2_authenticator.cc', |
2445 'protocol/v2_authenticator.h', | 2451 'protocol/v2_authenticator.h', |
2446 'protocol/video_reader.cc', | 2452 'protocol/video_reader.cc', |
2447 'protocol/video_reader.h', | 2453 'protocol/video_reader.h', |
2448 'protocol/video_stub.h', | 2454 'protocol/video_stub.h', |
2449 'protocol/video_writer.cc', | 2455 'protocol/video_writer.cc', |
2450 'protocol/video_writer.h', | 2456 'protocol/video_writer.h', |
2451 ], | 2457 ], |
2452 }, # end of target 'remoting_protocol' | 2458 }, # end of target 'remoting_protocol' |
2453 | 2459 |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2576 'protocol/jingle_messages_unittest.cc', | 2582 'protocol/jingle_messages_unittest.cc', |
2577 'protocol/jingle_session_unittest.cc', | 2583 'protocol/jingle_session_unittest.cc', |
2578 'protocol/message_decoder_unittest.cc', | 2584 'protocol/message_decoder_unittest.cc', |
2579 'protocol/message_reader_unittest.cc', | 2585 'protocol/message_reader_unittest.cc', |
2580 'protocol/mouse_input_filter_unittest.cc', | 2586 'protocol/mouse_input_filter_unittest.cc', |
2581 'protocol/negotiating_authenticator_unittest.cc', | 2587 'protocol/negotiating_authenticator_unittest.cc', |
2582 'protocol/ppapi_module_stub.cc', | 2588 'protocol/ppapi_module_stub.cc', |
2583 'protocol/protocol_mock_objects.cc', | 2589 'protocol/protocol_mock_objects.cc', |
2584 'protocol/protocol_mock_objects.h', | 2590 'protocol/protocol_mock_objects.h', |
2585 'protocol/ssl_hmac_channel_authenticator_unittest.cc', | 2591 'protocol/ssl_hmac_channel_authenticator_unittest.cc', |
| 2592 'protocol/third_party_authenticator_unittest.cc', |
2586 'protocol/v2_authenticator_unittest.cc', | 2593 'protocol/v2_authenticator_unittest.cc', |
2587 ], | 2594 ], |
2588 'conditions': [ | 2595 'conditions': [ |
2589 [ 'OS=="win"', { | 2596 [ 'OS=="win"', { |
2590 'defines': [ | 2597 'defines': [ |
2591 '_ATL_NO_EXCEPTIONS', | 2598 '_ATL_NO_EXCEPTIONS', |
2592 ], | 2599 ], |
2593 'include_dirs': [ | 2600 'include_dirs': [ |
2594 '../breakpad/src', | 2601 '../breakpad/src', |
2595 ], | 2602 ], |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2658 '../base/allocator/allocator.gyp:allocator', | 2665 '../base/allocator/allocator.gyp:allocator', |
2659 ], | 2666 ], |
2660 }, | 2667 }, |
2661 ], | 2668 ], |
2662 ], | 2669 ], |
2663 }], # end of 'toolkit_uses_gtk == 1' | 2670 }], # end of 'toolkit_uses_gtk == 1' |
2664 ], # end of 'conditions' | 2671 ], # end of 'conditions' |
2665 }, # end of target 'remoting_unittests' | 2672 }, # end of target 'remoting_unittests' |
2666 ], # end of targets | 2673 ], # end of targets |
2667 } | 2674 } |
OLD | NEW |