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

Unified Diff: content/public/gpu/DEPS

Issue 1745903002: Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/public/gpu/DEPS
diff --git a/content/public/gpu/DEPS b/content/public/gpu/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..fad22e21f224b3cbceecc5a1a1d1ef44e6002ce9
--- /dev/null
+++ b/content/public/gpu/DEPS
@@ -0,0 +1,5 @@
+specific_include_rules = {
+ "gpu_video_decode_accelerator_factory.h": [
+ "+media/video/video_decode_accelerator.h",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698