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", |
+ ], |
+} |