| 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 "app_list_button.cc": [ | 4 "app_list_button.cc": [ |
| 5 "+ash/shelf/shelf_view.h" | 5 "+ash/shelf/shelf_view.h" |
| 6 ], | 6 ], |
| 7 "overflow_bubble.cc": [ | 7 "overflow_bubble.cc": [ |
| 8 "+ash/shelf/shelf_view.h" | 8 "+ash/shelf/shelf_view.h" |
| 9 ], | 9 ], |
| 10 "shelf_button.cc": [ | 10 "shelf_button.cc": [ |
| 11 "+ash/shelf/shelf_view.h" | 11 "+ash/shelf/shelf_view.h" |
| 12 ], | 12 ], |
| 13 "shelf_tooltip_manager.cc": [ | 13 "shelf_tooltip_manager.cc": [ |
| 14 "+ash/shelf/shelf_view.h" | 14 "+ash/shelf/shelf_view.h" |
| 15 ], | 15 ], |
| 16 "shelf_tooltip_manager_unittest.cc": [ |
| 17 "+ash/shelf/shelf_view.h" |
| 18 ], |
| 16 } | 19 } |
| OLD | NEW |