| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 'renderer/media/crypto/content_decryption_module_factory.cc', | 230 'renderer/media/crypto/content_decryption_module_factory.cc', |
| 231 'renderer/media/crypto/content_decryption_module_factory.h', | 231 'renderer/media/crypto/content_decryption_module_factory.h', |
| 232 'renderer/media/crypto/key_systems.cc', | 232 'renderer/media/crypto/key_systems.cc', |
| 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/ppapi_decryptor.cc', | 236 'renderer/media/crypto/ppapi_decryptor.cc', |
| 237 'renderer/media/crypto/ppapi_decryptor.h', | 237 'renderer/media/crypto/ppapi_decryptor.h', |
| 238 'renderer/media/crypto/proxy_decryptor.cc', | 238 'renderer/media/crypto/proxy_decryptor.cc', |
| 239 'renderer/media/crypto/proxy_decryptor.h', | 239 'renderer/media/crypto/proxy_decryptor.h', |
| 240 'renderer/media/media_stream_audio_level_calculator.cc', |
| 241 'renderer/media/media_stream_audio_level_calculator.h', |
| 240 'renderer/media/media_stream_audio_renderer.cc', | 242 'renderer/media/media_stream_audio_renderer.cc', |
| 241 'renderer/media/media_stream_audio_renderer.h', | 243 'renderer/media/media_stream_audio_renderer.h', |
| 242 'renderer/media/media_stream_center.h', | 244 'renderer/media/media_stream_center.h', |
| 243 'renderer/media/media_stream_client.h', | 245 'renderer/media/media_stream_client.h', |
| 244 'renderer/media/media_stream_dependency_factory.h', | 246 'renderer/media/media_stream_dependency_factory.h', |
| 245 'renderer/media/media_stream_dispatcher.h', | 247 'renderer/media/media_stream_dispatcher.h', |
| 246 'renderer/media/media_stream_dispatcher_eventhandler.h', | 248 'renderer/media/media_stream_dispatcher_eventhandler.h', |
| 247 'renderer/media/media_stream_impl.h', | 249 'renderer/media/media_stream_impl.h', |
| 248 'renderer/media/media_stream_track.cc', | 250 'renderer/media/media_stream_track.cc', |
| 249 'renderer/media/media_stream_track.h', | 251 'renderer/media/media_stream_track.h', |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 }], | 777 }], |
| 776 ], | 778 ], |
| 777 'target_conditions': [ | 779 'target_conditions': [ |
| 778 ['OS=="android"', { | 780 ['OS=="android"', { |
| 779 'sources/': [ | 781 'sources/': [ |
| 780 ['include', '^renderer/render_view_linux\\.cc$'], | 782 ['include', '^renderer/render_view_linux\\.cc$'], |
| 781 ], | 783 ], |
| 782 }], | 784 }], |
| 783 ], | 785 ], |
| 784 } | 786 } |
| OLD | NEW |