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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: tests outside the [0, 1] range Created 4 years, 2 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
index 669e73f55caeb5dcaa86bb5d83fd569c8a886eb8..78721100309b46b6a6f18f9ade085f2c82b085c9 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DEPS
+++ b/third_party/WebKit/Source/modules/shapedetection/DEPS
@@ -1,5 +1,14 @@
include_rules = [
+ "+bindings",
+ "+core",
+ "+heap",
"-modules",
"+modules/ModulesExport.h",
"+modules/shapedetection",
+ "+platform",
+ "+public/platform",
+ "+third_party/skia/include/core/SkImage.h",
+ "+third_party/skia/include/core/SkImageInfo.h",
+ "+ui/gfx/geometry",
+ "-web",
]

Powered by Google App Engine
This is Rietveld 408576698