blob: 69e34a9a2982e0149fe03af89d68ceeead365dcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
include_rules = [
"+crypto",
"+sync/internal_api/public/syncable",
"+sync/internal_api/public/util",
"+sync/protocol",
"+sync/test/fake_encryptor.h",
# TODO(kochi): Remove this hack after "Chromebox" hack in get_session_name.cc
# is gone.
"+chrome/browser/chromeos/system",
]
|