| OLD | NEW |
| 1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ | 1 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ |
| 2 # before adding items here. http://crbug.com/615155 | 2 # before adding items here. http://crbug.com/615155 |
| 3 specific_include_rules = { | 3 specific_include_rules = { |
| 4 "shelf_view.cc": [ | 4 "shelf_view.cc": [ |
| 5 "+ash/shelf/shelf_widget.h" | 5 "+ash/shelf/shelf_widget.h", |
| 6 ], |
| 7 "wm_shelf.cc": [ |
| 8 "+ash/shelf/shelf.h", |
| 9 "+ash/shelf/shelf_layout_manager.h", |
| 10 ], |
| 11 "wm_shelf.h": [ |
| 12 "+ash/shelf/shelf_layout_manager_observer.h", |
| 6 ], | 13 ], |
| 7 } | 14 } |
| OLD | NEW |