| 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 "+content/browser/renderer_host/render_widget_host.h", | 87 "+content/browser/renderer_host/render_widget_host.h", |
| 88 "+content/browser/renderer_host/render_widget_host_view.h", | 88 "+content/browser/renderer_host/render_widget_host_view.h", |
| 89 "+content/browser/renderer_host/render_widget_host_view_gtk.h", | 89 "+content/browser/renderer_host/render_widget_host_view_gtk.h", |
| 90 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", | 90 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", |
| 91 "+content/browser/renderer_host/resource_dispatcher_host.h", | 91 "+content/browser/renderer_host/resource_dispatcher_host.h", |
| 92 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", | 92 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", |
| 93 "+content/browser/renderer_host/resource_handler.h", | 93 "+content/browser/renderer_host/resource_handler.h", |
| 94 "+content/browser/renderer_host/resource_queue.h", | 94 "+content/browser/renderer_host/resource_queue.h", |
| 95 "+content/browser/renderer_host/resource_request_details.h", | 95 "+content/browser/renderer_host/resource_request_details.h", |
| 96 "+content/browser/renderer_host/test_render_view_host.h", | 96 "+content/browser/renderer_host/test_render_view_host.h", |
| 97 "+content/browser/resource_context.h", | |
| 98 "+content/browser/sensors/sensors_provider.h", | 97 "+content/browser/sensors/sensors_provider.h", |
| 99 "+content/browser/speech/speech_input_manager.h", | 98 "+content/browser/speech/speech_input_manager.h", |
| 100 "+content/browser/speech/speech_input_preferences.h", | 99 "+content/browser/speech/speech_input_preferences.h", |
| 101 "+content/browser/speech/speech_recognizer.h", | 100 "+content/browser/speech/speech_recognizer.h", |
| 102 "+content/browser/ssl/ssl_cert_error_handler.h", | 101 "+content/browser/ssl/ssl_cert_error_handler.h", |
| 103 "+content/browser/ssl/ssl_client_auth_handler.h", | 102 "+content/browser/ssl/ssl_client_auth_handler.h", |
| 104 "+content/browser/ssl/ssl_client_auth_handler_mock.h", | 103 "+content/browser/ssl/ssl_client_auth_handler_mock.h", |
| 105 "+content/browser/ssl/ssl_host_state.h", | 104 "+content/browser/ssl/ssl_host_state.h", |
| 106 "+content/browser/ssl/ssl_manager.h", | 105 "+content/browser/ssl/ssl_manager.h", |
| 107 "+content/browser/tab_contents/popup_menu_helper_mac.h", | 106 "+content/browser/tab_contents/popup_menu_helper_mac.h", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 135 "+third_party/libjingle", | 134 "+third_party/libjingle", |
| 136 "+third_party/protobuf/src/google/protobuf", | 135 "+third_party/protobuf/src/google/protobuf", |
| 137 "+third_party/sqlite", | 136 "+third_party/sqlite", |
| 138 "+third_party/undoview", | 137 "+third_party/undoview", |
| 139 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 138 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 140 | 139 |
| 141 # FIXME: these should probably not be here, we need to find a better | 140 # FIXME: these should probably not be here, we need to find a better |
| 142 # structure for these includes. | 141 # structure for these includes. |
| 143 "+chrome/renderer", | 142 "+chrome/renderer", |
| 144 ] | 143 ] |
| OLD | NEW |