| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'remoting_base_sources': [ | 7 'remoting_base_sources': [ |
| 8 'base/auth_token_util.cc', | 8 'base/auth_token_util.cc', |
| 9 'base/auth_token_util.h', | 9 'base/auth_token_util.h', |
| 10 'base/auto_thread.cc', | 10 'base/auto_thread.cc', |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 | 66 |
| 67 'remoting_protocol_sources': [ | 67 'remoting_protocol_sources': [ |
| 68 'jingle_glue/chromium_port_allocator.cc', | 68 'jingle_glue/chromium_port_allocator.cc', |
| 69 'jingle_glue/chromium_port_allocator.h', | 69 'jingle_glue/chromium_port_allocator.h', |
| 70 'jingle_glue/chromium_socket_factory.cc', | 70 'jingle_glue/chromium_socket_factory.cc', |
| 71 'jingle_glue/chromium_socket_factory.h', | 71 'jingle_glue/chromium_socket_factory.h', |
| 72 'jingle_glue/iq_sender.cc', | 72 'jingle_glue/iq_sender.cc', |
| 73 'jingle_glue/iq_sender.h', | 73 'jingle_glue/iq_sender.h', |
| 74 'jingle_glue/jingle_info_request.cc', | 74 'jingle_glue/jingle_info_request.cc', |
| 75 'jingle_glue/jingle_info_request.h', | 75 'jingle_glue/jingle_info_request.h', |
| 76 'jingle_glue/network_settings.cc', |
| 76 'jingle_glue/network_settings.h', | 77 'jingle_glue/network_settings.h', |
| 77 'jingle_glue/signal_strategy.h', | 78 'jingle_glue/signal_strategy.h', |
| 78 'jingle_glue/xmpp_signal_strategy.cc', | 79 'jingle_glue/xmpp_signal_strategy.cc', |
| 79 'jingle_glue/xmpp_signal_strategy.h', | 80 'jingle_glue/xmpp_signal_strategy.h', |
| 80 'protocol/audio_reader.cc', | 81 'protocol/audio_reader.cc', |
| 81 'protocol/audio_reader.h', | 82 'protocol/audio_reader.h', |
| 82 'protocol/audio_stub.h', | 83 'protocol/audio_stub.h', |
| 83 'protocol/audio_writer.cc', | 84 'protocol/audio_writer.cc', |
| 84 'protocol/audio_writer.h', | 85 'protocol/audio_writer.h', |
| 85 'protocol/auth_util.cc', | 86 'protocol/auth_util.cc', |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'client/plugin/pepper_port_allocator.h', | 238 'client/plugin/pepper_port_allocator.h', |
| 238 'client/plugin/pepper_token_fetcher.cc', | 239 'client/plugin/pepper_token_fetcher.cc', |
| 239 'client/plugin/pepper_token_fetcher.h', | 240 'client/plugin/pepper_token_fetcher.h', |
| 240 'client/plugin/pepper_util.cc', | 241 'client/plugin/pepper_util.cc', |
| 241 'client/plugin/pepper_util.h', | 242 'client/plugin/pepper_util.h', |
| 242 'client/plugin/pepper_view.cc', | 243 'client/plugin/pepper_view.cc', |
| 243 'client/plugin/pepper_view.h', | 244 'client/plugin/pepper_view.h', |
| 244 ], | 245 ], |
| 245 } | 246 } |
| 246 } | 247 } |
| OLD | NEW |