| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "+services/ui/common", |   2   "+services/ui/common", | 
|   3   "+services/ui/public", |   3   "+services/ui/public", | 
|   4   "+grit/ash_mus_resources.h", |   4   "+grit/ash_mus_resources.h", | 
|   5   "+mash/public/interfaces", |   5   "+mash/public/interfaces", | 
|   6   "+mash/shelf/public", |   6   "+mash/shelf/public", | 
|   7   "+mojo/common", |   7   "+mojo/common", | 
|   8   "+mojo/public", |   8   "+mojo/public", | 
|   9   "+services/catalog/public", |   9   "+services/catalog/public", | 
|  10   "+services/service_manager/public", |  10   "+services/service_manager/public", | 
|  11   "+services/tracing/public", |  11   "+services/tracing/public", | 
|  12 ] |  12 ] | 
 |  13 # Shelf code is being moved into //ash/common. Please ask jamescook@ or msw@ | 
 |  14 # before adding items here. http://crbug.com/615155 | 
|  13 specific_include_rules = { |  15 specific_include_rules = { | 
 |  16   "root_window_controller.cc": [ | 
 |  17     "+ash/shelf/shelf_layout_manager.h", | 
 |  18   ], | 
 |  19   "shelf_delegate_mus.cc": [ | 
 |  20     "+ash/shelf/shelf.h", | 
 |  21     "+ash/shelf/shelf_widget.h", | 
 |  22   ], | 
 |  23  | 
|  14   "app_launch_unittest.cc": [ |  24   "app_launch_unittest.cc": [ | 
|  15     "+mash/quick_launch/public", |  25     "+mash/quick_launch/public", | 
|  16   ], |  26   ], | 
|  17 } |  27 } | 
| OLD | NEW |