| 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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', | 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', |
| 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', | 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', |
| 9 'remoting_base_sources': [ | 9 'remoting_base_sources': [ |
| 10 'base/auto_thread.cc', | 10 'base/auto_thread.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 'codec/audio_encoder_verbatim.cc', | 52 'codec/audio_encoder_verbatim.cc', |
| 53 'codec/audio_encoder_verbatim.h', | 53 'codec/audio_encoder_verbatim.h', |
| 54 'codec/scoped_vpx_codec.cc', | 54 'codec/scoped_vpx_codec.cc', |
| 55 'codec/scoped_vpx_codec.h', | 55 'codec/scoped_vpx_codec.h', |
| 56 'codec/video_decoder.h', | 56 'codec/video_decoder.h', |
| 57 'codec/video_decoder_verbatim.cc', | 57 'codec/video_decoder_verbatim.cc', |
| 58 'codec/video_decoder_verbatim.h', | 58 'codec/video_decoder_verbatim.h', |
| 59 'codec/video_decoder_vpx.cc', | 59 'codec/video_decoder_vpx.cc', |
| 60 'codec/video_decoder_vpx.h', | 60 'codec/video_decoder_vpx.h', |
| 61 'codec/video_encoder.h', | 61 'codec/video_encoder.h', |
| 62 'codec/video_encoder.cc', |
| 62 'codec/video_encoder_helper.cc', | 63 'codec/video_encoder_helper.cc', |
| 63 'codec/video_encoder_helper.h', | 64 'codec/video_encoder_helper.h', |
| 64 'codec/video_encoder_verbatim.cc', | 65 'codec/video_encoder_verbatim.cc', |
| 65 'codec/video_encoder_verbatim.h', | 66 'codec/video_encoder_verbatim.h', |
| 66 'codec/video_encoder_vpx.cc', | 67 'codec/video_encoder_vpx.cc', |
| 67 'codec/video_encoder_vpx.h', | 68 'codec/video_encoder_vpx.h', |
| 68 ], | 69 ], |
| 69 'remoting_protocol_sources': [ | 70 'remoting_protocol_sources': [ |
| 70 'protocol/audio_reader.cc', | 71 'protocol/audio_reader.cc', |
| 71 'protocol/audio_reader.h', | 72 'protocol/audio_reader.h', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 'client/plugin/pepper_util.cc', | 335 'client/plugin/pepper_util.cc', |
| 335 'client/plugin/pepper_util.h', | 336 'client/plugin/pepper_util.h', |
| 336 'client/plugin/pepper_video_renderer.h', | 337 'client/plugin/pepper_video_renderer.h', |
| 337 'client/plugin/pepper_video_renderer_2d.cc', | 338 'client/plugin/pepper_video_renderer_2d.cc', |
| 338 'client/plugin/pepper_video_renderer_2d.h', | 339 'client/plugin/pepper_video_renderer_2d.h', |
| 339 'client/plugin/pepper_video_renderer_3d.cc', | 340 'client/plugin/pepper_video_renderer_3d.cc', |
| 340 'client/plugin/pepper_video_renderer_3d.h', | 341 'client/plugin/pepper_video_renderer_3d.h', |
| 341 ], | 342 ], |
| 342 } | 343 } |
| 343 } | 344 } |
| OLD | NEW |