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

Unified Diff: content/public/gpu/DEPS

Issue 1745903002: Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Instantiate GVDAFactoryImpl instead of GVDAFactory from content/common 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..a717c3d10f9c08ed038e10cb860442a96eb2dbe2
--- /dev/null
+++ b/content/public/gpu/DEPS
@@ -0,0 +1,8 @@
+specific_include_rules = {
+ ".*\.cc": [
+ "+content/common",
jam 2016/03/21 14:39:59 i don't think this is needed, it should already ap
Pawel Osciak 2016/03/23 07:12:42 This is needed to be able to include content/commo
+ ],
+ "gpu_video_decode_accelerator_factory.h": [
+ "+media",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698