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

Unified Diff: media/capture/service/DEPS

Issue 1699553002: Mojo Video Capture service in media/capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: emircan@ comments Created 4 years, 10 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: media/capture/service/DEPS
diff --git a/media/capture/service/DEPS b/media/capture/service/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..42af69bbf370195122b6e9074ad512d457ee46d8
--- /dev/null
+++ b/media/capture/service/DEPS
@@ -0,0 +1,10 @@
+include_rules = [
+ "+media/capture/interfaces/video_capture.mojom.h",
+ "+media/base",
+ "+media/capture",
+ "+mojo/converters/geometry",
+ "+mojo/public/cpp/bindings",
+ "+mojo/public/cpp/system",
+ "+third_party/libyuv",
+ "+ui/gfx/geometry",
+]

Powered by Google App Engine
This is Rietveld 408576698