OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 # is needed these files need to move to base/ | 167 # is needed these files need to move to base/ |
168 "+cc/base/switches.h", | 168 "+cc/base/switches.h", |
169 | 169 |
170 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo | 170 # Unsafe to use from //chrome, see http://goo.gl/QQG5wo |
171 "-content/public/test/test_browser_context.h", | 171 "-content/public/test/test_browser_context.h", |
172 | 172 |
173 "+storage/browser", | 173 "+storage/browser", |
174 "+storage/common", | 174 "+storage/common", |
175 | 175 |
176 "-chrome/browser/ui/views", | 176 "-chrome/browser/ui/views", |
177 # The next line is needed for chrome/browser/pdf/pdf_extension_test.cc. | |
178 "+chrome/browser/ui/views/location_bar/zoom_bubble_view.h", | |
179 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", | 177 "+chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h", |
180 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", | 178 "+chrome/browser/ui/views/ash/chrome_browser_main_extra_parts_ash.h", |
181 | 179 |
182 # Other libraries. | 180 # Other libraries. |
183 "+libxml", | 181 "+libxml", |
184 "+third_party/google_toolbox_for_mac/src", | 182 "+third_party/google_toolbox_for_mac/src", |
185 "+third_party/icu/source/common/unicode", | 183 "+third_party/icu/source/common/unicode", |
186 "+third_party/icu/source/i18n/unicode", | 184 "+third_party/icu/source/i18n/unicode", |
187 "+third_party/leveldatabase", | 185 "+third_party/leveldatabase", |
188 "+third_party/libxml", | 186 "+third_party/libxml", |
(...skipping 13 matching lines...) Expand all Loading... |
202 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 200 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
203 "+third_party/WebKit/public/web/WebCache.h", | 201 "+third_party/WebKit/public/web/WebCache.h", |
204 "+third_party/WebKit/public/web/WebContextMenuData.h", | 202 "+third_party/WebKit/public/web/WebContextMenuData.h", |
205 "+third_party/WebKit/public/web/WebFindOptions.h", | 203 "+third_party/WebKit/public/web/WebFindOptions.h", |
206 "+third_party/WebKit/public/web/WebInputEvent.h", | 204 "+third_party/WebKit/public/web/WebInputEvent.h", |
207 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 205 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
208 "+third_party/WebKit/public/web/WebPluginAction.h", | 206 "+third_party/WebKit/public/web/WebPluginAction.h", |
209 "+third_party/WebKit/public/web/WebTextDirection.h", | 207 "+third_party/WebKit/public/web/WebTextDirection.h", |
210 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 208 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
211 ] | 209 ] |
OLD | NEW |