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

Unified Diff: webrtc/media/BUILD.gn

Issue 2997913003: Modify profiles for H264 encode SW fallback (Closed)
Patch Set: Fix gn deps Created 3 years, 4 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 | « no previous file | webrtc/media/engine/videoencodersoftwarefallbackwrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/BUILD.gn
diff --git a/webrtc/media/BUILD.gn b/webrtc/media/BUILD.gn
index be75f6f57de302993792b6422d83833244eb2f60..5114ba65d583e0e3cef9b7de9ce78d88950719f3 100644
--- a/webrtc/media/BUILD.gn
+++ b/webrtc/media/BUILD.gn
@@ -112,7 +112,6 @@ rtc_static_library("rtc_media_base") {
}
deps += [
- ":rtc_h264_profile_id",
"..:webrtc_common",
"../api:libjingle_peerconnection_api",
"../p2p",
@@ -120,6 +119,8 @@ rtc_static_library("rtc_media_base") {
"../rtc_base:rtc_base_approved",
]
+ public_deps += [ ":rtc_h264_profile_id" ]
+
if (is_nacl) {
deps += [ "//native_client_sdk/src/libraries/nacl_io" ]
}
« no previous file with comments | « no previous file | webrtc/media/engine/videoencodersoftwarefallbackwrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698