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 17 matching lines...) Expand all Loading... |
28 "+webkit/quota", | 28 "+webkit/quota", |
29 "+xib_localizers", # For generated mac localization helpers | 29 "+xib_localizers", # For generated mac localization helpers |
30 | 30 |
31 "-content/browser", | 31 "-content/browser", |
32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | 32 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 33 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
34 "+content/browser/accessibility/browser_accessibility.h", | 34 "+content/browser/accessibility/browser_accessibility.h", |
35 "+content/browser/accessibility/browser_accessibility_cocoa.h", | 35 "+content/browser/accessibility/browser_accessibility_cocoa.h", |
36 "+content/browser/accessibility/browser_accessibility_manager.h", | 36 "+content/browser/accessibility/browser_accessibility_manager.h", |
37 "+content/browser/accessibility/browser_accessibility_state.h", | 37 "+content/browser/accessibility/browser_accessibility_state.h", |
38 "+content/browser/appcache/chrome_appcache_service.h", | |
39 "+content/browser/browser_url_handler.h", | 38 "+content/browser/browser_url_handler.h", |
40 "+content/browser/cert_store.h", | 39 "+content/browser/cert_store.h", |
41 "+content/browser/chrome_blob_storage_context.h", | |
42 "+content/browser/disposition_utils.h", | 40 "+content/browser/disposition_utils.h", |
43 "+content/browser/download/download_buffer.h", | 41 "+content/browser/download/download_buffer.h", |
44 "+content/browser/download/download_create_info.h", | 42 "+content/browser/download/download_create_info.h", |
45 "+content/browser/download/download_file_manager.h", | 43 "+content/browser/download/download_file_manager.h", |
46 "+content/browser/download/download_persistent_store_info.h", | 44 "+content/browser/download/download_persistent_store_info.h", |
47 "+content/browser/download/download_request_handle.h", | 45 "+content/browser/download/download_request_handle.h", |
48 "+content/browser/download/download_state_info.h", | 46 "+content/browser/download/download_state_info.h", |
49 "+content/browser/download/download_status_updater.h", | 47 "+content/browser/download/download_status_updater.h", |
50 "+content/browser/download/download_types.h", | 48 "+content/browser/download/download_types.h", |
51 "+content/browser/download/drag_download_file.h", | 49 "+content/browser/download/drag_download_file.h", |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 "+third_party/libjingle", | 123 "+third_party/libjingle", |
126 "+third_party/protobuf/src/google/protobuf", | 124 "+third_party/protobuf/src/google/protobuf", |
127 "+third_party/sqlite", | 125 "+third_party/sqlite", |
128 "+third_party/undoview", | 126 "+third_party/undoview", |
129 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 127 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
130 | 128 |
131 # FIXME: these should probably not be here, we need to find a better | 129 # FIXME: these should probably not be here, we need to find a better |
132 # structure for these includes. | 130 # structure for these includes. |
133 "+chrome/renderer", | 131 "+chrome/renderer", |
134 ] | 132 ] |
OLD | NEW |