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/download/download_persistent_store_info.h", | 40 "+content/browser/download/download_persistent_store_info.h", |
41 "+content/browser/download/download_request_handle.h", | 41 "+content/browser/download/download_request_handle.h", |
42 "+content/browser/download/download_state_info.h", | 42 "+content/browser/download/download_state_info.h", |
43 "+content/browser/download/download_status_updater.h", | 43 "+content/browser/download/download_status_updater.h", |
44 "+content/browser/download/download_types.h", | 44 "+content/browser/download/download_types.h", |
45 "+content/browser/download/drag_download_file.h", | 45 "+content/browser/download/drag_download_file.h", |
46 "+content/browser/download/drag_download_util.h", | 46 "+content/browser/download/drag_download_util.h", |
47 "+content/browser/download/interrupt_reasons.h", | 47 "+content/browser/download/interrupt_reasons.h", |
48 "+content/browser/download/mhtml_generation_manager.h", | 48 "+content/browser/download/mhtml_generation_manager.h", |
49 "+content/browser/find_pasteboard.h", | 49 "+content/browser/find_pasteboard.h", |
50 "+content/browser/font_list_async.h", | |
51 "+content/browser/geolocation/wifi_data_provider_common.h", | 50 "+content/browser/geolocation/wifi_data_provider_common.h", |
52 "+content/browser/load_notification_details.h", | 51 "+content/browser/load_notification_details.h", |
53 "+content/browser/mac/closure_blocks_leopard_compat.h", | 52 "+content/browser/mac/closure_blocks_leopard_compat.h", |
54 "+content/browser/mach_broker_mac.h", | 53 "+content/browser/mach_broker_mac.h", |
55 "+content/browser/mock_resource_context.h", | 54 "+content/browser/mock_resource_context.h", |
56 "+content/browser/net/browser_online_state_observer.h", | 55 "+content/browser/net/browser_online_state_observer.h", |
57 "+content/browser/net/url_request_failed_dns_job.h", | 56 "+content/browser/net/url_request_failed_dns_job.h", |
58 "+content/browser/net/url_request_mock_http_job.h", | 57 "+content/browser/net/url_request_mock_http_job.h", |
59 "+content/browser/net/url_request_slow_download_job.h", | 58 "+content/browser/net/url_request_slow_download_job.h", |
60 "+content/browser/net/url_request_slow_http_job.h", | 59 "+content/browser/net/url_request_slow_http_job.h", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
102 "+third_party/libjingle", | 101 "+third_party/libjingle", |
103 "+third_party/protobuf/src/google/protobuf", | 102 "+third_party/protobuf/src/google/protobuf", |
104 "+third_party/sqlite", | 103 "+third_party/sqlite", |
105 "+third_party/undoview", | 104 "+third_party/undoview", |
106 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 105 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
107 | 106 |
108 # FIXME: these should probably not be here, we need to find a better | 107 # FIXME: these should probably not be here, we need to find a better |
109 # structure for these includes. | 108 # structure for these includes. |
110 "+chrome/renderer", | 109 "+chrome/renderer", |
111 ] | 110 ] |
OLD | NEW |