| 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 15 matching lines...) Expand all Loading... |
| 26 'base/resources_mac.cc', | 26 'base/resources_mac.cc', |
| 27 'base/resources_win.cc', | 27 'base/resources_win.cc', |
| 28 'base/rsa_key_pair.cc', | 28 'base/rsa_key_pair.cc', |
| 29 'base/rsa_key_pair.h', | 29 'base/rsa_key_pair.h', |
| 30 'base/running_average.cc', | 30 'base/running_average.cc', |
| 31 'base/running_average.h', | 31 'base/running_average.h', |
| 32 'base/scoped_sc_handle_win.h', | 32 'base/scoped_sc_handle_win.h', |
| 33 'base/socket_reader.cc', | 33 'base/socket_reader.cc', |
| 34 'base/socket_reader.h', | 34 'base/socket_reader.h', |
| 35 'base/typed_buffer.h', | 35 'base/typed_buffer.h', |
| 36 'base/url_request_context.cc', | 36 'base/url_request_context_getter.cc', |
| 37 'base/url_request_context.h', | 37 'base/url_request_context_getter.h', |
| 38 'base/util.cc', | 38 'base/util.cc', |
| 39 'base/util.h', | 39 'base/util.h', |
| 40 'base/vlog_net_log.cc', | 40 'base/vlog_net_log.cc', |
| 41 'base/vlog_net_log.h', | 41 'base/vlog_net_log.h', |
| 42 'codec/audio_decoder.cc', | 42 'codec/audio_decoder.cc', |
| 43 'codec/audio_decoder.h', | 43 'codec/audio_decoder.h', |
| 44 'codec/audio_decoder_opus.cc', | 44 'codec/audio_decoder_opus.cc', |
| 45 'codec/audio_decoder_opus.h', | 45 'codec/audio_decoder_opus.h', |
| 46 'codec/audio_decoder_verbatim.cc', | 46 'codec/audio_decoder_verbatim.cc', |
| 47 'codec/audio_decoder_verbatim.h', | 47 'codec/audio_decoder_verbatim.h', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'client/plugin/pepper_plugin_thread_delegate.h', | 248 'client/plugin/pepper_plugin_thread_delegate.h', |
| 249 'client/plugin/pepper_port_allocator.cc', | 249 'client/plugin/pepper_port_allocator.cc', |
| 250 'client/plugin/pepper_port_allocator.h', | 250 'client/plugin/pepper_port_allocator.h', |
| 251 'client/plugin/pepper_util.cc', | 251 'client/plugin/pepper_util.cc', |
| 252 'client/plugin/pepper_util.h', | 252 'client/plugin/pepper_util.h', |
| 253 'client/plugin/pepper_view.cc', | 253 'client/plugin/pepper_view.cc', |
| 254 'client/plugin/pepper_view.h', | 254 'client/plugin/pepper_view.h', |
| 255 ], | 255 ], |
| 256 } | 256 } |
| 257 } | 257 } |
| OLD | NEW |