| 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 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2788 'protocol/protobuf_video_writer.cc', | 2788 'protocol/protobuf_video_writer.cc', |
| 2789 'protocol/protobuf_video_writer.h', | 2789 'protocol/protobuf_video_writer.h', |
| 2790 'protocol/session.h', | 2790 'protocol/session.h', |
| 2791 'protocol/session_config.cc', | 2791 'protocol/session_config.cc', |
| 2792 'protocol/session_config.h', | 2792 'protocol/session_config.h', |
| 2793 'protocol/session_manager.h', | 2793 'protocol/session_manager.h', |
| 2794 'protocol/ssl_hmac_channel_authenticator.cc', | 2794 'protocol/ssl_hmac_channel_authenticator.cc', |
| 2795 'protocol/ssl_hmac_channel_authenticator.h', | 2795 'protocol/ssl_hmac_channel_authenticator.h', |
| 2796 'protocol/transport.cc', | 2796 'protocol/transport.cc', |
| 2797 'protocol/transport.h', | 2797 'protocol/transport.h', |
| 2798 'protocol/transport_config.cc', | |
| 2799 'protocol/transport_config.h', | |
| 2800 'protocol/util.cc', | 2798 'protocol/util.cc', |
| 2801 'protocol/util.h', | 2799 'protocol/util.h', |
| 2802 'protocol/third_party_authenticator_base.cc', | 2800 'protocol/third_party_authenticator_base.cc', |
| 2803 'protocol/third_party_authenticator_base.h', | 2801 'protocol/third_party_authenticator_base.h', |
| 2804 'protocol/third_party_client_authenticator.cc', | 2802 'protocol/third_party_client_authenticator.cc', |
| 2805 'protocol/third_party_client_authenticator.h', | 2803 'protocol/third_party_client_authenticator.h', |
| 2806 'protocol/third_party_host_authenticator.cc', | 2804 'protocol/third_party_host_authenticator.cc', |
| 2807 'protocol/third_party_host_authenticator.h', | 2805 'protocol/third_party_host_authenticator.h', |
| 2808 'protocol/v2_authenticator.cc', | 2806 'protocol/v2_authenticator.cc', |
| 2809 'protocol/v2_authenticator.h', | 2807 'protocol/v2_authenticator.h', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3050 '../base/allocator/allocator.gyp:allocator', | 3048 '../base/allocator/allocator.gyp:allocator', |
| 3051 ], | 3049 ], |
| 3052 }, | 3050 }, |
| 3053 ], | 3051 ], |
| 3054 ], | 3052 ], |
| 3055 }], # end of 'toolkit_uses_gtk == 1' | 3053 }], # end of 'toolkit_uses_gtk == 1' |
| 3056 ], # end of 'conditions' | 3054 ], # end of 'conditions' |
| 3057 }, # end of target 'remoting_unittests' | 3055 }, # end of target 'remoting_unittests' |
| 3058 ], # end of targets | 3056 ], # end of targets |
| 3059 } | 3057 } |
| OLD | NEW |