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

Unified Diff: content/public/gpu/DEPS

Issue 1839193003: Reland: Introduce GpuVideoDecodeAcceleratorFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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..305907462eb6d39700652345387b953bc247773b
--- /dev/null
+++ b/content/public/gpu/DEPS
@@ -0,0 +1,9 @@
+specific_include_rules = {
+ ".*\.cc": [
+ "+content/common",
+ ],
+ "gpu_video_decode_accelerator_factory.h": [
+ "+gpu",
+ "+media",
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698