Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Side by Side Diff: content/content_renderer.gypi

Issue 1834163002: Revert of Remove libpeerconnection target from third_party/libjingle (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698