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

Unified Diff: third_party/WebKit/Source/modules/shapedetection/DEPS

Issue 2360783003: shapedetection module: Introduce basic structure for face detection (Closed)
Patch Set: haraken@ comments Created 4 years, 3 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: third_party/WebKit/Source/modules/shapedetection/DEPS
diff --git a/third_party/WebKit/Source/modules/shapedetection/DEPS b/third_party/WebKit/Source/modules/shapedetection/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..669e73f55caeb5dcaa86bb5d83fd569c8a886eb8
--- /dev/null
+++ b/third_party/WebKit/Source/modules/shapedetection/DEPS
@@ -0,0 +1,5 @@
+include_rules = [
+ "-modules",
+ "+modules/ModulesExport.h",
+ "+modules/shapedetection",
+]

Powered by Google App Engine
This is Rietveld 408576698