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/cc.gyp:cc_proto', | 10 '../cc/cc.gyp:cc_proto', |
(...skipping 823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
834 'renderer/java/gin_java_function_invocation_helper.cc', | 834 'renderer/java/gin_java_function_invocation_helper.cc', |
835 'renderer/java/gin_java_function_invocation_helper.h', | 835 'renderer/java/gin_java_function_invocation_helper.h', |
836 ], | 836 ], |
837 'dependencies': [ | 837 'dependencies': [ |
838 '../media/cast/cast.gyp:cast_sender', | 838 '../media/cast/cast.gyp:cast_sender', |
839 ] | 839 ] |
840 }], | 840 }], |
841 ['enable_webrtc==1', { | 841 ['enable_webrtc==1', { |
842 'dependencies': [ | 842 'dependencies': [ |
843 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', | 843 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc', |
| 844 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
844 '../third_party/webrtc/modules/modules.gyp:audio_device', | 845 '../third_party/webrtc/modules/modules.gyp:audio_device', |
845 '../third_party/webrtc/modules/modules.gyp:audio_processing', | 846 '../third_party/webrtc/modules/modules.gyp:audio_processing', |
846 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', | 847 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', |
847 '<(DEPTH)/content/content.gyp:common_features', | 848 '<(DEPTH)/content/content.gyp:common_features', |
848 '<(DEPTH)/content/content.gyp:feature_h264_with_openh264_ffmpeg', | 849 '<(DEPTH)/content/content.gyp:feature_h264_with_openh264_ffmpeg', |
849 '<(DEPTH)/crypto/crypto.gyp:crypto', | 850 '<(DEPTH)/crypto/crypto.gyp:crypto', |
850 ], | 851 ], |
851 'sources': [ | 852 'sources': [ |
852 '<@(public_renderer_webrtc_sources)', | 853 '<@(public_renderer_webrtc_sources)', |
853 '<@(private_renderer_webrtc_sources)', | 854 '<@(private_renderer_webrtc_sources)', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 }], | 926 }], |
926 ], | 927 ], |
927 'target_conditions': [ | 928 'target_conditions': [ |
928 ['OS=="android"', { | 929 ['OS=="android"', { |
929 'sources/': [ | 930 'sources/': [ |
930 ['include', '^renderer/render_view_linux\\.cc$'], | 931 ['include', '^renderer/render_view_linux\\.cc$'], |
931 ], | 932 ], |
932 }], | 933 }], |
933 ], | 934 ], |
934 } | 935 } |
OLD | NEW |