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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
123 "+content/browser/tab_contents/tab_contents_view_wrapper_gtk.h", | 123 "+content/browser/tab_contents/tab_contents_view_wrapper_gtk.h", |
124 "+content/browser/tab_contents/test_tab_contents.h", | 124 "+content/browser/tab_contents/test_tab_contents.h", |
125 "+content/browser/tab_contents/title_updated_details.h", | 125 "+content/browser/tab_contents/title_updated_details.h", |
126 "+content/browser/tab_contents/web_drag_dest_delegate.h", | 126 "+content/browser/tab_contents/web_drag_dest_delegate.h", |
127 "+content/browser/tab_contents/web_drag_dest_gtk.h", | 127 "+content/browser/tab_contents/web_drag_dest_gtk.h", |
128 "+content/browser/tab_contents/web_drag_dest_mac.h", | 128 "+content/browser/tab_contents/web_drag_dest_mac.h", |
129 "+content/browser/tab_contents/web_drag_source_gtk.h", | 129 "+content/browser/tab_contents/web_drag_source_gtk.h", |
130 "+content/browser/tab_contents/web_drag_source_mac.h", | 130 "+content/browser/tab_contents/web_drag_source_mac.h", |
131 "+content/browser/trace_controller.h", | 131 "+content/browser/trace_controller.h", |
132 "+content/browser/utility_process_host.h", | 132 "+content/browser/utility_process_host.h", |
133 "+content/browser/worker_host/worker_process_host.h", | |
134 "+content/browser/zygote_host_linux.h", | 133 "+content/browser/zygote_host_linux.h", |
135 | 134 |
136 "-content/common", | 135 "-content/common", |
137 | 136 |
138 # Other libraries. | 137 # Other libraries. |
139 "+chrome/third_party/hunspell", | 138 "+chrome/third_party/hunspell", |
140 "+chrome/third_party/mozilla_security_manager", | 139 "+chrome/third_party/mozilla_security_manager", |
141 "+libxml", # For search engine definition parsing. | 140 "+libxml", # For search engine definition parsing. |
142 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. | 141 "+third_party/apple_sample_code", # Apple code ImageAndTextCell. |
143 "+third_party/cld", | 142 "+third_party/cld", |
144 "+third_party/expat", | 143 "+third_party/expat", |
145 "+third_party/iaccessible2", | 144 "+third_party/iaccessible2", |
146 "+third_party/isimpledom", | 145 "+third_party/isimpledom", |
147 "+third_party/libevent", # For the remote V8 debugging server | 146 "+third_party/libevent", # For the remote V8 debugging server |
148 "+third_party/libjingle", | 147 "+third_party/libjingle", |
149 "+third_party/protobuf/src/google/protobuf", | 148 "+third_party/protobuf/src/google/protobuf", |
150 "+third_party/sqlite", | 149 "+third_party/sqlite", |
151 "+third_party/undoview", | 150 "+third_party/undoview", |
152 "+v8/include", # Browser uses V8 to get the version and run the debugger. | 151 "+v8/include", # Browser uses V8 to get the version and run the debugger. |
153 | 152 |
154 # FIXME: these should probably not be here, we need to find a better | 153 # FIXME: these should probably not be here, we need to find a better |
155 # structure for these includes. | 154 # structure for these includes. |
156 "+chrome/renderer", | 155 "+chrome/renderer", |
157 ] | 156 ] |
OLD | NEW |