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

Unified Diff: BUILD.gn

Issue 2540893003: Proof of concept using libvpx's y4minput.c (Closed)
Patch Set: Using y4minput.c Created 4 years 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
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 62e06ad4ac9804dd364ca41f81dd531d3f738daa..1f8e0d891c84f0b1e03e152afb6c81a2a60ad88d 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -19,3 +19,14 @@ group("default") {
deps += [ "//webrtc:webrtc_tests" ]
}
}
+
+# This needs to be on the top-level to avoid violating the PRESUBMIT rule that
+# disallows including sources in higher-level directory levels.
+rtc_source_set("libvpx_y4minput") {
+ sources = [
+ "third_party/libvpx/source/libvpx/y4minput.c",
+ ]
+ deps = [
+ "//third_party/libvpx",
+ ]
+}
« no previous file with comments | « no previous file | webrtc/tools/BUILD.gn » ('j') | webrtc/tools/frame_analyzer/reference_less_video_analysis_lib.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698