repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fire an error if a pref used in the UI is missing once all prefs are fetched.
[chromium-blink-merge.git]
/
chrome
/
browser
/
sync
/
glue
/
DEPS
blob
55ff6f1e3042f284ea81b97fa46eb42671374df4
1
include_rules = [
2
"-sync/engine",
3
"-sync/sessions",
4
"-sync/syncable",
5
6
"+sync/internal_api/public",
7
"+sync/util",
8
"+sync/test",
9
10
"+jingle/notifier/base",
11
12
# TODO(zea): SessionModelAssociator shouldn't need this.
13
# TODO(sync): Also need to fix crbug.com/123674.
14
"+sync/syncable",
15
16
# TODO(tim): This shouldn't be needed.
17
"+sync/util/cryptographer.h"
18
19
]