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 'content_common_mojo_bindings', | 7 'content_common_mojo_bindings', |
8 '../base/base.gyp:base', | 8 '../base/base.gyp:base', |
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', | 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', |
10 '../cc/cc.gyp:cc', | 10 '../cc/cc.gyp:cc', |
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
241 'renderer/media/audio_device_factory.cc', | 241 'renderer/media/audio_device_factory.cc', |
242 'renderer/media/audio_device_factory.h', | 242 'renderer/media/audio_device_factory.h', |
243 'renderer/media/audio_input_message_filter.cc', | 243 'renderer/media/audio_input_message_filter.cc', |
244 'renderer/media/audio_input_message_filter.h', | 244 'renderer/media/audio_input_message_filter.h', |
245 'renderer/media/audio_message_filter.cc', | 245 'renderer/media/audio_message_filter.cc', |
246 'renderer/media/audio_message_filter.h', | 246 'renderer/media/audio_message_filter.h', |
247 'renderer/media/audio_renderer_mixer_manager.cc', | 247 'renderer/media/audio_renderer_mixer_manager.cc', |
248 'renderer/media/audio_renderer_mixer_manager.h', | 248 'renderer/media/audio_renderer_mixer_manager.h', |
249 'renderer/media/cdm_session_adapter.cc', | 249 'renderer/media/cdm_session_adapter.cc', |
250 'renderer/media/cdm_session_adapter.h', | 250 'renderer/media/cdm_session_adapter.h', |
251 'renderer/media/crypto/content_decryption_module_factory.cc', | |
252 'renderer/media/crypto/content_decryption_module_factory.h', | |
253 'renderer/media/crypto/encrypted_media_player_support_impl.cc', | 251 'renderer/media/crypto/encrypted_media_player_support_impl.cc', |
254 'renderer/media/crypto/encrypted_media_player_support_impl.h', | 252 'renderer/media/crypto/encrypted_media_player_support_impl.h', |
255 'renderer/media/crypto/key_systems.cc', | 253 'renderer/media/crypto/key_systems.cc', |
256 'renderer/media/crypto/key_systems.h', | 254 'renderer/media/crypto/key_systems.h', |
257 'renderer/media/crypto/key_systems_support_uma.cc', | 255 'renderer/media/crypto/key_systems_support_uma.cc', |
258 'renderer/media/crypto/key_systems_support_uma.h', | 256 'renderer/media/crypto/key_systems_support_uma.h', |
259 'renderer/media/crypto/pepper_cdm_wrapper.h', | 257 'renderer/media/crypto/pepper_cdm_wrapper.h', |
260 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', | 258 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', |
261 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', | 259 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', |
262 'renderer/media/crypto/ppapi_decryptor.cc', | 260 'renderer/media/crypto/ppapi_decryptor.cc', |
263 'renderer/media/crypto/ppapi_decryptor.h', | 261 'renderer/media/crypto/ppapi_decryptor.h', |
264 'renderer/media/crypto/proxy_decryptor.cc', | 262 'renderer/media/crypto/proxy_decryptor.cc', |
265 'renderer/media/crypto/proxy_decryptor.h', | 263 'renderer/media/crypto/proxy_decryptor.h', |
264 'renderer/media/crypto/render_cdm_factory.cc', | |
ddorwin
2014/10/16 17:32:51
Is there a .gn update missing too?
xhwang
2014/10/16 20:08:39
content_renderer doesn't have a gn. I don't know h
| |
265 'renderer/media/crypto/render_cdm_factory.h', | |
266 'renderer/media/media_stream_audio_level_calculator.cc', | 266 'renderer/media/media_stream_audio_level_calculator.cc', |
267 'renderer/media/media_stream_audio_level_calculator.h', | 267 'renderer/media/media_stream_audio_level_calculator.h', |
268 'renderer/media/media_stream_audio_renderer.cc', | 268 'renderer/media/media_stream_audio_renderer.cc', |
269 'renderer/media/media_stream_audio_renderer.h', | 269 'renderer/media/media_stream_audio_renderer.h', |
270 'renderer/media/media_stream_center.h', | 270 'renderer/media/media_stream_center.h', |
271 'renderer/media/media_stream_constraints_util.cc', | 271 'renderer/media/media_stream_constraints_util.cc', |
272 'renderer/media/media_stream_constraints_util.h', | 272 'renderer/media/media_stream_constraints_util.h', |
273 'renderer/media/media_stream_dispatcher.h', | 273 'renderer/media/media_stream_dispatcher.h', |
274 'renderer/media/media_stream_dispatcher_eventhandler.h', | 274 'renderer/media/media_stream_dispatcher_eventhandler.h', |
275 'renderer/media/media_stream_track.cc', | 275 'renderer/media/media_stream_track.cc', |
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
838 }], | 838 }], |
839 ], | 839 ], |
840 'target_conditions': [ | 840 'target_conditions': [ |
841 ['OS=="android"', { | 841 ['OS=="android"', { |
842 'sources/': [ | 842 'sources/': [ |
843 ['include', '^renderer/render_view_linux\\.cc$'], | 843 ['include', '^renderer/render_view_linux\\.cc$'], |
844 ], | 844 ], |
845 }], | 845 }], |
846 ], | 846 ], |
847 } | 847 } |
OLD | NEW |