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

Unified Diff: media/gpu/ipc/service/BUILD.gn

Issue 2146463002: Fix V4L2VideoEncodeAccelerator is not enabled in GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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: media/gpu/ipc/service/BUILD.gn
diff --git a/media/gpu/ipc/service/BUILD.gn b/media/gpu/ipc/service/BUILD.gn
index 17acc263494c5a5417010568cd1283b006be910a..f49d6527d993ff67d7e2d5d6e7c94375b1adb8a6 100644
--- a/media/gpu/ipc/service/BUILD.gn
+++ b/media/gpu/ipc/service/BUILD.gn
@@ -38,6 +38,8 @@ source_set("service") {
"//third_party/mesa:mesa_headers",
]
+ public_configs = [ "//media/gpu:gpu_config" ]
wuchengli 2016/07/12 11:39:51 s/public_configs/configs/. We don't need to propag
wuchengli 2016/07/12 15:00:55 I found why media/gpu/ipc/client/BUILD.gn used pub
henryhsu 2016/07/13 03:29:59 Done.
+
if (is_chromeos && current_cpu != "arm") {
configs += [ "//third_party/libva:libva_config" ]
}

Powered by Google App Engine
This is Rietveld 408576698