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