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

Unified Diff: components/DEPS

Issue 266923008: Adjust the structure of DEPS within //components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Some nits Created 6 years, 7 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 | components/README » ('j') | components/bookmarks/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/DEPS
diff --git a/components/DEPS b/components/DEPS
index 9a3d245962649a46c71f8475c1b3c4efea55e740..0505b3739eba05e9c2b9b84ac603d76dde97bf52 100644
--- a/components/DEPS
+++ b/components/DEPS
@@ -6,16 +6,7 @@ include_rules = [
# components/ are not allowed.
"-components",
- # Components should only depend on the public Content API, and on
- # layers below the Content Module. They must not depend on the
- # implementation of the Content Module.
- #
- # Subdirectories of e.g. src/components/component_name should add
- # 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/public/common",
-
- # Dependencies of variations component.
- "+third_party/mt19937ar",
+ # Components that wish to use the content API or IPC must explicitly declare
+ # these dependencies; see ./README.
+ "-ipc",
]
« no previous file with comments | « no previous file | components/README » ('j') | components/bookmarks/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698