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