| 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 25 matching lines...) Expand all Loading... |
| 36 'base/service_urls.h', | 36 'base/service_urls.h', |
| 37 'base/socket_reader.cc', | 37 'base/socket_reader.cc', |
| 38 'base/socket_reader.h', | 38 'base/socket_reader.h', |
| 39 'base/typed_buffer.h', | 39 'base/typed_buffer.h', |
| 40 'base/url_request_context_getter.cc', | 40 'base/url_request_context_getter.cc', |
| 41 'base/url_request_context_getter.h', | 41 'base/url_request_context_getter.h', |
| 42 'base/util.cc', | 42 'base/util.cc', |
| 43 'base/util.h', | 43 'base/util.h', |
| 44 'base/vlog_net_log.cc', | 44 'base/vlog_net_log.cc', |
| 45 'base/vlog_net_log.h', | 45 'base/vlog_net_log.h', |
| 46 ], |
| 47 'remoting_codec_sources': [ |
| 46 'codec/audio_decoder.cc', | 48 'codec/audio_decoder.cc', |
| 47 'codec/audio_decoder.h', | 49 'codec/audio_decoder.h', |
| 48 'codec/audio_decoder_opus.cc', | 50 'codec/audio_decoder_opus.cc', |
| 49 'codec/audio_decoder_opus.h', | 51 'codec/audio_decoder_opus.h', |
| 50 'codec/audio_decoder_verbatim.cc', | 52 'codec/audio_decoder_verbatim.cc', |
| 51 'codec/audio_decoder_verbatim.h', | 53 'codec/audio_decoder_verbatim.h', |
| 52 'codec/audio_encoder.h', | 54 'codec/audio_encoder.h', |
| 53 'codec/audio_encoder_opus.cc', | 55 'codec/audio_encoder_opus.cc', |
| 54 'codec/audio_encoder_opus.h', | 56 'codec/audio_encoder_opus.h', |
| 55 'codec/audio_encoder_verbatim.cc', | 57 'codec/audio_encoder_verbatim.cc', |
| (...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 'client/plugin/pepper_util.cc', | 265 'client/plugin/pepper_util.cc', |
| 264 'client/plugin/pepper_util.h', | 266 'client/plugin/pepper_util.h', |
| 265 'client/plugin/pepper_video_renderer.h', | 267 'client/plugin/pepper_video_renderer.h', |
| 266 'client/plugin/pepper_video_renderer_2d.cc', | 268 'client/plugin/pepper_video_renderer_2d.cc', |
| 267 'client/plugin/pepper_video_renderer_2d.h', | 269 'client/plugin/pepper_video_renderer_2d.h', |
| 268 'client/plugin/pepper_video_renderer_3d.cc', | 270 'client/plugin/pepper_video_renderer_3d.cc', |
| 269 'client/plugin/pepper_video_renderer_3d.h', | 271 'client/plugin/pepper_video_renderer_3d.h', |
| 270 ], | 272 ], |
| 271 } | 273 } |
| 272 } | 274 } |
| OLD | NEW |