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 17 matching lines...) Expand all Loading... |
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", | 37 "+content/browser/renderer_host/resource_request_info_impl.h", |
38 "+content/browser/tab_contents/test_tab_contents.h", | |
39 # TODO(asanka): see http://codereview.chromium.org/9141031 | 38 # TODO(asanka): see http://codereview.chromium.org/9141031 |
40 "+content/browser/download/download_state_info.h", | 39 "+content/browser/download/download_state_info.h", |
41 # TODO(ben): http://crbug.com/118410 will fix the following: | 40 # TODO(ben): http://crbug.com/118410 will fix the following: |
42 "+content/browser/renderer_host/render_view_host_factory.h", | 41 "+content/browser/renderer_host/render_view_host_factory.h", |
43 "+content/browser/tab_contents/tab_contents_view_helper.h", | 42 "+content/browser/tab_contents/tab_contents_view_helper.h", |
44 "+content/browser/tab_contents/web_contents_drag_win.h", | 43 "+content/browser/tab_contents/web_contents_drag_win.h", |
45 "+content/browser/tab_contents/web_drag_dest_win.h", | 44 "+content/browser/tab_contents/web_drag_dest_win.h", |
46 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 45 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
47 | 46 |
48 "-content/common", | 47 "-content/common", |
(...skipping 10 matching lines...) Expand all Loading... |
59 "+third_party/libevent", # For the remote V8 debugging server | 58 "+third_party/libevent", # For the remote V8 debugging server |
60 "+third_party/libjingle", | 59 "+third_party/libjingle", |
61 "+third_party/protobuf/src/google/protobuf", | 60 "+third_party/protobuf/src/google/protobuf", |
62 "+third_party/sqlite", | 61 "+third_party/sqlite", |
63 "+third_party/undoview", | 62 "+third_party/undoview", |
64 | 63 |
65 # FIXME: these should probably not be here, we need to find a better | 64 # FIXME: these should probably not be here, we need to find a better |
66 # structure for these includes. | 65 # structure for these includes. |
67 "+chrome/renderer", | 66 "+chrome/renderer", |
68 ] | 67 ] |
OLD | NEW |