| 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 17 matching lines...) Expand all Loading... |
| 28 "+third_party/cros", | 28 "+third_party/cros", |
| 29 "+third_party/cros_system_api", | 29 "+third_party/cros_system_api", |
| 30 "+webkit/database", | 30 "+webkit/database", |
| 31 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. | 31 "+webkit/dom_storage", # Defines an ENABLE_NEW_DOM_STORAGE_BACKEND flag. |
| 32 "+webkit/forms", # Defines some types that are marshalled over IPC. | 32 "+webkit/forms", # Defines some types that are marshalled over IPC. |
| 33 "+webkit/glue", # Defines some types that are marshalled over IPC. | 33 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 34 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 34 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 35 "+webkit/quota", | 35 "+webkit/quota", |
| 36 "+xib_localizers", # For generated mac localization helpers | 36 "+xib_localizers", # For generated mac localization helpers |
| 37 | 37 |
| 38 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | |
| 39 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | |
| 40 "+content/browser/geolocation/wifi_data_provider_common.h", | |
| 41 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | |
| 42 | |
| 43 "-chrome/browser/ui/views", | 38 "-chrome/browser/ui/views", |
| 44 # TODO(tfarina): Remove all these. crbug.com/125846. | 39 # TODO(tfarina): Remove all these. crbug.com/125846. |
| 45 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 40 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 46 "+chrome/browser/ui/views/ash/panel_view_aura.h", | 41 "+chrome/browser/ui/views/ash/panel_view_aura.h", |
| 47 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", | 42 "+chrome/browser/ui/views/bookmarks/bookmark_bar_view.h", |
| 48 "+chrome/browser/ui/views/constrained_window_views.h", | 43 "+chrome/browser/ui/views/constrained_window_views.h", |
| 49 "+chrome/browser/ui/views/extensions/extension_popup.h", | 44 "+chrome/browser/ui/views/extensions/extension_popup.h", |
| 50 "+chrome/browser/ui/views/extensions/extension_view.h", | 45 "+chrome/browser/ui/views/extensions/extension_view.h", |
| 51 "+chrome/browser/ui/views/frame/browser_view.h", | 46 "+chrome/browser/ui/views/frame/browser_view.h", |
| 52 "+chrome/browser/ui/views/infobars/infobar_container_view.h", | 47 "+chrome/browser/ui/views/infobars/infobar_container_view.h", |
| (...skipping 24 matching lines...) Expand all Loading... |
| 77 "+third_party/libevent", # For the remote V8 debugging server | 72 "+third_party/libevent", # For the remote V8 debugging server |
| 78 "+third_party/libjingle", | 73 "+third_party/libjingle", |
| 79 "+third_party/protobuf/src/google/protobuf", | 74 "+third_party/protobuf/src/google/protobuf", |
| 80 "+third_party/sqlite", | 75 "+third_party/sqlite", |
| 81 "+third_party/undoview", | 76 "+third_party/undoview", |
| 82 | 77 |
| 83 # FIXME: this is used by a browser_test. We need to find a better structure | 78 # FIXME: this is used by a browser_test. We need to find a better structure |
| 84 # for this include. | 79 # for this include. |
| 85 "+chrome/renderer/visitedlink_slave.h", | 80 "+chrome/renderer/visitedlink_slave.h", |
| 86 ] | 81 ] |
| OLD | NEW |