Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / apps / shell / browser / DEPS
1 include_rules = [
2   "+chromeos",
3   "+components/user_prefs",
4   "+third_party/cros_system_api",
5
6   # Override apps/DEPS to be more selective about content includes.
7   "-content",
8   "+content/public/browser",
9   "+content/public/common",
10   "+content/public/test",
11
12   # Pieces of content_shell reused in app_shell.
13   "+content/shell/browser/shell_browser_context.h",
14   "+content/shell/browser/shell_devtools_delegate.h",
15   "+content/shell/browser/shell_net_log.h",
16
17   "+sync/api",
18
19   # Disallow views to keep the binary size down.
20   "-ui/views",
21 ]