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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 "+content/browser/download/interrupt_reasons.h", | 42 "+content/browser/download/interrupt_reasons.h", |
43 "+content/browser/find_pasteboard.h", | 43 "+content/browser/find_pasteboard.h", |
44 "+content/browser/geolocation/wifi_data_provider_common.h", | 44 "+content/browser/geolocation/wifi_data_provider_common.h", |
45 "+content/browser/load_notification_details.h", | 45 "+content/browser/load_notification_details.h", |
46 "+content/browser/net/browser_online_state_observer.h", | 46 "+content/browser/net/browser_online_state_observer.h", |
47 "+content/browser/net/url_request_failed_dns_job.h", | 47 "+content/browser/net/url_request_failed_dns_job.h", |
48 "+content/browser/net/url_request_mock_http_job.h", | 48 "+content/browser/net/url_request_mock_http_job.h", |
49 "+content/browser/net/url_request_slow_download_job.h", | 49 "+content/browser/net/url_request_slow_download_job.h", |
50 "+content/browser/net/url_request_slow_http_job.h", | 50 "+content/browser/net/url_request_slow_http_job.h", |
51 "+content/browser/plugin_service_filter.h", | 51 "+content/browser/plugin_service_filter.h", |
52 "+content/browser/renderer_host/dummy_resource_handler.h", | |
53 "+content/browser/renderer_host/mock_render_process_host.h", | 52 "+content/browser/renderer_host/mock_render_process_host.h", |
54 "+content/browser/renderer_host/render_process_host_browsertest.h", | 53 "+content/browser/renderer_host/render_process_host_browsertest.h", |
55 "+content/browser/renderer_host/render_view_host_factory.h", | 54 "+content/browser/renderer_host/render_view_host_factory.h", |
56 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", | 55 "+content/browser/renderer_host/render_widget_host_view_mac_delegate.h", |
57 "+content/browser/renderer_host/resource_dispatcher_host.h", | 56 "+content/browser/renderer_host/resource_dispatcher_host.h", |
58 "+content/browser/renderer_host/resource_dispatcher_host_request_info.h", | |
59 "+content/browser/renderer_host/resource_request_details.h", | 57 "+content/browser/renderer_host/resource_request_details.h", |
| 58 "+content/browser/renderer_host/resource_request_info_impl.h", |
60 "+content/browser/renderer_host/test_render_view_host.h", | 59 "+content/browser/renderer_host/test_render_view_host.h", |
61 "+content/browser/tab_contents/provisional_load_details.h", | 60 "+content/browser/tab_contents/provisional_load_details.h", |
62 "+content/browser/tab_contents/tab_contents_view_win.h", | 61 "+content/browser/tab_contents/tab_contents_view_win.h", |
63 "+content/browser/tab_contents/tab_contents_view_gtk.h", | 62 "+content/browser/tab_contents/tab_contents_view_gtk.h", |
64 "+content/browser/tab_contents/tab_contents_view_helper.h", | 63 "+content/browser/tab_contents/tab_contents_view_helper.h", |
65 "+content/browser/tab_contents/test_tab_contents.h", | 64 "+content/browser/tab_contents/test_tab_contents.h", |
66 "+content/browser/tab_contents/web_contents_drag_win.h", | 65 "+content/browser/tab_contents/web_contents_drag_win.h", |
67 "+content/browser/tab_contents/web_contents_view_android.h", | 66 "+content/browser/tab_contents/web_contents_view_android.h", |
68 "+content/browser/tab_contents/web_contents_view_mac.h", | 67 "+content/browser/tab_contents/web_contents_view_mac.h", |
69 "+content/browser/tab_contents/web_drag_dest_delegate.h", | 68 "+content/browser/tab_contents/web_drag_dest_delegate.h", |
(...skipping 17 matching lines...) Expand all Loading... |
87 "+third_party/libevent", # For the remote V8 debugging server | 86 "+third_party/libevent", # For the remote V8 debugging server |
88 "+third_party/libjingle", | 87 "+third_party/libjingle", |
89 "+third_party/protobuf/src/google/protobuf", | 88 "+third_party/protobuf/src/google/protobuf", |
90 "+third_party/sqlite", | 89 "+third_party/sqlite", |
91 "+third_party/undoview", | 90 "+third_party/undoview", |
92 | 91 |
93 # FIXME: these should probably not be here, we need to find a better | 92 # FIXME: these should probably not be here, we need to find a better |
94 # structure for these includes. | 93 # structure for these includes. |
95 "+chrome/renderer", | 94 "+chrome/renderer", |
96 ] | 95 ] |
OLD | NEW |