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

Unified Diff: content/renderer/DEPS

Issue 6874038: Remove the last Chrome dependencies from renderer, and enforce no more includes through DEPS. I ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 8 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/renderer/DEPS
===================================================================
--- content/renderer/DEPS (revision 81920)
+++ content/renderer/DEPS (working copy)
@@ -1,11 +1,6 @@
include_rules = [
- # The following directories have been refactored, so no new dependencies
- # should be added from these directories.
- "-chrome/renderer/autofill",
- "-chrome/renderer/extensions",
- "-chrome/renderer/safe_browsing",
- "-chrome/renderer/spellchecker",
-
+ "-chrome",
+ "+chrome/test",
"+content/plugin", # For shared npruntime proxying code.
"+third_party/tcmalloc",
"+v8/include",

Powered by Google App Engine
This is Rietveld 408576698