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

Unified Diff: webrtc/video/BUILD.gn

Issue 2780943003: Move video_encoder.h and video_decoder.h to /api and create GN targets for them (Closed)
Patch Set: Add missing TODO Created 3 years, 9 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/test/fake_encoder.h ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index be12b07d384b322ea5eff681e5757395cd915efc..c9d9a334e12a02c1c15a2837c7c2b0fac4eb96b9 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -58,6 +58,7 @@ rtc_static_library("video") {
deps = [
"..:webrtc_common",
"../api:transport_api",
+ "../api/video_codecs:video_codecs_api",
"../base:rtc_base_approved",
"../base:rtc_numerics",
"../base:rtc_task_queue",
@@ -168,6 +169,7 @@ if (rtc_include_tests) {
"replay.cc",
]
deps = [
+ "../api/video_codecs:video_codecs_api",
"../system_wrappers:metrics_default",
"../test:field_trial",
"../test:run_test",
« no previous file with comments | « webrtc/test/fake_encoder.h ('k') | webrtc/video/end_to_end_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698