| 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 29 matching lines...) Expand all Loading... |
| 40 "+content/browser/net/url_request_mock_http_job.h", | 40 "+content/browser/net/url_request_mock_http_job.h", |
| 41 "+content/browser/net/url_request_slow_download_job.h", | 41 "+content/browser/net/url_request_slow_download_job.h", |
| 42 "+content/browser/net/url_request_slow_http_job.h", | 42 "+content/browser/net/url_request_slow_http_job.h", |
| 43 "+content/browser/plugin_service_filter.h", | 43 "+content/browser/plugin_service_filter.h", |
| 44 "+content/browser/renderer_host/mock_render_process_host.h", | 44 "+content/browser/renderer_host/mock_render_process_host.h", |
| 45 "+content/browser/renderer_host/render_process_host_browsertest.h", | 45 "+content/browser/renderer_host/render_process_host_browsertest.h", |
| 46 "+content/browser/renderer_host/render_view_host_factory.h", | 46 "+content/browser/renderer_host/render_view_host_factory.h", |
| 47 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", | 47 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", |
| 48 "+content/browser/renderer_host/resource_request_details.h", | 48 "+content/browser/renderer_host/resource_request_details.h", |
| 49 "+content/browser/renderer_host/resource_request_info_impl.h", | 49 "+content/browser/renderer_host/resource_request_info_impl.h", |
| 50 "+content/browser/renderer_host/test_render_view_host.h", | |
| 51 "+content/browser/tab_contents/tab_contents_view_win.h", | 50 "+content/browser/tab_contents/tab_contents_view_win.h", |
| 52 "+content/browser/tab_contents/tab_contents_view_gtk.h", | 51 "+content/browser/tab_contents/tab_contents_view_gtk.h", |
| 53 "+content/browser/tab_contents/tab_contents_view_helper.h", | 52 "+content/browser/tab_contents/tab_contents_view_helper.h", |
| 54 "+content/browser/tab_contents/test_tab_contents.h", | 53 "+content/browser/tab_contents/test_tab_contents.h", |
| 55 "+content/browser/tab_contents/web_contents_drag_win.h", | 54 "+content/browser/tab_contents/web_contents_drag_win.h", |
| 56 "+content/browser/tab_contents/web_contents_view_android.h", | 55 "+content/browser/tab_contents/web_contents_view_android.h", |
| 57 "+content/browser/tab_contents/web_contents_view_mac.h", | 56 "+content/browser/tab_contents/web_contents_view_mac.h", |
| 58 "+content/browser/tab_contents/web_drag_dest_delegate.h", | 57 "+content/browser/tab_contents/web_drag_dest_delegate.h", |
| 59 "+content/browser/tab_contents/web_drag_dest_gtk.h", | 58 "+content/browser/tab_contents/web_drag_dest_gtk.h", |
| 60 "+content/browser/tab_contents/web_drag_dest_win.h", | 59 "+content/browser/tab_contents/web_drag_dest_win.h", |
| (...skipping 15 matching lines...) Expand all 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 |