signin sync_device_info update_client value_store variations version_info
11 lines
211 B
Python
11 lines
211 B
Python
include_rules = [
|
|
"+components/version_info",
|
|
]
|
|
|
|
specific_include_rules = {
|
|
# component unit tests should not have chrome deps
|
|
"version_info_unittest\.cc": [
|
|
"!chrome/common/chrome_constants.h",
|
|
]
|
|
}
|