| 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 13 matching lines...) Expand all Loading... |
| 24 "+webkit/database", | 24 "+webkit/database", |
| 25 "+webkit/forms", # Defines some types that are marshalled over IPC. | 25 "+webkit/forms", # Defines some types that are marshalled over IPC. |
| 26 "+webkit/glue", # Defines some types that are marshalled over IPC. | 26 "+webkit/glue", # Defines some types that are marshalled over IPC. |
| 27 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 27 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
| 28 "+webkit/quota", | 28 "+webkit/quota", |
| 29 "+xib_localizers", # For generated mac localization helpers | 29 "+xib_localizers", # For generated mac localization helpers |
| 30 | 30 |
| 31 "-content/browser", | 31 "-content/browser", |
| 32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | 32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
| 33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
| 34 "+content/browser/browser_url_handler.h", | |
| 35 "+content/browser/cert_store.h", | 34 "+content/browser/cert_store.h", |
| 36 "+content/browser/download/download_state_info.h", | 35 "+content/browser/download/download_state_info.h", |
| 37 "+content/browser/download/download_types.h", | 36 "+content/browser/download/download_types.h", |
| 38 "+content/browser/geolocation/wifi_data_provider_common.h", | 37 "+content/browser/geolocation/wifi_data_provider_common.h", |
| 39 "+content/browser/net/url_request_failed_dns_job.h", | 38 "+content/browser/net/url_request_failed_dns_job.h", |
| 40 "+content/browser/net/url_request_mock_http_job.h", | 39 "+content/browser/net/url_request_mock_http_job.h", |
| 41 "+content/browser/net/url_request_slow_download_job.h", | 40 "+content/browser/net/url_request_slow_download_job.h", |
| 42 "+content/browser/net/url_request_slow_http_job.h", | 41 "+content/browser/net/url_request_slow_http_job.h", |
| 43 "+content/browser/plugin_service_filter.h", | 42 "+content/browser/plugin_service_filter.h", |
| 44 "+content/browser/renderer_host/mock_render_process_host.h", | 43 "+content/browser/renderer_host/mock_render_process_host.h", |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 "+third_party/libevent", # For the remote V8 debugging server | 75 "+third_party/libevent", # For the remote V8 debugging server |
| 77 "+third_party/libjingle", | 76 "+third_party/libjingle", |
| 78 "+third_party/protobuf/src/google/protobuf", | 77 "+third_party/protobuf/src/google/protobuf", |
| 79 "+third_party/sqlite", | 78 "+third_party/sqlite", |
| 80 "+third_party/undoview", | 79 "+third_party/undoview", |
| 81 | 80 |
| 82 # FIXME: these should probably not be here, we need to find a better | 81 # FIXME: these should probably not be here, we need to find a better |
| 83 # structure for these includes. | 82 # structure for these includes. |
| 84 "+chrome/renderer", | 83 "+chrome/renderer", |
| 85 ] | 84 ] |
| OLD | NEW |