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 23 matching lines...) Expand all Loading... |
34 "+content/browser/accessibility/browser_accessibility_manager.h", | 34 "+content/browser/accessibility/browser_accessibility_manager.h", |
35 "+content/browser/accessibility/browser_accessibility_state.h", | 35 "+content/browser/accessibility/browser_accessibility_state.h", |
36 "+content/browser/appcache/chrome_appcache_service.h", | 36 "+content/browser/appcache/chrome_appcache_service.h", |
37 "+content/browser/browser_url_handler.h", | 37 "+content/browser/browser_url_handler.h", |
38 "+content/browser/cert_store.h", | 38 "+content/browser/cert_store.h", |
39 "+content/browser/child_process_security_policy.h", | 39 "+content/browser/child_process_security_policy.h", |
40 "+content/browser/chrome_blob_storage_context.h", | 40 "+content/browser/chrome_blob_storage_context.h", |
41 "+content/browser/disposition_utils.h", | 41 "+content/browser/disposition_utils.h", |
42 "+content/browser/download/download_buffer.h", | 42 "+content/browser/download/download_buffer.h", |
43 "+content/browser/download/download_create_info.h", | 43 "+content/browser/download/download_create_info.h", |
44 "+content/browser/download/download_file.h", | |
45 "+content/browser/download/download_file_impl.h", | |
46 "+content/browser/download/download_file_manager.h", | 44 "+content/browser/download/download_file_manager.h", |
47 "+content/browser/download/download_persistent_store_info.h", | 45 "+content/browser/download/download_persistent_store_info.h", |
48 "+content/browser/download/download_request_handle.h", | 46 "+content/browser/download/download_request_handle.h", |
49 "+content/browser/download/download_state_info.h", | 47 "+content/browser/download/download_state_info.h", |
50 "+content/browser/download/download_status_updater.h", | 48 "+content/browser/download/download_status_updater.h", |
51 "+content/browser/download/download_types.h", | 49 "+content/browser/download/download_types.h", |
52 "+content/browser/download/drag_download_file.h", | 50 "+content/browser/download/drag_download_file.h", |
53 "+content/browser/download/drag_download_util.h", | 51 "+content/browser/download/drag_download_util.h", |
54 "+content/browser/download/interrupt_reasons.h", | 52 "+content/browser/download/interrupt_reasons.h", |
55 "+content/browser/download/mhtml_generation_manager.h", | 53 "+content/browser/download/mhtml_generation_manager.h", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 "+third_party/libjingle", | 140 "+third_party/libjingle", |
143 "+third_party/protobuf/src/google/protobuf", | 141 "+third_party/protobuf/src/google/protobuf", |
144 "+third_party/sqlite", | 142 "+third_party/sqlite", |
145 "+third_party/undoview", | 143 "+third_party/undoview", |
146 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 144 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
147 | 145 |
148 # FIXME: these should probably not be here, we need to find a better | 146 # FIXME: these should probably not be here, we need to find a better |
149 # structure for these includes. | 147 # structure for these includes. |
150 "+chrome/renderer", | 148 "+chrome/renderer", |
151 ] | 149 ] |
OLD | NEW |