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

Unified Diff: media/media_gpu.gypi

Issue 1946153002: Fix V4L2 device failed to create on veyron board (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: public_configs in media/gpu/ipc/client Created 4 years, 7 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 | « media/gpu/ipc/client/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media_gpu.gypi
diff --git a/media/media_gpu.gypi b/media/media_gpu.gypi
index b0cda870f218de9cef4207c275319c6b488f90d5..364a3dd7ecaf4a4ea6c5644901389155ec297d12 100644
--- a/media/media_gpu.gypi
+++ b/media/media_gpu.gypi
@@ -124,6 +124,11 @@
],
}],
['use_v4lplugin==1 and chromeos==1', {
+ 'direct_dependent_settings': {
+ 'defines': [
+ 'USE_LIBV4L2'
+ ],
+ },
'defines': [
'USE_LIBV4L2'
],
« no previous file with comments | « media/gpu/ipc/client/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698