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

Unified Diff: webrtc/ortc/BUILD.gn

Issue 2714263004: Enable GN check for webrtc/{ortc,p2p} (Closed)
Patch Set: Rebased and removed duplicated headers Created 3 years, 10 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 | « .gn ('k') | webrtc/p2p/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/ortc/BUILD.gn
diff --git a/webrtc/ortc/BUILD.gn b/webrtc/ortc/BUILD.gn
index ebba3b86ed86bb727274c04cadf467f96f64a00a..6571e2af3c01bc45cb91491c9ca969774d589a57 100644
--- a/webrtc/ortc/BUILD.gn
+++ b/webrtc/ortc/BUILD.gn
@@ -33,7 +33,16 @@ rtc_static_library("ortc") {
# PeerConnection code shares, so that ortc can depend on that instead of
# libjingle_peerconnection.
deps = [
+ "../base:rtc_base",
+ "../base:rtc_base_approved",
+ "../call:call_interfaces",
+ "../logging:rtc_event_log_api",
+ "../media:rtc_media",
+ "../media:rtc_media_base",
+ "../modules/audio_coding:builtin_audio_decoder_factory",
+ "../p2p:rtc_p2p",
"../pc:libjingle_peerconnection",
+ "../pc:rtc_pc",
]
public_deps = [
@@ -64,10 +73,16 @@ if (rtc_include_tests) {
deps = [
":ortc",
+ "../base:rtc_base",
+ "../base:rtc_base_approved",
+ "../base:rtc_base_tests_main",
"../base:rtc_base_tests_utils",
"../media:rtc_unittest_main",
+ "../p2p:rtc_p2p",
+ "../p2p:rtc_p2p_test_utils",
"../pc:pc_test_utils",
"../system_wrappers:metrics_default",
+ "../test:test_support",
]
if (!build_with_chromium && is_clang) {
« no previous file with comments | « .gn ('k') | webrtc/p2p/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698