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

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

Issue 2369693002: Shapedetection module: Blink side implementation (Closed)
Patch Set: Refactor code into getSharedBufferHandle() && Update *-expected.txt 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
index 669e73f55caeb5dcaa86bb5d83fd569c8a886eb8..b9c74d6ead5299b0786f6625791b01a83fd0a9f2 100644
--- a/third_party/WebKit/Source/modules/shapedetection/DEPS
+++ b/third_party/WebKit/Source/modules/shapedetection/DEPS
@@ -1,5 +1,13 @@
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"
+ "-web",
]

Powered by Google App Engine
This is Rietveld 408576698