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

Unified Diff: components/DEPS

Issue 25727006: Remove unnecessary DEPS rules since by default top level directories can't include content or chrom… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/DEPS
===================================================================
--- components/DEPS (revision 226603)
+++ components/DEPS (working copy)
@@ -1,7 +1,5 @@
include_rules = [
- # Do not add chrome/ as an allowed include. Components MUST NOT
- # depend on anything under src/chrome.
- "-chrome",
+ # Do not add chrome/ as an allowed include.
# Components should only depend on the public Content API, and on
# layers below the Content Module. They must not depend on the
@@ -11,7 +9,6 @@
# the additional parts of the Content API that they need,
# e.g. components/component_name/browser/DEPS would add a
# "+content/public/browser" rule.
- "-content",
"+content/public/common",
# Dependencies of variations component.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698