OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # TODO(benwells): Once the extensions component is established | 2 # TODO(benwells): Once the extensions component is established |
3 # and there are only chrome specific extension things left in | 3 # and there are only chrome specific extension things left in |
4 # chrome/browser/extensions, the restriction of not being able | 4 # chrome/browser/extensions, the restriction of not being able |
5 # to depend on apps will be lifted. | 5 # to depend on apps will be lifted. |
6 "-apps", | 6 "-apps", |
7 "+apps/app_window_contents.h", | 7 "+apps/app_window_contents.h", |
8 "+apps/native_app_window.h", | |
9 "+apps/shell_window.h", | 8 "+apps/shell_window.h", |
10 | 9 |
11 # TODO(tfarina): Remove all these. crbug.com/125846. | 10 # TODO(tfarina): Remove all these. crbug.com/125846. |
12 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | 11 # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! |
13 "!chrome/browser/ui/views/extensions/extension_view_views.h", | 12 "!chrome/browser/ui/views/extensions/extension_view_views.h", |
14 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | 13 # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! |
15 ] | 14 ] |
OLD | NEW |