Chromium Code Reviews

Unified Diff: webrtc/pc/BUILD.gn

Issue 2945233002: Try to fix the binary size increase issue on Chromium. (Closed)
Patch Set: Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/media/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/BUILD.gn
diff --git a/webrtc/pc/BUILD.gn b/webrtc/pc/BUILD.gn
index 2720a1e8a86cf3b9dd3108109e432bf0beb9ca57..4719db64c0a4ba73b18787d5f62c89e710c32ca6 100644
--- a/webrtc/pc/BUILD.gn
+++ b/webrtc/pc/BUILD.gn
@@ -61,6 +61,7 @@ rtc_static_library("rtc_pc_base") {
"../base:rtc_base",
"../base:rtc_task_queue",
"../media:rtc_data",
+ "../media:rtc_h264_profile_id",
"../media:rtc_media_base",
"../p2p:rtc_p2p",
]
« no previous file with comments | « webrtc/media/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine