| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../gin/gin.gyp:gin', | 7 '../gin/gin.gyp:gin', |
| 8 '../jingle/jingle.gyp:jingle_glue', | 8 '../jingle/jingle.gyp:jingle_glue', |
| 9 '../media/media.gyp:media', | 9 '../media/media.gyp:media', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 'renderer/media/crypto/key_systems.h', | 233 'renderer/media/crypto/key_systems.h', |
| 234 'renderer/media/crypto/key_systems_support_uma.cc', | 234 'renderer/media/crypto/key_systems_support_uma.cc', |
| 235 'renderer/media/crypto/key_systems_support_uma.h', | 235 'renderer/media/crypto/key_systems_support_uma.h', |
| 236 'renderer/media/crypto/pepper_cdm_wrapper.h', | 236 'renderer/media/crypto/pepper_cdm_wrapper.h', |
| 237 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', | 237 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', |
| 238 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', | 238 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', |
| 239 'renderer/media/crypto/ppapi_decryptor.cc', | 239 'renderer/media/crypto/ppapi_decryptor.cc', |
| 240 'renderer/media/crypto/ppapi_decryptor.h', | 240 'renderer/media/crypto/ppapi_decryptor.h', |
| 241 'renderer/media/crypto/proxy_decryptor.cc', | 241 'renderer/media/crypto/proxy_decryptor.cc', |
| 242 'renderer/media/crypto/proxy_decryptor.h', | 242 'renderer/media/crypto/proxy_decryptor.h', |
| 243 'renderer/media/media_stream_audio_level_calculator.cc', |
| 244 'renderer/media/media_stream_audio_level_calculator.h', |
| 243 'renderer/media/media_stream_audio_renderer.cc', | 245 'renderer/media/media_stream_audio_renderer.cc', |
| 244 'renderer/media/media_stream_audio_renderer.h', | 246 'renderer/media/media_stream_audio_renderer.h', |
| 245 'renderer/media/media_stream_center.h', | 247 'renderer/media/media_stream_center.h', |
| 246 'renderer/media/media_stream_client.h', | 248 'renderer/media/media_stream_client.h', |
| 247 'renderer/media/media_stream_dependency_factory.h', | 249 'renderer/media/media_stream_dependency_factory.h', |
| 248 'renderer/media/media_stream_dispatcher.h', | 250 'renderer/media/media_stream_dispatcher.h', |
| 249 'renderer/media/media_stream_dispatcher_eventhandler.h', | 251 'renderer/media/media_stream_dispatcher_eventhandler.h', |
| 250 'renderer/media/media_stream_impl.h', | 252 'renderer/media/media_stream_impl.h', |
| 251 'renderer/media/media_stream_track.cc', | 253 'renderer/media/media_stream_track.cc', |
| 252 'renderer/media/media_stream_track.h', | 254 'renderer/media/media_stream_track.h', |
| (...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 779 }], | 781 }], |
| 780 ], | 782 ], |
| 781 'target_conditions': [ | 783 'target_conditions': [ |
| 782 ['OS=="android"', { | 784 ['OS=="android"', { |
| 783 'sources/': [ | 785 'sources/': [ |
| 784 ['include', '^renderer/render_view_linux\\.cc$'], | 786 ['include', '^renderer/render_view_linux\\.cc$'], |
| 785 ], | 787 ], |
| 786 }], | 788 }], |
| 787 ], | 789 ], |
| 788 } | 790 } |
| OLD | NEW |