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

Unified Diff: content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc

Issue 137023008: Add support for Tegra V4L2 VDA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 10 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
Index: content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
diff --git a/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc b/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
index 4afb2a06927a7713c9a373f45eac614c6bd16911..9f7d8a2a259c8fe647bf044860b3507658676aeb 100644
--- a/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
+++ b/content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc
@@ -220,6 +220,7 @@ bool CrosArmGpuProcessPolicy::PreSandboxHook() {
dlopen("/usr/lib/libnvwsi.so", dlopen_flag);
dlopen("/usr/lib/libnvglsi.so", dlopen_flag);
dlopen("/usr/lib/libcgdrv.so", dlopen_flag);
+ dlopen("/usr/lib/libtegrav4l2.so", dlopen_flag);
Ami GONE FROM CHROMIUM 2014/02/07 09:09:30 I assume failure here is non-fatal? (should errno
return true;
}

Powered by Google App Engine
This is Rietveld 408576698