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

Side by Side Diff: components/DEPS

Issue 23601009: Fix checkdeps following variations target move. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/mt19937ar/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Do not add chrome/ as an allowed include. Components MUST NOT 2 # Do not add chrome/ as an allowed include. Components MUST NOT
3 # depend on anything under src/chrome. 3 # depend on anything under src/chrome.
4 "-chrome", 4 "-chrome",
5 5
6 # Components should only depend on the public Content API, and on 6 # Components should only depend on the public Content API, and on
7 # layers below the Content Module. They must not depend on the 7 # layers below the Content Module. They must not depend on the
8 # implementation of the Content Module. 8 # implementation of the Content Module.
9 # 9 #
10 # Subdirectories of e.g. src/components/component_name should add 10 # Subdirectories of e.g. src/components/component_name should add
11 # the additional parts of the Content API that they need, 11 # the additional parts of the Content API that they need,
12 # e.g. components/component_name/browser/DEPS would add a 12 # e.g. components/component_name/browser/DEPS would add a
13 # "+content/public/browser" rule. 13 # "+content/public/browser" rule.
14 "-content", 14 "-content",
15 "+content/public/common", 15 "+content/public/common",
16
17 # Dependencies of variations component.
18 "+third_party/mt19937ar",
16 ] 19 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/mt19937ar/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698