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

Unified Diff: gpu/config/DEPS

Issue 568413002: Add VEA supported profiles to GPUInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix gn bots Created 6 years, 3 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: gpu/config/DEPS
diff --git a/gpu/config/DEPS b/gpu/config/DEPS
index 39b325a88df49e6dcfaf78bf2fbc9deea198d70e..7c0ee4bf4457d2f5358782f70629656d3129c75c 100644
--- a/gpu/config/DEPS
+++ b/gpu/config/DEPS
@@ -1,4 +1,5 @@
include_rules = [
"+third_party/libxml", # For parsing WinSAT results files.
"+third_party/libXNVCtrl", # For NV driver version query.
+ "+media/video", # For VideoEncodeAccelerator::SupportedProfile.
Pawel Osciak 2014/09/23 00:08:49 GetSupportedProfiles
wuchengli 2014/09/23 03:37:25 gpu/config uses VideoEncodeAccelerator::SupportedP
Pawel Osciak 2014/09/23 04:13:19 Acknowledged.
]

Powered by Google App Engine
This is Rietveld 408576698