| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # TODO(benwells): move this whole folder out of apps and review these. | 2 # TODO(benwells): move this whole folder out of apps and review these. |
| 3 # See http://crbug.com/266705. | 3 # See http://crbug.com/266705. |
| 4 "+chrome/browser/browser_process.h", | 4 "+chrome/browser/browser_process.h", |
| 5 "+chrome/browser/ui/app_list/app_list_service.h", | 5 "+chrome/browser/ui/app_list/app_list_service.h", |
| 6 "+chrome/browser/ui/app_list/app_list_util.h", | 6 "+chrome/browser/ui/app_list/app_list_util.h", |
| 7 "+chrome/browser/ui/extensions/application_launch.h", | 7 "+chrome/browser/ui/extensions/application_launch.h", |
| 8 "+chrome/browser/ui/extensions/extension_enable_flow.h", | 8 "+chrome/browser/ui/extensions/extension_enable_flow.h", |
| 9 "+chrome/browser/ui/extensions/extension_enable_flow_delegate.h", | 9 "+chrome/browser/ui/extensions/extension_enable_flow_delegate.h", |
| 10 "+chrome/browser/ui/webui/ntp/core_app_launcher_handler.h", | 10 "+chrome/browser/ui/webui/ntp/core_app_launcher_handler.h", |
| 11 "+chrome/browser/web_applications/web_app_mac.h", | 11 "+chrome/browser/web_applications/web_app_mac.h", |
| 12 "+chrome/common/chrome_constants.h", | 12 "+chrome/common/chrome_constants.h", |
| 13 "+chrome/common/chrome_paths.h", | 13 "+chrome/common/chrome_paths.h", |
| 14 "+chrome/common/extensions/extension_constants.h", | 14 "+chrome/common/extensions/extension_constants.h", |
| 15 "+chrome/common/mac/app_mode_common.h", | 15 "+chrome/common/mac/app_mode_common.h", |
| 16 "+components/crx_file", |
| 16 "+grit/generated_resources.h", | 17 "+grit/generated_resources.h", |
| 17 ] | 18 ] |
| OLD | NEW |