| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+chrome/app", | 2 "+chrome/app", |
| 3 "+chrome/app/locales", | 3 "+chrome/app/locales", |
| 4 "+chrome/installer", | 4 "+chrome/installer", |
| 5 "+chrome/personalization", | 5 "+chrome/personalization", |
| 6 "+chrome/profile_import", | 6 "+chrome/profile_import", |
| 7 "+chrome/tools/profiles", # For history unit tests. | 7 "+chrome/tools/profiles", # For history unit tests. |
| 8 "+chrome/views", | 8 "+chrome/views", |
| 9 "+content/plugin/plugin_interpose_util_mac.h", | 9 "+content/plugin/plugin_interpose_util_mac.h", |
| 10 "+content/public/browser", | 10 "+content/public/browser", |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 "+third_party/cros_system_api", | 22 "+third_party/cros_system_api", |
| 23 "+webkit/database", | 23 "+webkit/database", |
| 24 "+webkit/forms", # Defines some types that are marshalled over IPC. | 24 "+webkit/forms", # Defines some types that are marshalled over IPC. |
| 25 "+webkit/glue", # Defines some types that are marshalled over IPC. | 25 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 26 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 26 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 27 "+webkit/quota", | 27 "+webkit/quota", |
| 28 "+xib_localizers", # For generated mac localization helpers | 28 "+xib_localizers", # For generated mac localization helpers |
| 29 | 29 |
| 30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 | 30 # TODO(jam): this needs to be removed, and only use content/public. BUG=98716 |
| 31 "+content/browser", | 31 "+content/browser", |
| 32 "-content/browser/download/download_manager_impl.h", |
| 33 "-content/browser/download/download_resource_handler.h", |
| 34 "-content/browser/download/save_file_manager.h", |
| 32 "-content/browser/notification_service_impl.h", | 35 "-content/browser/notification_service_impl.h", |
| 33 "-content/browser/tab_contents/navigation_controller_impl.h", | 36 "-content/browser/tab_contents/navigation_controller_impl.h", |
| 34 "-content/browser/tab_contents/navigation_entry_impl.h", | 37 "-content/browser/tab_contents/navigation_entry_impl.h", |
| 35 "-content/browser/plugin_service_impl.h", | 38 "-content/browser/plugin_service_impl.h", |
| 36 "-content/browser/worker_service_impl.h", | 39 "-content/browser/worker_service_impl.h", |
| 37 | 40 |
| 38 "-content/common", | 41 "-content/common", |
| 39 # TODO(jam): remove all the exceptions. BUG=98716 | 42 # TODO(jam): remove all the exceptions. BUG=98716 |
| 40 "+content/common/view_messages.h", | 43 "+content/common/view_messages.h", |
| 41 | 44 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 52 "+third_party/libjingle", | 55 "+third_party/libjingle", |
| 53 "+third_party/protobuf/src/google/protobuf", | 56 "+third_party/protobuf/src/google/protobuf", |
| 54 "+third_party/sqlite", | 57 "+third_party/sqlite", |
| 55 "+third_party/undoview", | 58 "+third_party/undoview", |
| 56 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 59 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 57 | 60 |
| 58 # FIXME: these should probably not be here, we need to find a better | 61 # FIXME: these should probably not be here, we need to find a better |
| 59 # structure for these includes. | 62 # structure for these includes. |
| 60 "+chrome/renderer", | 63 "+chrome/renderer", |
| 61 ] | 64 ] |
| OLD | NEW |