10 lines
No EOL
237 B
Python
10 lines
No EOL
237 B
Python
include_rules = [
|
|
# This directory is shared with Chrome OS, which only links against
|
|
# base/. We don't want any other dependencies to creep in.
|
|
"-build",
|
|
"-content",
|
|
"-library_loaders",
|
|
"-net",
|
|
"-third_party",
|
|
"-url",
|
|
] |