[email protected] | c2e2b6d | 2013-01-22 02:23:29 | [diff] [blame] | 1 | include_rules = [ |
[email protected] | d53417e | 2013-07-01 07:07:39 | [diff] [blame] | 2 | # TODO(benwells): Once the extensions component is established |
3 | # and there are only chrome specific extension things left in | ||||
4 | # chrome/browser/extensions, the restriction of not being able | ||||
5 | # to depend on apps will be lifted. | ||||
[email protected] | c2e2b6d | 2013-01-22 02:23:29 | [diff] [blame] | 6 | "-apps", |
[email protected] | d53417e | 2013-07-01 07:07:39 | [diff] [blame] | 7 | "+apps/shell_window.h", |
[email protected] | f6d9b28 | 2013-08-09 11:03:20 | [diff] [blame] | 8 | "+apps/shell_window_registry.h", |
[email protected] | bb4bec0 | 2013-08-15 11:26:58 | [diff] [blame] | 9 | "-chrome/browser/apps", |
[email protected] | 3180fe3 | 2013-05-25 14:39:27 | [diff] [blame] | 10 | |
11 | # TODO(tfarina): Remove all these. crbug.com/125846. | ||||
12 | # DO NOT ADD ANY MORE ITEMS TO THE LIST BELOW! | ||||
13 | "!chrome/browser/ui/views/extensions/extension_view_views.h", | ||||
14 | # DO NOT ADD ANY MORE ITEMS TO THE ABOVE LIST! | ||||
[email protected] | c2e2b6d | 2013-01-22 02:23:29 | [diff] [blame] | 15 | ] |