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

Unified Diff: content/content_common.gypi

Issue 825163004: Add Vaapi support on Ozone/Freon (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 6 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: content/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index 197bbc687f5b2794935fd20e70bfb5e8d3a482be..69ec5334c2a6509f09da693356ae524130d7ad8e 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -817,8 +817,13 @@
'variables': {
'sig_files': [
'common/gpu/media/va.sigs',
+ 'common/gpu/media/va_drm.sigs',
],
},
+ 'sources': [
+ 'common/gpu/media/vaapi_drm_picture.cc',
+ 'common/gpu/media/vaapi_drm_picture.h',
+ ],
}],
],
'variables': {

Powered by Google App Engine
This is Rietveld 408576698