blob: 2ba69687f028b6773a0dad33beb791f990d01ceb (
plain)
1
2
3
4
5
6
7
8
9
10
|
# Do NOT add chrome to the list below. We shouldn't be including files from
# src/chrome in src/app.
include_rules = [
"+gfx",
"+grit/app_locale_settings.h",
"+grit/app_strings.h",
"+net",
"+skia",
"+third_party/mozilla",
]
|