blob: 4623a012e474f89f54862b1c1720e9b7b8c21ebe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
include_rules = [
"+content/gpu", # For gpu_info_collector.h. Needs to move to common\gpu.
# Listing of the remaining #chrome includes in content\browser. People are
# actively working on reducing this to 0.
# DO NOT ADD ANY MORE TO THIS LIST!!!
# See https://sites.google.com/a/chromium.org/dev/developers/content-module
# for more information.
# http://crbug.com/76788
"+chrome/browser/profiles/profile.h",
# ONLY USED BY TESTS
"+chrome/browser/ui/browser.h",
# DO NOT ADD ANY MORE TO THIS LIST!!! SEE ABOVE COMMENT
]
|