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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 534713003: Add some more libjingle targets to the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/usrsctp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index be0f195955f2b65560c684397811da57f721c96c..3170804d78b649a883246864434b00ee22c2cb63 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -325,6 +325,7 @@
['enable_webrtc==1', {
'targets': [
{
+ # GN version: //third_party/libjingle:libjingle_webrtc_common
'target_name': 'libjingle_webrtc_common',
'type': 'static_library',
'all_dependent_settings': {
@@ -582,6 +583,7 @@
],
}, # target libjingle_webrtc_common
{
+ # GN version: //third_party/libjingle:libjingle_webrtc
'target_name': 'libjingle_webrtc',
'type': 'static_library',
'sources': [
@@ -593,9 +595,11 @@
],
},
{
+ # GN version: //third_party/libjingle:libpeerconnection
'target_name': 'libpeerconnection',
'type': '<(libpeer_target_type)',
'sources': [
+ # Note: sources list duplicated in GN build.
'<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.cc',
'<(libjingle_source)/talk/media/webrtc/webrtcmediaengine.h',
'<(libjingle_source)/talk/media/webrtc/webrtcvideoengine.cc',
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | third_party/usrsctp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698