| 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 "+content/browser/renderer_host/backing_store_skia.h", | 78 "+content/browser/renderer_host/backing_store_skia.h", |
| 79 "+content/browser/renderer_host/dummy_resource_handler.h", | 79 "+content/browser/renderer_host/dummy_resource_handler.h", |
| 80 "+content/browser/renderer_host/media/media_observer.h", | 80 "+content/browser/renderer_host/media/media_observer.h", |
| 81 "+content/browser/renderer_host/media/media_stream_manager.h", | 81 "+content/browser/renderer_host/media/media_stream_manager.h", |
| 82 "+content/browser/renderer_host/mock_render_process_host.h", | 82 "+content/browser/renderer_host/mock_render_process_host.h", |
| 83 "+content/browser/renderer_host/render_process_host_browsertest.h", | 83 "+content/browser/renderer_host/render_process_host_browsertest.h", |
| 84 "+content/browser/renderer_host/render_sandbox_host_linux.h", | 84 "+content/browser/renderer_host/render_sandbox_host_linux.h", |
| 85 "+content/browser/renderer_host/render_view_host.h", | 85 "+content/browser/renderer_host/render_view_host.h", |
| 86 "+content/browser/renderer_host/render_view_host_factory.h", | 86 "+content/browser/renderer_host/render_view_host_factory.h", |
| 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", | |
| 89 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", | 88 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", |
| 90 "+content/browser/renderer_host/resource_dispatcher_host.h", | 89 "+content/browser/renderer_host/resource_dispatcher_host.h", |
| 91 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", | 90 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", |
| 92 "+content/browser/renderer_host/resource_queue.h", | 91 "+content/browser/renderer_host/resource_queue.h", |
| 93 "+content/browser/renderer_host/resource_request_details.h", | 92 "+content/browser/renderer_host/resource_request_details.h", |
| 94 "+content/browser/renderer_host/test_render_view_host.h", | 93 "+content/browser/renderer_host/test_render_view_host.h", |
| 95 "+content/browser/speech/speech_input_manager.h", | 94 "+content/browser/speech/speech_input_manager.h", |
| 96 "+content/browser/speech/speech_recognizer.h", | 95 "+content/browser/speech/speech_recognizer.h", |
| 97 "+content/browser/tab_contents/popup_menu_helper_mac.h", | 96 "+content/browser/tab_contents/popup_menu_helper_mac.h", |
| 98 "+content/browser/tab_contents/provisional_load_details.h", | 97 "+content/browser/tab_contents/provisional_load_details.h", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 127 "+third_party/libjingle", | 126 "+third_party/libjingle", |
| 128 "+third_party/protobuf/src/google/protobuf", | 127 "+third_party/protobuf/src/google/protobuf", |
| 129 "+third_party/sqlite", | 128 "+third_party/sqlite", |
| 130 "+third_party/undoview", | 129 "+third_party/undoview", |
| 131 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 130 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
| 132 | 131 |
| 133 # FIXME: these should probably not be here, we need to find a better | 132 # FIXME: these should probably not be here, we need to find a better |
| 134 # structure for these includes. | 133 # structure for these includes. |
| 135 "+chrome/renderer", | 134 "+chrome/renderer", |
| 136 ] | 135 ] |
| OLD | NEW |