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

Unified Diff: chrome/renderer/DEPS

Issue 2495193003: Convert spellcheck to a buildflag header. (Closed)
Patch Set: Comment 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
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/DEPS
diff --git a/chrome/renderer/DEPS b/chrome/renderer/DEPS
index 3485904187896f9275cb163d6f996527987e99d9..5430ede970d390d5255b2185d8e6971cecb18fd2 100644
--- a/chrome/renderer/DEPS
+++ b/chrome/renderer/DEPS
@@ -26,8 +26,8 @@ include_rules = [
"+components/printing/renderer",
"+components/rappor/public/interfaces",
"+components/signin/core/common",
- "+components/spellcheck/common",
- "+components/spellcheck/renderer",
+ "+components/spellcheck",
+ "-components/spellcheck/browser", # Allow all spellcheck but browser.
"+components/startup_metric_utils/common",
"+components/strings/grit",
"+components/subresource_filter/content/renderer",
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698