| 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 # Note: sources list duplicated in GN build. | 8 # Note: sources list duplicated in GN build. |
| 9 # See remoting/base/BUILD.gn | 9 # See remoting/base/BUILD.gn |
| 10 'base/auth_token_util.cc', | 10 'base/auth_token_util.cc', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'codec/audio_encoder_verbatim.cc', | 55 'codec/audio_encoder_verbatim.cc', |
| 56 'codec/audio_encoder_verbatim.h', | 56 'codec/audio_encoder_verbatim.h', |
| 57 'codec/scoped_vpx_codec.cc', | 57 'codec/scoped_vpx_codec.cc', |
| 58 'codec/scoped_vpx_codec.h', | 58 'codec/scoped_vpx_codec.h', |
| 59 'codec/video_decoder.h', | 59 'codec/video_decoder.h', |
| 60 'codec/video_decoder_verbatim.cc', | 60 'codec/video_decoder_verbatim.cc', |
| 61 'codec/video_decoder_verbatim.h', | 61 'codec/video_decoder_verbatim.h', |
| 62 'codec/video_decoder_vpx.cc', | 62 'codec/video_decoder_vpx.cc', |
| 63 'codec/video_decoder_vpx.h', | 63 'codec/video_decoder_vpx.h', |
| 64 'codec/video_encoder.h', | 64 'codec/video_encoder.h', |
| 65 'codec/video_encoder_helper.cc', |
| 66 'codec/video_encoder_helper.h', |
| 65 'codec/video_encoder_verbatim.cc', | 67 'codec/video_encoder_verbatim.cc', |
| 66 'codec/video_encoder_verbatim.h', | 68 'codec/video_encoder_verbatim.h', |
| 67 'codec/video_encoder_vpx.cc', | 69 'codec/video_encoder_vpx.cc', |
| 68 'codec/video_encoder_vpx.h', | 70 'codec/video_encoder_vpx.h', |
| 69 ], | 71 ], |
| 70 | 72 |
| 71 'remoting_protocol_sources': [ | 73 'remoting_protocol_sources': [ |
| 72 # Note: sources list duplicated in GN build. | 74 # Note: sources list duplicated in GN build. |
| 73 # See remoting/protocol/BUILD.gn | 75 # See remoting/protocol/BUILD.gn |
| 74 'protocol/audio_reader.cc', | 76 'protocol/audio_reader.cc', |
| (...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'client/plugin/pepper_plugin_thread_delegate.h', | 262 'client/plugin/pepper_plugin_thread_delegate.h', |
| 261 'client/plugin/pepper_port_allocator.cc', | 263 'client/plugin/pepper_port_allocator.cc', |
| 262 'client/plugin/pepper_port_allocator.h', | 264 'client/plugin/pepper_port_allocator.h', |
| 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_view.cc', | 267 'client/plugin/pepper_view.cc', |
| 266 'client/plugin/pepper_view.h', | 268 'client/plugin/pepper_view.h', |
| 267 ], | 269 ], |
| 268 } | 270 } |
| 269 } | 271 } |
| OLD | NEW |