OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+components/captive_portal", | 2 "+components/captive_portal", |
3 | 3 |
4 # Library used for calculating CRC-32 needed for HWID verification. | 4 # Library used for calculating CRC-32 needed for HWID verification. |
5 "+third_party/zlib", | 5 "+third_party/zlib", |
6 | |
7 # TODO(tfarina): Remove all these. crbug.com/125846. | |
8 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | |
9 "!chrome/browser/ui/views/location_bar/location_bar_view.h", | |
10 "!chrome/browser/ui/views/location_bar/location_icon_view.h", | |
11 "!chrome/browser/ui/views/toolbar/reload_button.h", | |
12 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | |
13 ] | 6 ] |
14 | 7 |
OLD | NEW |