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