blob: b7951f84d4a4b1b527baaa09c9e2b6c457247f3c [file] [log] [blame]
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +00001include_rules = [
2 "+base",
3 "+content",
Torne (Richard Coles)90dce4d2013-05-29 14:40:03 +01004 "+components/browser_context_keyed_service",
Torne (Richard Coles)2a99a7e2013-03-28 15:31:22 +00005 "+ui",
6 "+win8",
7 # Temporary allowed includes.
8 # TODO(benwells): remove these (http://crbug.com/159366)
9 "+chrome/browser/browser_process.h",
10 "+chrome/browser/extensions",
11 "+chrome/browser/profiles",
12 "+chrome/browser/shell_integration.h",
13 "+chrome/browser/ui/extensions/application_launch.h",
14 "+chrome/browser/ui/extensions/shell_window.h",
15 "+chrome/browser/ui/host_desktop.h",
16 "+chrome/browser/ui/web_applications/web_app_ui.h",
17 "+chrome/browser/web_applications/web_app.h",
18 "+chrome/common/chrome_notification_types.h",
19 "+chrome/common/chrome_paths.h",
20 "+chrome/common/extensions",
21 "+chrome/common/mac/app_mode_common.h",
22 "+chrome/installer",
23 "+chrome/test/base/testing_profile.h",
24]