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

Unified Diff: webrtc/api/api.gyp

Issue 2426563003: Moved transport.h from webrtc/ to webrtc/api, created build target and updated dependencies. (Closed)
Patch Set: Created 4 years, 2 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
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index d017cda2d621f18b51e05a48ba8027ca580e9a7c..6bbe2dd04643f1b603ddb3d331e1d55ebf48aaaf 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -99,6 +99,7 @@
'type': 'static_library',
'dependencies': [
# TODO(kjellander): Add remaining dependencies when webrtc:4243 is done.
+ ':transport_api',
'<(webrtc_root)/base/base.gyp:rtc_base_approved',
'<(webrtc_root)/common.gyp:webrtc_common',
'<(webrtc_root)/modules/modules.gyp:audio_encoder_interface',
@@ -231,5 +232,13 @@
'stats/rtcstatsreport.h',
],
}, # target rtc_stats_api
+ {
+ # GN version: webrtc/api:transport_api
+ 'target_name': 'transport_api',
+ 'type': 'static_library',
+ 'sources': [
+ 'call/transport.h',
+ ],
+ }
], # targets
}

Powered by Google App Engine
This is Rietveld 408576698