summaryrefslogtreecommitdiffstats
path: root/apps/shell/common/DEPS
blob: c5e4e607cc91ee3b2a83d07ce94ffeb0ae03a862 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_rules = [
  # TODO(jamescook): Remove these. http://crbug.com/305404
  # Chrome pieces for app_shell bring-up.
  "+chrome/common/extensions/api/sockets/sockets_manifest_handler.h",
  "+chrome/common/extensions/features/base_feature_provider.h",
  "+chrome/common/extensions/permissions/chrome_api_permissions.h",

  # Override apps/DEPS to be more selective about content includes.
  "-content",
  "+content/public/common",
  "+content/public/test",

  "+webkit/common/user_agent/user_agent_util.h",
]