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

Unified Diff: media/BUILD.gn

Issue 3012323002: Fix Gn Untracked headers in webrtc/modules/video_coding. (Closed)
Patch Set: Added missing dependency Created 3 years, 3 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 | modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index a11f56f819de9f05d5cfb631b13bb435a8a71790..b8674299fd1163805868765a438f51a2bdf65831 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -134,7 +134,9 @@ rtc_static_library("rtc_media_base") {
rtc_static_library("rtc_audio_video") {
defines = []
libs = []
- deps = []
+ deps = [
+ "../modules/video_coding:video_coding_utility",
+ ]
sources = [
"engine/adm_helpers.cc",
"engine/adm_helpers.h",
@@ -338,6 +340,7 @@ if (rtc_include_tests) {
"../modules/audio_coding:rent_a_codec",
"../modules/audio_processing:audio_processing",
"../modules/rtp_rtcp:rtp_rtcp",
+ "../modules/video_coding:video_coding_utility",
"../p2p:rtc_p2p",
]
sources = [
« no previous file with comments | « no previous file | modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698