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 19 matching lines...) Expand all Loading... |
30 "-content/browser", | 30 "-content/browser", |
31 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | 31 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
32 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 32 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
33 "+content/browser/accessibility/browser_accessibility.h", | 33 "+content/browser/accessibility/browser_accessibility.h", |
34 "+content/browser/accessibility/browser_accessibility_manager.h", | 34 "+content/browser/accessibility/browser_accessibility_manager.h", |
35 "+content/browser/browser_url_handler.h", | 35 "+content/browser/browser_url_handler.h", |
36 "+content/browser/cert_store.h", | 36 "+content/browser/cert_store.h", |
37 "+content/browser/download/download_create_info.h", | 37 "+content/browser/download/download_create_info.h", |
38 "+content/browser/download/download_file_manager.h", | 38 "+content/browser/download/download_file_manager.h", |
39 "+content/browser/download/download_persistent_store_info.h", | 39 "+content/browser/download/download_persistent_store_info.h", |
40 "+content/browser/download/download_request_handle.h", | |
41 "+content/browser/download/download_state_info.h", | 40 "+content/browser/download/download_state_info.h", |
42 "+content/browser/download/download_types.h", | 41 "+content/browser/download/download_types.h", |
43 "+content/browser/download/drag_download_file.h", | 42 "+content/browser/download/drag_download_file.h", |
44 "+content/browser/download/drag_download_util.h", | 43 "+content/browser/download/drag_download_util.h", |
45 "+content/browser/download/interrupt_reasons.h", | 44 "+content/browser/download/interrupt_reasons.h", |
46 "+content/browser/find_pasteboard.h", | 45 "+content/browser/find_pasteboard.h", |
47 "+content/browser/geolocation/wifi_data_provider_common.h", | 46 "+content/browser/geolocation/wifi_data_provider_common.h", |
48 "+content/browser/load_notification_details.h", | 47 "+content/browser/load_notification_details.h", |
49 "+content/browser/mock_resource_context.h", | 48 "+content/browser/mock_resource_context.h", |
50 "+content/browser/net/browser_online_state_observer.h", | 49 "+content/browser/net/browser_online_state_observer.h", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 "+third_party/libevent", # For the remote V8 debugging server | 92 "+third_party/libevent", # For the remote V8 debugging server |
94 "+third_party/libjingle", | 93 "+third_party/libjingle", |
95 "+third_party/protobuf/src/google/protobuf", | 94 "+third_party/protobuf/src/google/protobuf", |
96 "+third_party/sqlite", | 95 "+third_party/sqlite", |
97 "+third_party/undoview", | 96 "+third_party/undoview", |
98 | 97 |
99 # FIXME: these should probably not be here, we need to find a better | 98 # FIXME: these should probably not be here, we need to find a better |
100 # structure for these includes. | 99 # structure for these includes. |
101 "+chrome/renderer", | 100 "+chrome/renderer", |
102 ] | 101 ] |
OLD | NEW |