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

Unified Diff: content/browser/hyphenation/DEPS

Issue 2113933003: Add mojo interface to load hyphenation dictionaries on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Moved to content/browser Created 4 years, 5 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/browser/hyphenation/DEPS
diff --git a/content/browser/hyphenation/DEPS b/content/browser/hyphenation/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..5a0a8d4d282554e385a131f6c52651abf0e5c58f
--- /dev/null
+++ b/content/browser/hyphenation/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ "+third_party/WebKit/public/platform/modules/hyphenation/hyphenation.mojom.h",
+]

Powered by Google App Engine
This is Rietveld 408576698