blob: 489378070312391bf235f631655eae9d0ff72e14 (
plain)
1
2
3
4
5
6
7
|
include_rules = [
"+chrome/browser", # For out of process profile import.
# TODO(jam): remove this once all of chrome doesn't depend on content/common.
"-content/common",
"+content/public/utility",
"+webkit/glue",
]
|