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', | |
845 '../third_party/webrtc/modules/modules.gyp:audio_device', | 844 '../third_party/webrtc/modules/modules.gyp:audio_device', |
846 '../third_party/webrtc/modules/modules.gyp:audio_processing', | 845 '../third_party/webrtc/modules/modules.gyp:audio_processing', |
847 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', | 846 '../third_party/webrtc/p2p/p2p.gyp:libstunprober', |
848 '<(DEPTH)/content/content.gyp:common_features', | 847 '<(DEPTH)/content/content.gyp:common_features', |
849 '<(DEPTH)/content/content.gyp:feature_h264_with_openh264_ffmpeg', | 848 '<(DEPTH)/content/content.gyp:feature_h264_with_openh264_ffmpeg', |
850 '<(DEPTH)/crypto/crypto.gyp:crypto', | 849 '<(DEPTH)/crypto/crypto.gyp:crypto', |
851 ], | 850 ], |
852 'sources': [ | 851 'sources': [ |
853 '<@(public_renderer_webrtc_sources)', | 852 '<@(public_renderer_webrtc_sources)', |
854 '<@(private_renderer_webrtc_sources)', | 853 '<@(private_renderer_webrtc_sources)', |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
926 }], | 925 }], |
927 ], | 926 ], |
928 'target_conditions': [ | 927 'target_conditions': [ |
929 ['OS=="android"', { | 928 ['OS=="android"', { |
930 'sources/': [ | 929 'sources/': [ |
931 ['include', '^renderer/render_view_linux\\.cc$'], | 930 ['include', '^renderer/render_view_linux\\.cc$'], |
932 ], | 931 ], |
933 }], | 932 }], |
934 ], | 933 ], |
935 } | 934 } |
OLD | NEW |