[email protected] | 59246c57 | 2012-02-10 13:32:13 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | 59246c57 | 2012-02-10 13:32:13 | [diff] [blame] | 2 | # For compressing data stored in SessionStorage. |
3 | "+third_party/bzip2", | ||||
4 | ] | ||||
Scott Violet | 6f4412e | 2021-10-19 20:39:40 | [diff] [blame] | 5 | |
6 | specific_include_rules = { | ||||
7 | '.*test\.cc': [ | ||||
8 | # Tests may depend upon views. | ||||
9 | "+chrome/browser/ui/views", | ||||
Lei Zhang | ccb64ac | 2025-03-28 18:17:53 | [diff] [blame] | 10 | # Tests may depend upon saved_tab_groups internals. |
11 | "+components/saved_tab_groups/internal", | ||||
Scott Violet | 6f4412e | 2021-10-19 20:39:40 | [diff] [blame] | 12 | ], |
Alexander Alekseev | 6d456b2 | 2022-10-18 23:08:42 | [diff] [blame] | 13 | "session_restore\.cc": [ |
14 | "+ash/shell.h", | ||||
15 | "+ash/metrics/login_unlock_throughput_recorder.h", | ||||
16 | ], | ||||
Scott Violet | 6f4412e | 2021-10-19 20:39:40 | [diff] [blame] | 17 | } |