OLD | NEW |
---|---|
1 include_rules = [ | 1 include_rules = [ |
2 "+components/sync/base/time.h", | 2 "+components/sync/base/time.h", |
3 # For compressing data stored in SessionStorage. | 3 # For compressing data stored in SessionStorage. |
4 "+third_party/bzip2", | 4 "+third_party/bzip2", |
5 ] | 5 ] |
6 | |
7 specific_include_rules = { | |
8 "tab_loader_unittest\.cc": [ | |
9 "+content/browser/memory/memory_coordinator.h", | |
sky
2016/11/01 15:23:14
My understanding is that chrome code should only u
hajimehoshi
2016/11/02 09:34:13
Done.
| |
10 "+content/browser/memory/memory_coordinator_impl.h", | |
11 "+content/browser/memory/memory_monitor.h", | |
12 ], | |
13 } | |
OLD | NEW |