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 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', | 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann
otations', |
9 '../cc/cc.gyp:cc', | 9 '../cc/cc.gyp:cc', |
10 '../cc/blink/cc_blink.gyp:cc_blink', | 10 '../cc/blink/cc_blink.gyp:cc_blink', |
11 '../device/battery/battery.gyp:device_battery', | 11 '../device/battery/battery.gyp:device_battery', |
12 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 12 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
13 '../device/vibration/vibration.gyp:device_vibration', | 13 '../device/vibration/vibration.gyp:device_vibration', |
14 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', | 14 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', |
15 '../gin/gin.gyp:gin', | 15 '../gin/gin.gyp:gin', |
16 '../gpu/gpu.gyp:gpu', | 16 '../gpu/gpu.gyp:gpu', |
17 '../jingle/jingle.gyp:jingle_glue', | 17 '../jingle/jingle.gyp:jingle_glue', |
18 '../media/blink/media_blink.gyp:media_blink', | 18 '../media/blink/media_blink.gyp:media_blink', |
| 19 '../media/cast/cast.gyp:cast_sender', |
19 '../media/media.gyp:media', | 20 '../media/media.gyp:media', |
20 '../mojo/mojo_base.gyp:mojo_environment_chromium', | 21 '../mojo/mojo_base.gyp:mojo_environment_chromium', |
21 '../net/net.gyp:net', | 22 '../net/net.gyp:net', |
22 '../skia/skia.gyp:skia', | 23 '../skia/skia.gyp:skia', |
23 '../storage/storage_common.gyp:storage_common', | 24 '../storage/storage_common.gyp:storage_common', |
24 '../third_party/WebKit/public/blink.gyp:blink', | 25 '../third_party/WebKit/public/blink.gyp:blink', |
25 '../third_party/icu/icu.gyp:icui18n', | 26 '../third_party/icu/icu.gyp:icui18n', |
26 '../third_party/icu/icu.gyp:icuuc', | 27 '../third_party/icu/icu.gyp:icuuc', |
27 '../third_party/libjingle/libjingle.gyp:libjingle', | 28 '../third_party/libjingle/libjingle.gyp:libjingle', |
28 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', | 29 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 'renderer/pepper/usb_key_code_conversion.h', | 574 'renderer/pepper/usb_key_code_conversion.h', |
574 'renderer/pepper/usb_key_code_conversion_linux.cc', | 575 'renderer/pepper/usb_key_code_conversion_linux.cc', |
575 'renderer/pepper/usb_key_code_conversion_mac.cc', | 576 'renderer/pepper/usb_key_code_conversion_mac.cc', |
576 'renderer/pepper/usb_key_code_conversion_win.cc', | 577 'renderer/pepper/usb_key_code_conversion_win.cc', |
577 'renderer/pepper/v8_var_converter.cc', | 578 'renderer/pepper/v8_var_converter.cc', |
578 'renderer/pepper/v8_var_converter.h', | 579 'renderer/pepper/v8_var_converter.h', |
579 'renderer/pepper/v8object_var.cc', | 580 'renderer/pepper/v8object_var.cc', |
580 'renderer/pepper/v8object_var.h', | 581 'renderer/pepper/v8object_var.h', |
581 'renderer/pepper/video_decoder_shim.cc', | 582 'renderer/pepper/video_decoder_shim.cc', |
582 'renderer/pepper/video_decoder_shim.h', | 583 'renderer/pepper/video_decoder_shim.h', |
| 584 'renderer/pepper/video_encoder_shim.cc', |
| 585 'renderer/pepper/video_encoder_shim.h', |
583 'renderer/render_widget_fullscreen_pepper.cc', | 586 'renderer/render_widget_fullscreen_pepper.cc', |
584 'renderer/render_widget_fullscreen_pepper.h', | 587 'renderer/render_widget_fullscreen_pepper.h', |
585 ], | 588 ], |
586 'public_renderer_webrtc_sources': [ | 589 'public_renderer_webrtc_sources': [ |
587 'public/renderer/media_stream_audio_sink.cc', | 590 'public/renderer/media_stream_audio_sink.cc', |
588 'public/renderer/media_stream_audio_sink.h', | 591 'public/renderer/media_stream_audio_sink.h', |
589 'public/renderer/media_stream_sink.h', | 592 'public/renderer/media_stream_sink.h', |
590 'public/renderer/media_stream_video_sink.cc', | 593 'public/renderer/media_stream_video_sink.cc', |
591 'public/renderer/media_stream_video_sink.h', | 594 'public/renderer/media_stream_video_sink.h', |
592 'public/renderer/webrtc_log_message_delegate.h', | 595 'public/renderer/webrtc_log_message_delegate.h', |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 }], | 859 }], |
857 ], | 860 ], |
858 'target_conditions': [ | 861 'target_conditions': [ |
859 ['OS=="android"', { | 862 ['OS=="android"', { |
860 'sources/': [ | 863 'sources/': [ |
861 ['include', '^renderer/render_view_linux\\.cc$'], | 864 ['include', '^renderer/render_view_linux\\.cc$'], |
862 ], | 865 ], |
863 }], | 866 }], |
864 ], | 867 ], |
865 } | 868 } |
OLD | NEW |