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

Unified Diff: webrtc/ortc/BUILD.gn

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md Created 3 years, 5 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 | « webrtc/modules/video_processing/BUILD.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 b6a2cc94596e57c6377e0942a90b84d3e4e9f02c..40c0b2a22b26d366a9429f5edfc7a49b420f0a63 100644
--- a/webrtc/ortc/BUILD.gn
+++ b/webrtc/ortc/BUILD.gn
@@ -35,8 +35,6 @@ rtc_static_library("ortc") {
deps = [
"../api/audio_codecs:builtin_audio_decoder_factory",
"../api/audio_codecs:builtin_audio_encoder_factory",
- "../base:rtc_base",
- "../base:rtc_base_approved",
"../call:call_interfaces",
"../logging:rtc_event_log_api",
"../media:rtc_media",
@@ -45,6 +43,8 @@ rtc_static_library("ortc") {
"../p2p:rtc_p2p",
"../pc:libjingle_peerconnection",
"../pc:rtc_pc",
+ "../rtc_base:rtc_base",
+ "../rtc_base:rtc_base_approved",
]
public_deps = [
@@ -76,14 +76,14 @@ 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_media_tests_utils",
"../p2p:p2p_test_utils",
"../p2p:rtc_p2p",
"../pc:pc_test_utils",
+ "../rtc_base:rtc_base",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_main",
+ "../rtc_base:rtc_base_tests_utils",
"../system_wrappers:metrics_default",
]
« no previous file with comments | « webrtc/modules/video_processing/BUILD.gn ('k') | webrtc/p2p/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698