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

Unified Diff: android_webview/DEPS

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: . Created 4 years, 1 month 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: android_webview/DEPS
diff --git a/android_webview/DEPS b/android_webview/DEPS
index 63f5faad22854bdd362cd99fb7f1b1e9ef644e24..75ca2560dee451080fa6fe4074917837e04d6f71 100644
--- a/android_webview/DEPS
+++ b/android_webview/DEPS
@@ -10,6 +10,9 @@ include_rules = [
"+components/metrics",
"+components/prefs",
"+components/version_info",
+ # Only allow this header in spellchecking since allowing all of spellchecking
+ # would include both browser and renderer components.
+ "+components/spellcheck/spellcheck_build_features.h",
"+components/supervised_user_error_page",
"+components/web_restrictions",
"+content/public/common",

Powered by Google App Engine
This is Rietveld 408576698