blob: cad5eddff66a2e6d67ce5de655a3fde63c59a6fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
include_rules = [
"+components/os_crypt",
"+components/pref_registry",
"+components/timers", # Only used for Chrome OS builds.
# TODO(johnme): Fix this layering violation.
"!content/public/android/java",
"+google_apis/gaia",
"+google_apis/gcm",
"+jni",
"+net",
"+sync/protocol",
]
|