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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 | 8 |
9 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 2749 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2760 'protocol/protobuf_video_writer.cc', | 2760 'protocol/protobuf_video_writer.cc', |
2761 'protocol/protobuf_video_writer.h', | 2761 'protocol/protobuf_video_writer.h', |
2762 'protocol/session.h', | 2762 'protocol/session.h', |
2763 'protocol/session_config.cc', | 2763 'protocol/session_config.cc', |
2764 'protocol/session_config.h', | 2764 'protocol/session_config.h', |
2765 'protocol/session_manager.h', | 2765 'protocol/session_manager.h', |
2766 'protocol/ssl_hmac_channel_authenticator.cc', | 2766 'protocol/ssl_hmac_channel_authenticator.cc', |
2767 'protocol/ssl_hmac_channel_authenticator.h', | 2767 'protocol/ssl_hmac_channel_authenticator.h', |
2768 'protocol/transport.cc', | 2768 'protocol/transport.cc', |
2769 'protocol/transport.h', | 2769 'protocol/transport.h', |
2770 'protocol/transport_config.cc', | |
2771 'protocol/transport_config.h', | |
2772 'protocol/util.cc', | 2770 'protocol/util.cc', |
2773 'protocol/util.h', | 2771 'protocol/util.h', |
2774 'protocol/third_party_authenticator_base.cc', | 2772 'protocol/third_party_authenticator_base.cc', |
2775 'protocol/third_party_authenticator_base.h', | 2773 'protocol/third_party_authenticator_base.h', |
2776 'protocol/third_party_client_authenticator.cc', | 2774 'protocol/third_party_client_authenticator.cc', |
2777 'protocol/third_party_client_authenticator.h', | 2775 'protocol/third_party_client_authenticator.h', |
2778 'protocol/third_party_host_authenticator.cc', | 2776 'protocol/third_party_host_authenticator.cc', |
2779 'protocol/third_party_host_authenticator.h', | 2777 'protocol/third_party_host_authenticator.h', |
2780 'protocol/v2_authenticator.cc', | 2778 'protocol/v2_authenticator.cc', |
2781 'protocol/v2_authenticator.h', | 2779 'protocol/v2_authenticator.h', |
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3027 '../base/allocator/allocator.gyp:allocator', | 3025 '../base/allocator/allocator.gyp:allocator', |
3028 ], | 3026 ], |
3029 }, | 3027 }, |
3030 ], | 3028 ], |
3031 ], | 3029 ], |
3032 }], # end of 'toolkit_uses_gtk == 1' | 3030 }], # end of 'toolkit_uses_gtk == 1' |
3033 ], # end of 'conditions' | 3031 ], # end of 'conditions' |
3034 }, # end of target 'remoting_unittests' | 3032 }, # end of target 'remoting_unittests' |
3035 ], # end of targets | 3033 ], # end of targets |
3036 } | 3034 } |
OLD | NEW |