blob: c9c05fa07d3980cff3f575559c7ad1c19cc707a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include_rules = [
"+components/data_use_measurement/core",
"+components/google/core/browser",
"+components/keyed_service/core",
"+components/leveldb_proto",
"+components/pref_registry",
"+components/prefs",
"+components/signin/core/browser",
"+components/variations",
"+google_apis",
"+net",
"+skia/ext",
"+ui",
"+url",
]
|