| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+breakpad", | 2 "+breakpad", |
| 3 "+chrome/app", | 3 "+chrome/app", |
| 4 "+chrome/installer", | 4 "+chrome/installer", |
| 5 "+chrome/tools/profiles", # For history unit tests. | 5 "+chrome/tools/profiles", # For history unit tests. |
| 6 "+chromeos", | 6 "+chromeos", |
| 7 "+content/components", | 7 "+content/components", |
| 8 "+content/public/browser", | 8 "+content/public/browser", |
| 9 "+device/bluetooth", | 9 "+device/bluetooth", |
| 10 "+device/media_transfer_protocol", | 10 "+device/media_transfer_protocol", |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 "+webkit/glue/web_intent_reply_data.h", | 57 "+webkit/glue/web_intent_reply_data.h", |
| 58 "+webkit/glue/web_intent_service_data.h", | 58 "+webkit/glue/web_intent_service_data.h", |
| 59 "+webkit/glue/webcursor.h", | 59 "+webkit/glue/webcursor.h", |
| 60 "+webkit/glue/webdropdata.h", | 60 "+webkit/glue/webdropdata.h", |
| 61 "+webkit/glue/webkit_glue.h", | 61 "+webkit/glue/webkit_glue.h", |
| 62 "+webkit/glue/webmenuitem.h", | 62 "+webkit/glue/webmenuitem.h", |
| 63 "+webkit/glue/webpreferences.h", | 63 "+webkit/glue/webpreferences.h", |
| 64 "+webkit/glue/window_open_disposition.h", | 64 "+webkit/glue/window_open_disposition.h", |
| 65 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 65 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
| 66 | 66 |
| 67 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | |
| 68 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | |
| 69 "!content/browser/geolocation/wifi_data_provider_common.h", | |
| 70 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | |
| 71 | |
| 72 "-chrome/browser/ui/views", | 67 "-chrome/browser/ui/views", |
| 73 # TODO(tfarina): Remove all these. crbug.com/125846. | 68 # TODO(tfarina): Remove all these. crbug.com/125846. |
| 74 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 69 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 75 "!chrome/browser/ui/views/extensions/extension_view_views.h", | 70 "!chrome/browser/ui/views/extensions/extension_view_views.h", |
| 76 "!chrome/browser/ui/views/location_bar/location_bar_view.h", | 71 "!chrome/browser/ui/views/location_bar/location_bar_view.h", |
| 77 "!chrome/browser/ui/views/location_bar/location_icon_view.h", | 72 "!chrome/browser/ui/views/location_bar/location_icon_view.h", |
| 78 "!chrome/browser/ui/views/notifications/balloon_view.h", | 73 "!chrome/browser/ui/views/notifications/balloon_view.h", |
| 79 "!chrome/browser/ui/views/notifications/balloon_view_host.h", | 74 "!chrome/browser/ui/views/notifications/balloon_view_host.h", |
| 80 "!chrome/browser/ui/views/page_info_bubble_view.h", | 75 "!chrome/browser/ui/views/page_info_bubble_view.h", |
| 81 "!chrome/browser/ui/views/reload_button.h", | 76 "!chrome/browser/ui/views/reload_button.h", |
| (...skipping 15 matching lines...) Expand all Loading... |
| 97 "+third_party/libjingle", | 92 "+third_party/libjingle", |
| 98 "+third_party/protobuf/src/google/protobuf", | 93 "+third_party/protobuf/src/google/protobuf", |
| 99 "+third_party/re2", | 94 "+third_party/re2", |
| 100 "+third_party/sqlite", | 95 "+third_party/sqlite", |
| 101 "+third_party/undoview", | 96 "+third_party/undoview", |
| 102 | 97 |
| 103 # FIXME: this is used by a browser_test. We need to find a better structure | 98 # FIXME: this is used by a browser_test. We need to find a better structure |
| 104 # for this include. | 99 # for this include. |
| 105 "!chrome/renderer/visitedlink_slave.h", | 100 "!chrome/renderer/visitedlink_slave.h", |
| 106 ] | 101 ] |
| OLD | NEW |