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

Unified Diff: content/common/common.gni

Issue 799543005: Add use_v4l2_codec use flag to include v4l2 codec on x86 CrOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 11 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 | « content/common/BUILD.gn ('k') | content/common/gpu/media/v4l2_video_decode_accelerator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/common.gni
diff --git a/content/common/common.gni b/content/common/common.gni
index 8a794fa104f33e349c2739dae29e9f819b029d02..e192ae281c26b101357b54bd6f794e11e278c52d 100644
--- a/content/common/common.gni
+++ b/content/common/common.gni
@@ -11,3 +11,11 @@ content_common_gypi_values =
[ rebase_path("../content_common.gypi") ],
"scope",
[ "../content_common.gypi" ])
+
+declare_args() {
+ # TODO(henryhsu): This flag should be removed after the linux header of
+ # trybot is updated.
+ # Indicates if Video4Linux2 codec is used. This is used for x86 CrOS
+ # platform which has v4l2 hardware encoder / decoder.
+ use_v4l2_codec = false
+}
« no previous file with comments | « content/common/BUILD.gn ('k') | content/common/gpu/media/v4l2_video_decode_accelerator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698