| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 "+content/browser/download/drag_download_file.h", | 50 "+content/browser/download/drag_download_file.h", |
| 51 "+content/browser/download/drag_download_util.h", | 51 "+content/browser/download/drag_download_util.h", |
| 52 "+content/browser/download/interrupt_reasons.h", | 52 "+content/browser/download/interrupt_reasons.h", |
| 53 "+content/browser/download/mhtml_generation_manager.h", | 53 "+content/browser/download/mhtml_generation_manager.h", |
| 54 "+content/browser/file_system/browser_file_system_helper.h", | 54 "+content/browser/file_system/browser_file_system_helper.h", |
| 55 "+content/browser/find_pasteboard.h", | 55 "+content/browser/find_pasteboard.h", |
| 56 "+content/browser/font_list_async.h", | 56 "+content/browser/font_list_async.h", |
| 57 "+content/browser/geolocation/wifi_data_provider_common.h", | 57 "+content/browser/geolocation/wifi_data_provider_common.h", |
| 58 "+content/browser/gpu/gpu_blacklist.h", | 58 "+content/browser/gpu/gpu_blacklist.h", |
| 59 "+content/browser/gpu/gpu_data_manager.h", | 59 "+content/browser/gpu/gpu_data_manager.h", |
| 60 "+content/browser/gpu/gpu_process_host_ui_shim.h", | |
| 61 "+content/browser/in_process_webkit/dom_storage_context.h", | 60 "+content/browser/in_process_webkit/dom_storage_context.h", |
| 62 "+content/browser/in_process_webkit/session_storage_namespace.h", | 61 "+content/browser/in_process_webkit/session_storage_namespace.h", |
| 63 "+content/browser/in_process_webkit/webkit_context.h", | 62 "+content/browser/in_process_webkit/webkit_context.h", |
| 64 "+content/browser/intents/intent_injector.h", | 63 "+content/browser/intents/intent_injector.h", |
| 65 "+content/browser/load_notification_details.h", | 64 "+content/browser/load_notification_details.h", |
| 66 "+content/browser/mac/closure_blocks_leopard_compat.h", | 65 "+content/browser/mac/closure_blocks_leopard_compat.h", |
| 67 "+content/browser/mach_broker_mac.h", | 66 "+content/browser/mach_broker_mac.h", |
| 68 "+content/browser/mock_resource_context.h", | 67 "+content/browser/mock_resource_context.h", |
| 69 "+content/browser/net/browser_online_state_observer.h", | 68 "+content/browser/net/browser_online_state_observer.h", |
| 70 "+content/browser/net/url_request_failed_dns_job.h", | 69 "+content/browser/net/url_request_failed_dns_job.h", |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "+third_party/libjingle", | 137 "+third_party/libjingle", |
| 139 "+third_party/protobuf/src/google/protobuf", | 138 "+third_party/protobuf/src/google/protobuf", |
| 140 "+third_party/sqlite", | 139 "+third_party/sqlite", |
| 141 "+third_party/undoview", | 140 "+third_party/undoview", |
| 142 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 141 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 143 | 142 |
| 144 # FIXME: these should probably not be here, we need to find a better | 143 # FIXME: these should probably not be here, we need to find a better |
| 145 # structure for these includes. | 144 # structure for these includes. |
| 146 "+chrome/renderer", | 145 "+chrome/renderer", |
| 147 ] | 146 ] |
| OLD | NEW |