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

Side by Side Diff: components/DEPS

Issue 1861383004: Add module for counting date-last-roll-call and persisting those counts (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up BUILD.gn. Created 4 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 unified diff | Download patch
OLDNEW
1 include_rules = [ 1 include_rules = [
2 # Do not add chrome/ as an allowed include. 2 # Do not add chrome/ as an allowed include.
3 3
4 # Individual components must explicitly declare their dependencies 4 # Individual components must explicitly declare their dependencies
5 # on other components. Cycles in the dependency graph within 5 # on other components. Cycles in the dependency graph within
6 # components/ are not allowed. 6 # components/ are not allowed.
7 "-components", 7 "-components",
8 "+components/prefs",
8 9
9 # Components that wish to use the content API or IPC must explicitly declare 10 # Components that wish to use the content API or IPC must explicitly declare
10 # these dependencies; see ./README. 11 # these dependencies; see ./README.
11 "-ipc", 12 "-ipc",
12 ] 13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698