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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 "+content/browser/renderer_host/render_widget_host_view_win.h", | 108 "+content/browser/renderer_host/render_widget_host_view_win.h", |
109 "+content/browser/renderer_host/resource_dispatcher_host.h", | 109 "+content/browser/renderer_host/resource_dispatcher_host.h", |
110 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", | 110 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", |
111 "+content/browser/renderer_host/resource_handler.h", | 111 "+content/browser/renderer_host/resource_handler.h", |
112 "+content/browser/renderer_host/resource_message_filter.h", | 112 "+content/browser/renderer_host/resource_message_filter.h", |
113 "+content/browser/renderer_host/resource_queue.h", | 113 "+content/browser/renderer_host/resource_queue.h", |
114 "+content/browser/renderer_host/resource_request_details.h", | 114 "+content/browser/renderer_host/resource_request_details.h", |
115 "+content/browser/renderer_host/test_render_view_host.h", | 115 "+content/browser/renderer_host/test_render_view_host.h", |
116 "+content/browser/resource_context.h", | 116 "+content/browser/resource_context.h", |
117 "+content/browser/sensors/sensors_provider.h", | 117 "+content/browser/sensors/sensors_provider.h", |
118 "+content/browser/site_instance.h", | |
119 "+content/browser/speech/speech_input_manager.h", | 118 "+content/browser/speech/speech_input_manager.h", |
120 "+content/browser/speech/speech_input_preferences.h", | 119 "+content/browser/speech/speech_input_preferences.h", |
121 "+content/browser/speech/speech_recognizer.h", | 120 "+content/browser/speech/speech_recognizer.h", |
122 "+content/browser/ssl/ssl_cert_error_handler.h", | 121 "+content/browser/ssl/ssl_cert_error_handler.h", |
123 "+content/browser/ssl/ssl_client_auth_handler.h", | 122 "+content/browser/ssl/ssl_client_auth_handler.h", |
124 "+content/browser/ssl/ssl_client_auth_handler_mock.h", | 123 "+content/browser/ssl/ssl_client_auth_handler_mock.h", |
125 "+content/browser/ssl/ssl_host_state.h", | 124 "+content/browser/ssl/ssl_host_state.h", |
126 "+content/browser/ssl/ssl_manager.h", | 125 "+content/browser/ssl/ssl_manager.h", |
127 "+content/browser/tab_contents/interstitial_page.h", | 126 "+content/browser/tab_contents/interstitial_page.h", |
128 "+content/browser/tab_contents/popup_menu_helper_mac.h", | 127 "+content/browser/tab_contents/popup_menu_helper_mac.h", |
(...skipping 29 matching lines...) Expand all Loading... |
158 "+third_party/libjingle", | 157 "+third_party/libjingle", |
159 "+third_party/protobuf/src/google/protobuf", | 158 "+third_party/protobuf/src/google/protobuf", |
160 "+third_party/sqlite", | 159 "+third_party/sqlite", |
161 "+third_party/undoview", | 160 "+third_party/undoview", |
162 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 161 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
163 | 162 |
164 # FIXME: these should probably not be here, we need to find a better | 163 # FIXME: these should probably not be here, we need to find a better |
165 # structure for these includes. | 164 # structure for these includes. |
166 "+chrome/renderer", | 165 "+chrome/renderer", |
167 ] | 166 ] |
OLD | NEW |