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 "+chromeos", | 9 "+chromeos", |
10 "+content/plugin/plugin_interpose_util_mac.h", | 10 "+content/plugin/plugin_interpose_util_mac.h", |
(...skipping 16 matching lines...) Expand all Loading... |
27 "+webkit/forms", # Defines some types that are marshalled over IPC. | 27 "+webkit/forms", # Defines some types that are marshalled over IPC. |
28 "+webkit/glue", # Defines some types that are marshalled over IPC. | 28 "+webkit/glue", # Defines some types that are marshalled over IPC. |
29 "+webkit/plugins", # Defines some types that are marshalled over IPC. | 29 "+webkit/plugins", # Defines some types that are marshalled over IPC. |
30 "+webkit/quota", | 30 "+webkit/quota", |
31 "+xib_localizers", # For generated mac localization helpers | 31 "+xib_localizers", # For generated mac localization helpers |
32 | 32 |
33 "-content/browser", | 33 "-content/browser", |
34 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 | 34 # TODO(jam): Need to remove all these and use only content/public. BUG=98716 |
35 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 35 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
36 "+content/browser/geolocation/wifi_data_provider_common.h", | 36 "+content/browser/geolocation/wifi_data_provider_common.h", |
37 "+content/browser/renderer_host/resource_request_info_impl.h", | |
38 # TODO(asanka): see http://codereview.chromium.org/9141031 | 37 # TODO(asanka): see http://codereview.chromium.org/9141031 |
39 "+content/browser/download/download_state_info.h", | 38 "+content/browser/download/download_state_info.h", |
40 # TODO(ben): http://crbug.com/118410 will fix the following: | 39 # TODO(ben): http://crbug.com/118410 will fix the following: |
41 "+content/browser/renderer_host/render_view_host_factory.h", | 40 "+content/browser/renderer_host/render_view_host_factory.h", |
42 "+content/browser/tab_contents/tab_contents_view_helper.h", | 41 "+content/browser/tab_contents/tab_contents_view_helper.h", |
43 "+content/browser/tab_contents/web_contents_drag_win.h", | 42 "+content/browser/tab_contents/web_contents_drag_win.h", |
44 "+content/browser/tab_contents/web_drag_dest_win.h", | 43 "+content/browser/tab_contents/web_drag_dest_win.h", |
45 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 44 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
46 | 45 |
47 "-content/common", | 46 "-content/common", |
(...skipping 10 matching lines...) Expand all Loading... |
58 "+third_party/libevent", # For the remote V8 debugging server | 57 "+third_party/libevent", # For the remote V8 debugging server |
59 "+third_party/libjingle", | 58 "+third_party/libjingle", |
60 "+third_party/protobuf/src/google/protobuf", | 59 "+third_party/protobuf/src/google/protobuf", |
61 "+third_party/sqlite", | 60 "+third_party/sqlite", |
62 "+third_party/undoview", | 61 "+third_party/undoview", |
63 | 62 |
64 # FIXME: these should probably not be here, we need to find a better | 63 # FIXME: these should probably not be here, we need to find a better |
65 # structure for these includes. | 64 # structure for these includes. |
66 "+chrome/renderer", | 65 "+chrome/renderer", |
67 ] | 66 ] |
OLD | NEW |