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

Unified Diff: components/DEPS

Issue 11648012: Establish src/components/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge LKGR Created 8 years 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/OWNERS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/DEPS
diff --git a/components/DEPS b/components/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..eb8bee4b0f2bd51d5ead64f9ce6724b22dadb42d
--- /dev/null
+++ b/components/DEPS
@@ -0,0 +1,17 @@
+include_rules = [
+ # Do not add chrome/ as an allowed include. Components MUST NOT
+ # depend on anything under src/chrome.
+ "-chrome",
+
+ # 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",
+ "+content/public/common",
+ "+content/public/test",
+]
« no previous file with comments | « no previous file | components/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698