blob: cb86572b7e2db5951a50aa10707d9de58120df9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include_rules = [
"+net/base/escape.h",
"+sql",
"+sync/protocol",
"+sync/test",
"+sync/util",
# this file is weird.
"+sync/engine/syncproto.h",
# maybe this file should live in syncable?
"+sync/engine/model_safe_worker.h",
]
|