| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", | 2 "+breakpad", |
| 3 "+chrome/app", | 3 "+chrome/app", |
| 4 "+chrome/app/locales", | 4 "+chrome/app/locales", |
| 5 "+chrome/installer", | 5 "+chrome/installer", |
| 6 "+chrome/personalization", | 6 "+chrome/personalization", |
| 7 "+chrome/profile_import", | 7 "+chrome/profile_import", |
| 8 "+chrome/tools/profiles", # For history unit tests. | 8 "+chrome/tools/profiles", # For history unit tests. |
| 9 "+chrome/views", | 9 "+chrome/views", |
| 10 "+chromeos", | 10 "+chromeos", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 39 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 40 "+content/browser/geolocation/wifi_data_provider_common.h", | 40 "+content/browser/geolocation/wifi_data_provider_common.h", |
| 41 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 41 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 42 | 42 |
| 43 "-content/common", | 43 "-content/common", |
| 44 | 44 |
| 45 "-chrome/browser/ui/views", | 45 "-chrome/browser/ui/views", |
| 46 # TODO(tfarina): Remove all these. crbug.com/125846. | 46 # TODO(tfarina): Remove all these. crbug.com/125846. |
| 47 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 47 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 48 "+chrome/browser/ui/views/ash/chrome_shell_delegate.h", | 48 "+chrome/browser/ui/views/ash/chrome_shell_delegate.h", |
| 49 "+chrome/browser/ui/views/ash/launcher/chrome_launcher_controller.h", | |
| 50 "+chrome/browser/ui/views/ash/panel_view_aura.h", | 49 "+chrome/browser/ui/views/ash/panel_view_aura.h", |
| 51 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", | 50 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", |
| 52 "+chrome/browser/ui/views/browser_actions_container.h", | 51 "+chrome/browser/ui/views/browser_actions_container.h", |
| 53 "+chrome/browser/ui/views/constrained_window_views.h", | 52 "+chrome/browser/ui/views/constrained_window_views.h", |
| 54 "+chrome/browser/ui/views/extensions/extension_popup.h", | 53 "+chrome/browser/ui/views/extensions/extension_popup.h", |
| 55 "+chrome/browser/ui/views/extensions/extension_view.h", | 54 "+chrome/browser/ui/views/extensions/extension_view.h", |
| 56 "+chrome/browser/ui/views/frame/browser_view.h", | 55 "+chrome/browser/ui/views/frame/browser_view.h", |
| 57 "+chrome/browser/ui/views/infobars/infobar_container_view.h", | 56 "+chrome/browser/ui/views/infobars/infobar_container_view.h", |
| 58 "+chrome/browser/ui/views/location_bar/location_bar_view.h", | 57 "+chrome/browser/ui/views/location_bar/location_bar_view.h", |
| 59 "+chrome/browser/ui/views/location_bar/location_icon_view.h", | 58 "+chrome/browser/ui/views/location_bar/location_icon_view.h", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 81 "+third_party/libevent", # For the remote V8 debugging server | 80 "+third_party/libevent", # For the remote V8 debugging server |
| 82 "+third_party/libjingle", | 81 "+third_party/libjingle", |
| 83 "+third_party/protobuf/src/google/protobuf", | 82 "+third_party/protobuf/src/google/protobuf", |
| 84 "+third_party/sqlite", | 83 "+third_party/sqlite", |
| 85 "+third_party/undoview", | 84 "+third_party/undoview", |
| 86 | 85 |
| 87 # FIXME: these should probably not be here, we need to find a better | 86 # FIXME: these should probably not be here, we need to find a better |
| 88 # structure for these includes. | 87 # structure for these includes. |
| 89 "+chrome/renderer", | 88 "+chrome/renderer", |
| 90 ] | 89 ] |
| OLD | NEW |