blob: 486abe54bc2de1535293f36093c39f663f38dba0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
include_rules = [
"-chrome",
"+chrome/test/base",
"+chrome/browser/sync",
"-chrome/browser/sync/api",
"-chrome/browser/sync/glue",
# Some functionality depends on command-line swithces
"+chrome/common/chrome_switches.h",
# We store the Chrome version in the nigori node.
"+chrome/common/chrome_version_info.h",
"+chrome/common/net/gaia/google_service_auth_error.h",
]
|